2 /* { dg-skip-if "" { *-*-* } { "*" } { "-DACC_MEM_SHARED=0" } } */
9 main (int argc
, char **argv
)
16 h
= (unsigned char *) malloc (N
);
18 for (i
= 0; i
< N
; i
++)
23 d1
= acc_present_or_copyin (h
, N
);
27 for (i
= 0; i
< N
; i
++)
32 d2
= acc_present_or_copyin (h
, N
);
43 for (i
= 0; i
< N
; i
++)
49 d2
= acc_pcopyin (h
, N
);
58 for (i
= 0; i
< N
; i
++)