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++/42069] [4.5 Regression] ICE on class template specialization



------- Comment #5 from dodji at gcc dot gnu dot org  2009-11-30 09:58 -------
Subject: Bug 42069

Author: dodji
Date: Mon Nov 30 09:58:20 2009
New Revision: 154768

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154768
Log:
Fix PR c++/42069

gcc/cp/ChangeLog:
        PR c++/42069
        * pt.c (convert_template_argument): Strip typedefs from SCOPE_REFs.

gcc/testsuite/ChangeLog:
        PR c++/42069
        * g++.dg/template/typedef23.C: New test.

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


-- 


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


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