This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/28249] [4.0/4.1/4.2 regression] "long long long" accepted by catch



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]