error.c (dump_function_name): Use DECL_TEMPLATE_RESULT for constructor and destructor...
authorRoger Sayle <sayle@gcc.gnu.org>
Sun, 7 Jul 2002 18:56:18 +0000 (18:56 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 7 Jul 2002 18:56:18 +0000 (18:56 +0000)
commit78abea278bf8ce0d6cf3735e5306f2644abbc643
treeb9fbc3f2b3fb6227eb7794915f3cbd7f3b1dbd5c
parent957ec0f922c129dac8847f40246dd868044be0f0
error.c (dump_function_name): Use DECL_TEMPLATE_RESULT for constructor and destructor tests when...

* error.c (dump_function_name): Use DECL_TEMPLATE_RESULT for
constructor and destructor tests when passed a TEMPLATE_DECL.

* g++.dg/template/qualttp21.C: New test case.

From-SVN: r55304
gcc/cp/ChangeLog
gcc/cp/error.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/qualttp21.C [new file with mode: 0644]