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