This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Allow recovery from BACKSPACE(badUnit)
ClosedPublic

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

Details

Summary

When an unconnected unit number is used in a BACKSPACE statement
with ERR=, IOSTAT=, &/or IOMSG= control specifiers, don't crash,
but let the program deal with the error.

Diff Detail

Event Timeline

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