On Tue, Feb 7, 2017 at 4:30 PM, Jakub Jelinek <ja...@redhat.com> wrote: > P0017R1 added in [dcl.init.aggr]/1 that classes with inherited constructors > are not aggregate. CLASSTYPE_NON_AGGREGATE is set slightly before > add_implicitly_declared_members is called and so we don't know about the > inherited ctors yet.
Hmm, why doesn't my patch for 78124 to set CLASSTYPE_NON_AGGREGATE in do_class_using_decl cover this testcase? Jason