[flang-commits] [PATCH] D94087: [flang][openmp]At most one threads, simd and depend clause can appear on OpenMP ORDERED construct.
Valentin Clement via Phabricator via flang-commits
flang-commits at lists.llvm.org
Thu Jan 21 07:34:58 PST 2021
clementval requested changes to this revision.
clementval added inline comments.
This revision now requires changes to proceed.
================
Comment at: flang/lib/Semantics/check-omp-structure.cpp:903
+ context_.Say(parser::FindSourceLocation(clause),
+ "Threads, simd clauses are not allowed when ORDERED construct is a "
+ "standalone "
----------------
Clauses should be capitalized in message.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94087/new/
https://reviews.llvm.org/D94087
More information about the flang-commits
mailing list