https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81164
--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Thu Jun 29 16:46:29 2017 New Revision: 249801 URL: https://gcc.gnu.org/viewcvs?rev=249801&root=gcc&view=rev Log: PR c++/81164 - ICE with invalid inherited constructor. * search.c (binfo_direct_p): New. * name-lookup.c (do_class_using_decl): Use it. Added: branches/gcc-7-branch/gcc/testsuite/g++.dg/cpp0x/inh-ctor28.C Modified: branches/gcc-7-branch/gcc/cp/ChangeLog branches/gcc-7-branch/gcc/cp/cp-tree.h branches/gcc-7-branch/gcc/cp/name-lookup.c branches/gcc-7-branch/gcc/cp/search.c