PR c++/78124 - list-initialization and inherited ctor
commit3c4e47c8cb9ef2cdd69569869b24f2b91c565ab5
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Nov 2016 21:41:09 +0000 (17 21:41 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Nov 2016 21:41:09 +0000 (17 21:41 +0000)
treeff06f568ba682d228b389f4a5503aa3aa3caa885
parent4546a00849cfa898a9512b67293af7c73cae09e8
PR c++/78124 - list-initialization and inherited ctor

* name-lookup.c (do_class_using_decl): Set CLASSTYPE_NON_AGGREGATE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242563 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/name-lookup.c
gcc/testsuite/g++.dg/cpp0x/inh-ctor23.C [new file with mode: 0644]