[all-commits] [llvm/llvm-project] c3ddde: [flang] Allow exterior branch to outermost WHERE c...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Nov 11 13:15:03 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3dddeeafb529e769cde87bd29ef6271ac6bfa5c
https://github.com/llvm/llvm-project/commit/c3dddeeafb529e769cde87bd29ef6271ac6bfa5c
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M flang/lib/Semantics/resolve-labels.cpp
Log Message:
-----------
[flang] Allow exterior branch to outermost WHERE construct statement
The labels of WHERE constructs were being created within the scope of
the construct, not the scope of its parent, leading to incorrect error
messages for branches to that label.
Differential Revision: https://reviews.llvm.org/D113696
More information about the All-commits
mailing list