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++/33035] [4.3 regression] ICE on local class destructor



------- Comment #3 from paolo at gcc dot gnu dot org  2007-08-15 09:06 -------
Subject: Bug 33035

Author: paolo
Date: Wed Aug 15 09:06:42 2007
New Revision: 127508

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127508
Log:
/cp
2007-08-15  Paolo Carlini  <pcarlini@suse.de>

        PR c++/33035
        * pt.c (push_template_decl_real): Depending on TYPE_P
        use either TYPE_CONTEXT or DECL_CONTEXT.

/testsuite
2007-08-15  Paolo Carlini  <pcarlini@suse.de>

        PR c++/33035
        * g++.dg/template/crash68.C: New.

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


-- 


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


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