Set num_threads to 50 on 32-bit hppa in two libgomp loop tests
[official-gcc.git] / libgomp / testsuite / libgomp.oacc-c-c++-common / lib-1.c
blob8ed743d18d3d3d795b36a40865663902dcd758dc
1 /* { dg-do run } */
3 #include <stdio.h>
4 #include <openacc.h>
6 int
7 main (int argc, char **argv)
9 acc_init (acc_device_default);
10 fprintf (stderr, "CheCKpOInT\n");
11 acc_init (acc_device_default);
13 return 0;
16 /* { dg-output "CheCKpOInT(\n|\r\n|\r).*" } */
17 /* { dg-output "device already active" } */
18 /* { dg-shouldfail "" } */