From d10b562e27826bef5d4683b93c28808f67e5439a Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 29 Mar 1995 06:47:07 -0500 Subject: [PATCH] (initdcl): Only call decl_attributes once. From-SVN: r9240 --- gcc/c-parse.in | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/c-parse.in b/gcc/c-parse.in index f97751668fc..2a9fd01fdbe 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -1044,7 +1044,6 @@ 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); } | declarator maybeasm maybe_attribute { tree d = start_decl ($1, current_declspecs, 0); -- 2.30.2