Fix xfail for 32-bit hppa*-*-* in gcc.dg/pr84877.c
[official-gcc.git] / libgomp / testsuite / libgomp.c++ / pr24455-1.C
blobe7f38f8ab7b610cfcdf50fcec936807d3a054a82
1 // { dg-do compile }
2 // { dg-require-effective-target tls }
3 extern int i;
4 #pragma omp threadprivate (i)
6 int i;