[PATCH] D90280: [flang][openacc] Enforce no modifier on enter data and exit data clauses
Kiran Kumar T P via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 28 08:57:57 PDT 2020
kiranktp added inline comments.
================
Comment at: flang/test/Semantics/acc-clause-validity.f90:48-53
+ !ERROR: Modifier is not allowed on for the COPYIN clause on the ENTER DATA directive
!$acc enter data copyin(zero: i)
+ !ERROR: Modifier is not allowed on for the COPYOUT clause on the EXIT DATA directive
+ !$acc exit data copyout(zero: i)
+
----------------
I think you forgot to modify the error message here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90280/new/
https://reviews.llvm.org/D90280
More information about the llvm-commits
mailing list