re PR c++/7768 (__PRETTY_FUNCTION__ for template destructor is wrong)
authorNathan Sidwell <nathan@codesourcery.com>
Sat, 14 Sep 2002 23:19:48 +0000 (23:19 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Sat, 14 Sep 2002 23:19:48 +0000 (23:19 +0000)
commitc8460010fab905e8441a1d15f859da8ffb6fceda
treed19375b92220e72e0657ab729b4ab108e103c8bd
parent981f97c3641ce62391dffab22c971266cbaa057b
re PR c++/7768 (__PRETTY_FUNCTION__ for template destructor is wrong)

cp:
PR c++/7768
* pt.c (build_template_decl): Copy DECL_DESTRUCTOR_P.
testsuite:
* g++.dg/template/pretty1.C: New test

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