PR c++/23293
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Oct 2005 15:39:12 +0000 (15:39 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Oct 2005 15:39:12 +0000 (15:39 +0000)
commit089fac5247d308a3f02df52142f6e11ad7ae44ad
tree8aa991c7af90fad053fc0468b9ab54c0156ba49a
parenta37500ed54242f4f45396142bfc58bfe0a235aeb
PR c++/23293
* pt.c (convert_template_argument): Use canonical type variants in
template specializations.
PR c++/23293
* g++.dg/template/error19.C: New test.

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