[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
Loading
Please sign in to comment