This is an archive of the discontinued LLVM Phabricator instance.

[flang] Prevent bogus runtime I/O error message
ClosedPublic

Authored by klausler on Jul 17 2020, 5:03 PM.

Details

Summary

The runtime was requiring that STATUS='OLD' be explicitly specified
on an OPEN statement for a connected unit. There error should issue
only if a STATUS= other than 'OLD' is specified; an OPEN with no
STATUS= specifier is okay.

Diff Detail

Event Timeline

klausler created this revision.Jul 17 2020, 5:03 PM
Herald added a project: Restricted Project. · View Herald Transcript
sscalpone accepted this revision.Jul 17 2020, 5:12 PM
This revision is now accepted and ready to land.Jul 17 2020, 5:12 PM
This revision was automatically updated to reflect the committed changes.