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++/43076] [4.3/4.4/4.5 Regression] ICE: SIGSEGV with invalid C++ code after giving diagnostics



------- Comment #3 from jason at gcc dot gnu dot org  2010-03-30 22:34 -------
Subject: Bug 43076

Author: jason
Date: Tue Mar 30 22:34:02 2010
New Revision: 157842

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157842
Log:
        PR c++/43076
        * pt.c (push_template_decl_real): Deal better with running out of
        scopes before running out of template parms.

Added:
    trunk/gcc/testsuite/g++.dg/template/error-recovery1.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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