This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] FLUSH(bad or unconnected unit number) is an error
ClosedPublic

Authored by klausler on Jun 22 2022, 3:40 PM.

Details

Summary

Some I/O control statements are no-ops when attempted on a bad or
unconnected UNIT=, but the standard says that FLUSH is an error
in that case.

Diff Detail

Event Timeline

klausler created this revision.Jun 22 2022, 3:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2022, 3:40 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jun 22 2022, 3:40 PM
vdonaldson accepted this revision.Jun 22 2022, 4:31 PM
This revision is now accepted and ready to land.Jun 22 2022, 4:31 PM