Re: C++ PATCH for c++/71748 (call to base dtor in template)

2016-07-22 Thread Jason Merrill
On Fri, Jul 22, 2016 at 7:32 PM, Jason Merrill wrote: > The fix for 52746 was incomplete; it didn't propagate the > adjust_result_of_qualified_name_lookup handling from lookup_destructor > to tsubst_baselink. Fixed thus. > > Tested x86_64-pc-linux-gnu, applying to trunk. commit 732dce1a04cbe7d9d6

C++ PATCH for c++/71748 (call to base dtor in template)

2016-07-22 Thread Jason Merrill
The fix for 52746 was incomplete; it didn't propagate the adjust_result_of_qualified_name_lookup handling from lookup_destructor to tsubst_baselink. Fixed thus. Tested x86_64-pc-linux-gnu, applying to trunk.