PR c++/71748 - call to base destructor in template.
authorJason Merrill <jason@redhat.com>
Sun, 24 Jul 2016 02:19:46 +0000 (22:19 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 24 Jul 2016 02:19:46 +0000 (22:19 -0400)
commit76178f67679d1a13ef472795c47547378fa67b40
tree8630907a09efca34d7da906c3dfb5d617c9ffe83
parentca32b473206935d4cb8bce200a75606d17840e03
PR c++/71748 - call to base destructor in template.

PR c++/52746
* pt.c (tsubst_baselink): Call
adjust_result_of_qualified_name_lookup for unqualified
destructors.

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