[PATCH] D136104: [flang] Add check for constraints on synchronization-stmts

Katherine Rasmussen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 12:27:37 PDT 2022


ktras marked 2 inline comments as done.
ktras added inline comments.


================
Comment at: flang/lib/Semantics/check-coarray.cpp:85
 
+static void CheckCoindexedStatOrErrmsg(SemanticsContext &context,
+    const parser::StatOrErrmsg &statOrErrmsg, const std::string &listName) {
----------------
klausler wrote:
> Is there a numbered constraint in the standard that should appear in a comment here?
I have updated the patch and added comments with the numbered constraints.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136104/new/

https://reviews.llvm.org/D136104



More information about the llvm-commits mailing list