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-4.c
blob452ed29f0fdd2e2c7bc20d72c4ae31e27afe1a77
1 /* { dg-do run } */
3 #include <stdio.h>
4 #include <openacc.h>
6 int
7 main (int argc, char **argv)
9 fprintf (stderr, "CheCKpOInT\n");
10 acc_init ((acc_device_t) 99);
12 return 0;
15 /* { dg-output "CheCKpOInT(\n|\r\n|\r).*" } */
16 /* { dg-output "unknown device type \[0-9\]+" } */
17 /* { dg-shouldfail "" } */