* c-c++-common/Wrestrict.c (test_strcpy_range): Revert latest change.
[official-gcc.git] / libgomp / testsuite / libgomp.oacc-c-c++-common / data-already-6.c
blob4570c74965c714f0c6d8c8e400c4e9752f126b96
1 /* { dg-skip-if "" { *-*-* } { "*" } { "-DACC_MEM_SHARED=0" } } */
3 #include <stdio.h>
4 #include <openacc.h>
6 int
7 main (int argc, char *argv[])
9 int i;
11 acc_present_or_copyin (&i, sizeof i);
12 fprintf (stderr, "CheCKpOInT\n");
13 #pragma acc enter data create (i)
15 return 0;
18 /* { dg-output "CheCKpOInT(\n|\r\n|\r).*" } */
19 /* { dg-output "already mapped to" } */
20 /* { dg-shouldfail "" } */