This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Fix BACKSPACE over an empty record
ClosedPublic

Authored by klausler on Jul 7 2023, 2:39 PM.

Details

Summary

The implementation of BACKSPACE on a variable-length sequential formatted
file has a bug that prevents it from working on an empty record.

Diff Detail

Event Timeline

klausler created this revision.Jul 7 2023, 2:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 7 2023, 2:39 PM
klausler requested review of this revision.Jul 7 2023, 2:39 PM
vzakhari accepted this revision.Jul 7 2023, 2:42 PM

Thank you!

This revision is now accepted and ready to land.Jul 7 2023, 2:42 PM
This revision was landed with ongoing or failed builds.Jul 7 2023, 3:55 PM
This revision was automatically updated to reflect the committed changes.