[flang-commits] [PATCH] D87906: [Flang][OpenACC] Fix for branching out issue in OpenACC parallel construct.
sameeran joshi via Phabricator via flang-commits
flang-commits at lists.llvm.org
Fri Oct 9 03:14:07 PDT 2020
sameeranjoshi marked 6 inline comments as done.
sameeranjoshi added inline comments.
================
Comment at: flang/test/Semantics/acc-branch.f90:35
+ ! label is out of parallel construct, labelled block is not attached to an OpenACC parallel construct.
+ ! label is inside OpenACC construct.
+
----------------
tskeith wrote:
> You're still using the word "label" incorrectly here. There are no labels in this test.
Thanks for pointing, it was missed out.
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