PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / c90-thread-local-1.c
blob92bf57a90bc0f57415c8e48789196c34d6e7acf8
1 /* Test for _Thread_local: not in C90. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c90 -pedantic-errors" } */
5 static _Thread_local int x; /* { dg-error "_Thread_local" } */