[PATCH] D90280: [flang][openacc] Enforce no modifier on enter data and exit data clauses

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 11:07:50 PDT 2020


clementval marked an inline comment as done.
clementval 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)
+
----------------
kiranktp wrote:
> I think you forgot to modify the error message here.
> 
My bad! Tired to go to fast and of course I missed it :-)


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