This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add fixes and missing stmts to I/O runtime API handlers (ext. I/O part 8)
ClosedPublic

Authored by klausler on Jul 4 2020, 11:10 AM.

Details

Summary

Complete the rework of the initial implementation of external I/O
to fix problems found in testing (tests to follow); add handlers
for hitherto unimplemented PAUSE, FLUSH, ENDFILE, BACKSPACE, and
REWIND statements.

Diff Detail

Event Timeline

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