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