This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Fix ENDFILE for formatted stream output
ClosedPublic

Authored by klausler on Apr 13 2022, 1:17 PM.

Details

Summary

A predicate expression made ENDFILE statements significant
only for sequential files, but it's applicable to formatted
stream output as well.

Diff Detail

Event Timeline

klausler created this revision.Apr 13 2022, 1:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2022, 1:17 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Apr 13 2022, 1:17 PM
This revision is now accepted and ready to land.Apr 13 2022, 1:25 PM
This revision was automatically updated to reflect the committed changes.