re PR c++/28853 (ICE on invalid declaration with template template parameter)
commit7acf7efa8947cf2990cbdc670ea3adeace4a4394
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Sat, 26 Aug 2006 00:37:48 +0000 (26 00:37 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Sat, 26 Aug 2006 00:37:48 +0000 (26 00:37 +0000)
treee5b2e12b5e3923b4163cd80361966ae239ba32ea
parent398cd19904a68a7f5b7c1a138d9f602f2165d579
re PR c++/28853 (ICE on invalid declaration with template template parameter)

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.

From-SVN: r116464
gcc/cp/ChangeLog
gcc/cp/typeck2.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/ttp21.C [new file with mode: 0644]