[flang-commits] [PATCH] D87906: [Flang][OpenACC] Fix for branching out issue in OpenACC parallel construct.
Tim Keith via Phabricator via flang-commits
flang-commits at lists.llvm.org
Fri Sep 18 09:25:25 PDT 2020
tskeith added inline comments.
================
Comment at: flang/lib/Semantics/check-acc-structure.cpp:108
llvm::acc::getOpenACCDirectiveName(currentDirective_).str()))
.Attach(sourcePosition_, GetEnclosingMsg());
}
----------------
"Enclosing block construct" doesn't make sense here. It's not in a block construct.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87906/new/
https://reviews.llvm.org/D87906
More information about the flang-commits
mailing list