This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Fix REWIND after non-advancing data transfer
ClosedPublic

Authored by klausler on Jun 14 2022, 1:49 PM.

Details

Summary

A REWIND of a unit that's in the middle of a record due to a READ
or WRITE statement with ADVANCE='NO' needs to reset the left tab
limit so that the next transfer takes place at the beginning of
the first record.

Diff Detail

Event Timeline

klausler created this revision.Jun 14 2022, 1:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2022, 1:49 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jun 14 2022, 1:49 PM
vdonaldson accepted this revision.Jun 14 2022, 5:07 PM
This revision is now accepted and ready to land.Jun 14 2022, 5:07 PM