This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add nested scoping to label distinctness checking
ClosedPublic

Authored by klausler on Aug 25 2022, 10:47 AM.

Details

Summary

Fortran defines derived type definitions and explicit interface
blocks for subroutines and functions to be nestable scopes for
statement labels, even though such labels are useless for all
purposes. Handle these scopes in label resolution so that bogus
errors about conflicting labels in "real" code don't come out.

Note that BLOCK constructs could have also been defined as scopes
for statement labeling, but were not.

Diff Detail

Event Timeline

klausler created this revision.Aug 25 2022, 10:47 AM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Aug 25 2022, 10:47 AM
vdonaldson accepted this revision.Aug 25 2022, 1:15 PM
This revision is now accepted and ready to land.Aug 25 2022, 1:15 PM