S/390: Deprecate g5 and g6 CPU levels
[official-gcc.git] / gcc / testsuite / g++.dg / gomp / pr34964.C
bloba02faa2a8d46620a45dab9bf6ce3a8b1ced04159
1 // PR c++/34964
2 // { dg-do compile }
3 // { dg-options "-fopenmp" }
5 char x[] = 0;   // { dg-error "initializer" }
6 #pragma omp threadprivate (x)