On Thu, Dec 04, 2014 at 04:00:34PM +0100, Kai Tietz wrote: > Hi, > > The issue is that lookup_destructor calls > adjust_result_of_qualified_name_lookup > with an NULL_TREE decl (returned by lookup_member). So error-message > is missing. > > As already discussed in bug-tracker: > > ChangeLog > > 2014-12-04 Kai Tietz <kti...@redhat.com> > > PR c++/64100 > * typeck.c (lookup_destructor): Handle incomplete > type. > > Tested on x86_64-unknown-linux-gnu. > > Ok for apply?
Testcase? Marek