This is an archive of the discontinued LLVM Phabricator instance.

[flang] Emit portability warning for extension
ClosedPublic

Authored by klausler on Feb 11 2023, 9:36 AM.

Details

Summary

f18 accepts statement labels in fixed form source even if they follow
a semicolon -- i.e., they're not in the fixed form's label field.
Emit a warning for such usage.

Diff Detail

Event Timeline

klausler created this revision.Feb 11 2023, 9:36 AM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Feb 11 2023, 9:36 AM
vdonaldson accepted this revision.Feb 12 2023, 8:52 PM
This revision is now accepted and ready to land.Feb 12 2023, 8:52 PM
This revision was automatically updated to reflect the committed changes.