xfail scan-tree-dump-not throw in g++.dg/pr99966.C on hppa*64*-*-*
[official-gcc.git] / libgomp / testsuite / libgomp.c-c++-common / requires-3-aux.c
blobbdca662e42f9043224d02d1639e18b3428116b8e
1 /* { dg-skip-if "" { *-*-* } } */
3 #pragma omp requires unified_address
5 int x;
7 void foo (void)
9 #pragma omp target
10 x = 1;