On 12/08/2016 01:05 PM, Jason Merrill wrote:
If the problem is the member initializer, we can diagnose that directly rather than wait until we're in a constructor.
What about:
struct Foo {
int a;
char ary[];
Foo () : ary ("bob"){}
};
? That ICEs in the same way.
nathan
--
Nathan Sidwell
