------- Comment #4 from reichelt at gcc dot gnu dot org 2006-07-15 09:54 ------- Subject: Bug 28249
Author: reichelt Date: Sat Jul 15 09:54:25 2006 New Revision: 115470 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115470 Log: PR c++/28249 * parser.c (cp_parser_check_decl_spec): New function. (cp_parser_decl_specifier_seq): Factor out check for repeated decl-specifiers into cp_parser_check_decl_spec. Use it. (cp_parser_type_specifier_seq): Use it. * g++.dg/parse/catch1.C: New test. Added: branches/gcc-4_1-branch/gcc/testsuite/g++.dg/parse/catch1.C Modified: branches/gcc-4_1-branch/gcc/cp/ChangeLog branches/gcc-4_1-branch/gcc/cp/parser.c branches/gcc-4_1-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28249