Set num_threads to 50 on 32-bit hppa in two libgomp loop tests
[official-gcc.git] / libgomp / testsuite / libgomp.oacc-c-c++-common / declare-5.c
blob229e96c08a0d96ae706ecf0b45b5fba4afd7a199
1 /* { dg-skip-if "" { *-*-* } { "-DACC_MEM_SHARED=1" } } */
3 #include <stdio.h>
5 int
6 main (int argc, char **argv)
8 int a[8] __attribute__((unused));
10 fprintf (stderr, "CheCKpOInT\n");
11 #pragma acc declare present (a)
14 /* { dg-output "CheCKpOInT" } */
15 /* { dg-shouldfail "" } */