PR lto/84212 - -Wno-* does not disable warnings from -flto link stage
[official-gcc.git] / gcc / testsuite / g++.dg / warn / Wvla-2.C
blobeacd21237540a583323ed1a4e09a29b939b1ec76
1 /* { dg-do compile { target { ! c++14 } } } */
2 /* { dg-options "-pedantic-errors -Wvla" } */
4 void func (int i)
6   int array[i]; /* { dg-error "ISO C.* forbids variable.* array 'array'" } */