[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 06:38:03 PDT 2020
clementval marked an inline comment as done.
clementval added inline comments.
================
Comment at: flang/lib/Semantics/check-acc-structure.cpp:128
+ context_.Say(GetContext().clauseSource,
+ "Modifier is not allowed on for the %s clause "
+ "on the %s directive"_err_en_US,
----------------
kiranktp wrote:
> Possible to rephrase this?
> "Modifier is not allowed for the %s clause on the %s directive"
Thanks for catching this. Patch has been updated.
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