re PR c++/10956 (ICE when specializing a template member function of a template class...
authorKriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
Sat, 31 May 2003 12:13:30 +0000 (12:13 +0000)
committerKriang Lerdsuwanakij <lerdsuwa@gcc.gnu.org>
Sat, 31 May 2003 12:13:30 +0000 (12:13 +0000)
commit76d3baad59795d627f537ea623b0f0e654c3865a
tree2b500029ea1e5c63018b8bc070aade0ded6f1568
parent5fb5709764a36a33083c5edcc473ea59da915a42
re PR c++/10956 (ICE when specializing a template member function of a template class, in tsubst, at cp/pt.c:6459)

PR c++/10956
* pt.c (instantiate_decl): Don't use full template arguments if
we are dealing with specializations.

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

From-SVN: r67268
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/spec9.C [new file with mode: 0644]