Message ID | 874191C2-249E-487C-B384-35DF0E19DDF4@gmail.com |
---|---|
State | New |
Headers | show |
Index: libgomp/testsuite/libgomp.oacc-fortran/data-already-7.f =================================================================== --- libgomp/testsuite/libgomp.oacc-fortran/data-already-7.f (revision 226823) +++ libgomp/testsuite/libgomp.oacc-fortran/data-already-7.f (working copy) @@ -1,5 +1,6 @@ ! { dg-skip-if "" { *-*-* } { "*" } { "-DACC_MEM_SHARED=0" } } + USE ISO_FORTRAN_ENV, ONLY: OUTPUT_UNIT IMPLICIT NONE INCLUDE "openacc_lib.h" @@ -7,6 +8,8 @@ !$ACC ENTER DATA CREATE (I) CALL ACC_CREATE (I) + PRINT *, "CheCKpOInT" + FLUSH OUTPUT_UNIT END