diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b35f0055fb7..6f9a13c2f68 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-05-25 Neil Booth + + * c-parse.in (notype_initdcl): Remove redundant line. + 2001-05-25 Rainer Orth * aclocal.m4: Fixed typo. diff --git a/gcc/c-parse.in b/gcc/c-parse.in index e64e140dfa1..bcbd15f8701 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -1460,7 +1460,6 @@ notype_initdcl: init /* Note how the declaration of the variable is in effect while its init is parsed! */ { finish_init (); - decl_attributes ($5, $3, prefix_attributes); finish_decl ($5, $6, $2); } | notype_declarator maybeasm maybe_attribute { tree d = start_decl ($1, current_declspecs, 0,