[PATCH] D87906: [Flang][OpenACC] Fix for branching out issue in OpenACC parallel construct.

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 21 07:52:44 PDT 2020


clementval added inline comments.


================
Comment at: flang/lib/Semantics/check-acc-structure.cpp:62
   }
+  bool Pre(const parser::DoConstruct &doConstruct) {
+    const auto &doStmt{
----------------
I guess they are others construct that can have a label. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87906



More information about the llvm-commits mailing list