PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / Wvla-2.c
blob92c67ed639f8f3d507d3cd0d09502b40cbd8b6e7
1 /* { dg-do compile } */
2 /* { dg-options "-std=c99 -Wvla" } */
4 extern void
5 func (int i, int array[i]); /* { dg-warning "ISO C90 forbids variable length array 'array'" } */