This is an archive of the discontinued LLVM Phabricator instance.

[flang] Warn about more continuation lines than the standard permits
ClosedPublic

Authored by klausler on Nov 30 2022, 3:58 PM.

Details

Summary

f18 doesn't have any limit on continuation lines in fixed or free form
source (other than available memory), but the standard does. Emit
a portability warning when it is exceeded.

Diff Detail

Event Timeline

klausler created this revision.Nov 30 2022, 3:58 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Nov 30 2022, 3:58 PM
This revision is now accepted and ready to land.Nov 30 2022, 11:21 PM