summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-03-29 06:47:07 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-03-29 06:47:07 -0500
commitd10b562e27826bef5d4683b93c28808f67e5439a (patch)
treebb5ddc8cbb21a2648990e32a30f7889c52d1bc0f /gcc/c-parse.in
parent8ff9a9d187c4210a7afd4140997593e58803d86a (diff)
downloadgcc-d10b562e27826bef5d4683b93c28808f67e5439a.tar.gz
(initdcl): Only call decl_attributes once.
From-SVN: r9240
Diffstat (limited to 'gcc/c-parse.in')
-rw-r--r--gcc/c-parse.in1
1 files changed, 0 insertions, 1 deletions
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 ($<ttype>5, $3, prefix_attributes);
finish_decl ($<ttype>5, $6, $2); }
| declarator maybeasm maybe_attribute
{ tree d = start_decl ($1, current_declspecs, 0);