On Thu, Nov 17, 2016 at 04:02:53PM +0100, Paulo Matos via cfe-dev wrote:
> Clang seems to be happy with most simple vla but then it crashes with:
>
> int
> f1 (int i)
> {
> char a[i];
> return sizeof (typeof (a));
> }
Works fine with clang 3.8.1 here?
Joerg