PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / vla-17.c
blob07d3930041788f3f7a69307ceef85498a06a26f2
1 /* Test diagnostics for VLA whose size folds to an integer constant at
2 file scope. PR 39605. */
3 /* { dg-do compile } */
4 /* { dg-options "" } */
6 #define FIRST ((void*)0x80)
7 #define LAST ((void*)0x86)
9 static int b[LAST-FIRST]; /* { dg-warning "variably modified 'b' at file scope" } */