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++/28853] [4.0/4.1/4.2 regression] ICE on invalid declaration with template template parameter



------- Comment #1 from reichelt at gcc dot gnu dot org  2006-08-26 00:38 -------
Subject: Bug 28853

Author: reichelt
Date: Sat Aug 26 00:37:48 2006
New Revision: 116464

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116464
Log:
        PR c++/28853
        * typeck2.c (cxx_incomplete_type_diagnostic): Handle template
        template parameters.  Improve error message for template type
        parameters.

        * g++.dg/template/ttp21.C: New test.

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


-- 


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


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