This is an archive of the discontinued LLVM Phabricator instance.

[flang] Respect left tab limit with Tn editing after ADVANCE='NO'
ClosedPublic

Authored by klausler on Apr 13 2022, 12:31 PM.

Details

Summary

Correct the implementation of non-advancing I/O after some testing
to ensure that T tab edit descriptors are not allowed to back up
into positions of a record prior to where it stood at the beginning
of the I/O statement.

Diff Detail

Event Timeline

klausler created this revision.Apr 13 2022, 12:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2022, 12:31 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Apr 13 2022, 12:31 PM
vdonaldson accepted this revision.Apr 13 2022, 2:08 PM
This revision is now accepted and ready to land.Apr 13 2022, 2:08 PM