1 /* Verify that we refuse 'acc_unmap_data', after 'acc_create'. */
3 /* { dg-skip-if "" { *-*-* } { "*" } { "-DACC_MEM_SHARED=0" } } */
14 char *h
= (char *) malloc (N
);
15 void *d
= acc_create (h
, N
- 3);
19 fprintf (stderr
, "CheCKpOInT\n");
25 /* { dg-output "CheCKpOInT(\n|\r\n|\r).*" } */
26 /* { dg-output "refusing to unmap block \\\[\[0-9a-fA-FxX\]+,\\\+98\\\] that has not been mapped by 'acc_map_data'" } */
27 /* { dg-shouldfail "" } */