re PR c++/23293 (Misleading names in diagnostics for typedefs in functions)
authorMark Mitchell <mark@codesourcery.com>
Tue, 18 Oct 2005 15:39:12 +0000 (15:39 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 18 Oct 2005 15:39:12 +0000 (15:39 +0000)
commit685e39c289c014c395367c0146e51225e0521b31
tree8aa991c7af90fad053fc0468b9ab54c0156ba49a
parentc19aaba57373a99ede12e46196bb8d8740500dbd
re PR c++/23293 (Misleading names in diagnostics for typedefs in functions)

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.

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