This is an archive of the discontinued LLVM Phabricator instance.

[flang] Check for misplaced labels
ClosedPublic

Authored by klausler on Jul 21 2020, 5:27 PM.

Details

Summary

In fixed form source, complain when a label digit appears
outside the label field & when a non-digit appears in the label
field.

Diff Detail

Event Timeline

klausler created this revision.Jul 21 2020, 5:27 PM
Herald added a project: Restricted Project. · View Herald Transcript
sscalpone accepted this revision.Jul 21 2020, 5:31 PM
This revision is now accepted and ready to land.Jul 21 2020, 5:31 PM
This revision was automatically updated to reflect the committed changes.