This is an archive of the discontinued LLVM Phabricator instance.

[flang] Implement anonymous units in the runtime
ClosedPublic

Authored by klausler on Jul 14 2020, 12:48 PM.

Details

Summary

I/O from/to an unopened unit number needs to open &/or create
a "fort.$UNIT" file.

Fixes FCVS test fm401.f.

Diff Detail

Event Timeline

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