This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249801 - in /branches/gcc-7-branch/gcc: cp/Cha...
- From: jason at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 29 Jun 2017 16:46:30 -0000
- Subject: r249801 - in /branches/gcc-7-branch/gcc: cp/Cha...
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