This is an archive of the discontinued LLVM Phabricator instance.

[flang] Handle FLUSH(unknown unit)
ClosedPublic

Authored by klausler on Jan 20 2022, 11:12 AM.

Details

Summary

The unit number passed to a FLUSH statement is not required to
be a valid open unit; nothing happens (esp. not the creation of
an empty fort.n file) in this case.

Diff Detail

Event Timeline

klausler created this revision.Jan 20 2022, 11:12 AM
klausler requested review of this revision.Jan 20 2022, 11:12 AM
vdonaldson accepted this revision.Jan 20 2022, 11:21 AM
This revision is now accepted and ready to land.Jan 20 2022, 11:21 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJan 20 2022, 3:38 PM