Re: [C++PATCH] c++/79393 virtual base of abstract class

2017-02-08 Thread Nathan Sidwell
On 02/08/2017 12:53 PM, Jason Merrill wrote: Perhaps the defect is in the standard. Will you email core about it? Correct, done. nathan -- Nathan Sidwell

Re: [C++PATCH] c++/79393 virtual base of abstract class

2017-02-08 Thread Jason Merrill
On Wed, Feb 8, 2017 at 10:09 AM, Nathan Sidwell wrote: > On 02/08/2017 09:33 AM, Tim Song wrote: >> On Wed, Feb 8, 2017 at 10:08 PM, Nathan Sidwell wrote: >>> 'potentially constructed subobject' appears to be a term without >>> definition. >> >> [special]/5: >> >> For a class, its non-static dat

Re: [C++PATCH] c++/79393 virtual base of abstract class

2017-02-08 Thread Nathan Sidwell
On 02/08/2017 09:33 AM, Tim Song wrote: On Wed, Feb 8, 2017 at 10:08 PM, Nathan Sidwell wrote: 'potentially constructed subobject' appears to be a term without definition. [special]/5: For a class, its non-static data members, its non-virtual direct base classes, and, if the class is not ab

Re: [C++PATCH] c++/79393 virtual base of abstract class

2017-02-08 Thread Tim Song
On Wed, Feb 8, 2017 at 10:08 PM, Nathan Sidwell wrote: > > 'potentially constructed subobject' appears to be a term without definition. [special]/5: For a class, its non-static data members, its non-virtual direct base classes, and, if the class is not abstract, its virtual base classes are call