parse.y (after_type_declarator_intern): New nonterminal.
authorJason Merrill <jason@yorick.cygnus.com>
Thu, 15 Apr 1999 05:53:55 +0000 (05:53 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 15 Apr 1999 05:53:55 +0000 (01:53 -0400)
commitb607c87f1f37f933244bcdfa6ac83ef1a8ec6fda
tree6bf1dd88d90acc0178c9beb53c6fae9b141e0427
parent8856c2d20438edc7427350d5293c35a80e513526
parse.y (after_type_declarator_intern): New nonterminal.

* parse.y (after_type_declarator_intern): New nonterminal.
(after_type_declarator): Use it.
(direct_after_type_declarator): Likewise.  Move above
nonnested_type to fix reduce/reduce conflict resolution.
(declmods): Reducing from just 'attributes' has EMPTY precedence.
* Makefile.in (CONFLICTS): Update.
* decl.c (define_label): Downgrade error for jumping over a
non-POD decl to pedwarn.

From-SVN: r26472
gcc/cp/ChangeLog
gcc/cp/Makefile.in
gcc/cp/decl.c
gcc/cp/parse.c
gcc/cp/parse.y