This is an archive of the discontinued LLVM Phabricator instance.

[flang] Extend & fix per-I/O-statement state (ext. I/O work part 7)
ClosedPublic

Authored by klausler on Jul 3 2020, 6:08 PM.

Details

Summary

The per-I/O-statement state structures need to support missing
external I/O statements, and some bugs found in testing with
formatted input and record advancement are fixed. The effects
of these changes will not be visible until further patches to
the I/O API handlers are pushed.

Diff Detail

Event Timeline

klausler created this revision.Jul 3 2020, 6:08 PM
Herald added a project: Restricted Project. · View Herald Transcript
tskeith accepted this revision.Jul 4 2020, 10:22 AM
This revision is now accepted and ready to land.Jul 4 2020, 10:22 AM
This revision was automatically updated to reflect the committed changes.