This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix line continuation after bare labels (fm200.f)
ClosedPublic

Authored by klausler on Jun 26 2020, 2:46 PM.

Details

Summary

Fixed-form line continuation was not working when the
preceding line was a bare label.

Diff Detail

Event Timeline

klausler created this revision.Jun 26 2020, 2:46 PM
Herald added a project: Restricted Project. · View Herald Transcript
klausler updated this revision to Diff 273840.Jun 26 2020, 2:53 PM

Rename function.

tskeith accepted this revision.Jun 26 2020, 4:37 PM
This revision is now accepted and ready to land.Jun 26 2020, 4:37 PM
This revision was automatically updated to reflect the committed changes.