This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Make ENDFILE work after non-advancing READ
ClosedPublic

Authored by klausler on Jul 1 2022, 3:09 PM.

Details

Summary

An ENDFILE statement executed when a non-advancing READ has
left the unit in the middle of a record must truncate the file
at that position.

Diff Detail

Event Timeline

klausler created this revision.Jul 1 2022, 3:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 1 2022, 3:09 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jul 1 2022, 3:09 PM
vdonaldson accepted this revision.Jul 1 2022, 4:48 PM
This revision is now accepted and ready to land.Jul 1 2022, 4:48 PM