]> gcc.gnu.org Git - gcc.git/commit
re PR c++/14497 (Accepts invalid specialization of member template missing "template<>")
authorGiovanni Bajo <giovannibajo@gcc.gnu.org>
Wed, 21 Jul 2004 00:13:41 +0000 (00:13 +0000)
committerGiovanni Bajo <giovannibajo@gcc.gnu.org>
Wed, 21 Jul 2004 00:13:41 +0000 (00:13 +0000)
commitf03adc6beee43a29d323390c019de535cc160f02
treeab6927d50b5ba33b98710d1bbf22759f6b059905
parent5fe7b6549e1d588e3b0ae4015d61080bac3dbf37
re PR c++/14497 (Accepts invalid specialization of member template missing "template<>")

PR c++/14497
* pt.c (check_explicit_specialization): Remove extension to accept
specializations without template headers. Fall-through to normal
processing.

PR c++/14497
* g++.dg/template/spec16.C: New test.
* g++.old-deja/g++.robertl/eb118.C: Remove.

From-SVN: r84983
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/spec16.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.robertl/eb118.C [deleted file]
This page took 0.055046 seconds and 5 git commands to generate.