PR lto/84212 - -Wno-* does not disable warnings from -flto link stage
[official-gcc.git] / gcc / testsuite / g++.dg / warn / Wvla-1.C
blob5d261fcf813e97d643ee25158a0a2c4c54329d09
1 /* { dg-do compile } */
2 /* { dg-options "-Wvla" } */
3 /* { dg-require-effective-target alloca } */
5 void func (int i)
7   int array[i]; /* { dg-warning "variable length array 'array' is used" } */