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++/28301] [4.3/4.4/4.5 regression] ICE with broken specialization



------- Comment #11 from hjl at gcc dot gnu dot org  2009-04-10 19:36 -------
Subject: Bug 28301

Author: hjl
Date: Fri Apr 10 19:36:19 2009
New Revision: 145939

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145939
Log:
gcc/cp/

2009-04-10  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline:
        2009-04-10  Jason Merrill  <jason@redhat.com>

        PR c++/28301
        * parser.c (cp_parser_skip_to_end_of_block_or_statement): Return
        if we see a close brace without an open brace.

gcc/testsuite/

2009-04-10  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline:
        2009-04-10  H.J. Lu  <hongjiu.lu@intel.com>

        PR c++/28301
        * g++.dg/debug/pr22514.C: Updated.
        * g++.dg/parse/enum2.C: Likewise.
        * g++.dg/parse/enum3.C: Likewise.

        * g++.dg/template/pr28301.C: New.

Added:
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/pr28301.C
      - copied unchanged from r145938,
trunk/gcc/testsuite/g++.dg/template/pr28301.C
Modified:
    branches/gcc-4_3-branch/gcc/cp/ChangeLog
    branches/gcc-4_3-branch/gcc/cp/parser.c
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/debug/pr22514.C
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/parse/enum2.C
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/parse/enum3.C


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28301


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