Set num_threads to 50 on 32-bit hppa in two libgomp loop tests
[official-gcc.git] / libgomp / testsuite / libgomp.c-c++-common / requires-4-aux.c
blobb8b51ae8ca71ef9c69687064a5a3b5d7f9592998
1 /* { dg-skip-if "" { *-*-* } } */
3 #pragma omp requires reverse_offload
5 /* Note: The file does not have neither of:
6 declare target directives, device constructs or device routines. */
8 int x;
10 void foo (void)
12 x = 1;