1 /* Exercise acc_copyin and acc_copyout on nvidia targets. */
3 /* { dg-do run { target openacc_nvidia_accel_selected } } */
10 main (int argc
, char **argv
)
16 h
= (unsigned char *) malloc (N
);
18 for (i
= 0; i
< N
; i
++)
23 (void) acc_copyin (h
, N
);
25 fprintf (stderr
, "CheCKpOInT\n");
26 acc_copyout (h
+ 1, N
- 1);
33 /* { dg-output "CheCKpOInT(\n|\r\n|\r).*" } */
34 /* { dg-output "\\\[\[0-9a-fA-FxX\]+,256\\\] surrounds2 \\\[\[0-9a-fA-FxX\]+,\\\+255\\\]" } */
35 /* { dg-shouldfail "" } */