1 /* Exercise an invalid acc_present_or_create. */
3 /* { dg-skip-if "" { *-*-* } { "*" } { "-DACC_MEM_SHARED=0" } } */
10 main (int argc
, char **argv
)
16 h
= (unsigned char *) malloc (N
);
18 d1
= acc_present_or_create (h
, N
);
22 fprintf (stderr
, "CheCKpOInT\n");
23 d2
= acc_present_or_create (h
+ 2, N
);
37 /* { dg-output "CheCKpOInT(\n|\r\n|\r).*" } */
38 /* { dg-output "\\\[\[0-9a-fA-FxX\]+,\\\+256\\\] not mapped" } */
39 /* { dg-shouldfail "" } */