This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Catch OPEN of connected file
ClosedPublic

Authored by klausler on Jun 3 2022, 4:13 PM.

Details

Summary

Diagnose OPEN(FILE=f) when f is already connected by the same name to
a distinct external I/O unit.

Diff Detail

Event Timeline

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