This is an archive of the discontinued LLVM Phabricator instance.

[flang] Allow exterior branch to outermost WHERE construct statement
ClosedPublic

Authored by klausler on Nov 11 2021, 10:47 AM.

Details

Summary

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.

Diff Detail

Event Timeline

klausler created this revision.Nov 11 2021, 10:47 AM
klausler requested review of this revision.Nov 11 2021, 10:47 AM
PeteSteinfeld accepted this revision.Nov 11 2021, 12:30 PM

Looks great!

This revision is now accepted and ready to land.Nov 11 2021, 12:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2021, 1:14 PM