mutable1.C
94 Bytes
-
re PR c++/16518 (mutable specifier only applies to first item in declaration list) · 1ff3c076
PR c++/16518 PR c++/16337 * decl.c (grokvardecl): Make declspecs parameter const. (grokdeclarator): Likewise. Adjust accordingly. * decl.h (grokdeclarator): Adjust declaration. * parser.c (cp_parser_init_declarator): Do not clear decl_specifiers->attributes. PR c++/16518 * g++.dg/parse/mutable1.C: New test. From-SVN: r84646
Mark Mitchell committed