This is an archive of the discontinued LLVM Phabricator instance.

[flang] Revert new unintended runtime behavior
ClosedPublic

Authored by klausler on Oct 28 2021, 11:17 AM.

Details

Summary

A recent change caused some variable-length sequential formatted
output statements with record positioning at the end of a FORMAT
(e.g., FORMAT('hi',10X) to append blanks at the end of the completed
record when emitting it.

Diff Detail

Event Timeline

klausler created this revision.Oct 28 2021, 11:17 AM
klausler requested review of this revision.Oct 28 2021, 11:17 AM
vdonaldson accepted this revision.Oct 28 2021, 1:53 PM
This revision is now accepted and ready to land.Oct 28 2021, 1:53 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2021, 2:44 PM