This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Fix nonadvancing output edge case
ClosedPublic

Authored by klausler on Jun 9 2022, 12:03 PM.

Details

Summary

When nonadvancing output uses T/TL control edit descriptors to reposition
the record, don't reset the position to the furthest point written at
the end of the write.

Diff Detail

Event Timeline

klausler created this revision.Jun 9 2022, 12:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2022, 12:03 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jun 9 2022, 12:03 PM
vdonaldson accepted this revision.Jun 13 2022, 9:03 AM
This revision is now accepted and ready to land.Jun 13 2022, 9:03 AM
This revision was automatically updated to reflect the committed changes.