]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/43648 (ICE with explicit destructor call and typedef)
authorJason Merrill <jason@redhat.com>
Tue, 6 Apr 2010 16:12:15 +0000 (12:12 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 6 Apr 2010 16:12:15 +0000 (12:12 -0400)
commit62daa13984dac4fbe37f94755978ad886925939d
tree32fa8edb54507dcc439e45fd466f7cd32e1d1fb9
parentd5eebac0bb24b578e98d99d290c68ed0e101b0b0
re PR c++/43648 (ICE with explicit destructor call and typedef)

PR c++/43648
* name-lookup.c (constructor_name_p): Allow X::~X even for typedefs.

From-SVN: r158007
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/dtor8.C [new file with mode: 0644]