PR c++/24139
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Oct 2005 14:41:52 +0000 (14:41 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Oct 2005 14:41:52 +0000 (14:41 +0000)
commita761e730bb6fa25293d16e45213a3621bb24977c
treecb163c410364b6ab4bc35b3a454234d937f3e087
parenta60f18404f1ec85c32d94bfbd6210b534f5ce0c4
PR c++/24139
* decl.c (grokdeclarator): Do not require template parameter lists
for explicitly specialized class.
* error.c (dump_aggr_type): Do not dump template arguments for
non-primary specializations.
(dump_function_name): Likewise.
PR c++/24139
* g++.dg/template/spec27.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105172 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/error.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/spec27.C [new file with mode: 0644]