]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgomp/testsuite/libgomp.oacc-fortran/data-already-3.f
Merge current set of OpenACC changes from gomp-4_0-branch.
[thirdparty/gcc.git] / libgomp / testsuite / libgomp.oacc-fortran / data-already-3.f
1 ! { dg-skip-if "" { *-*-* } { "*" } { "-DACC_MEM_SHARED=0" } }
2
3 IMPLICIT NONE
4 INCLUDE "openacc_lib.h"
5
6 INTEGER I
7
8 !$ACC DATA PRESENT_OR_COPY (I)
9 CALL ACC_COPYIN (I)
10 !$ACC END DATA
11
12 END
13
14 ! { dg-shouldfail "" }
15 ! { dg-output "already mapped to" }