Some I/O control statements are no-ops when attempted on a bad or
unconnected UNIT=, but the standard says that FLUSH is an error
in that case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D128392
[flang][runtime] FLUSH(bad or unconnected unit number) is an error ClosedPublic Authored by klausler on Jun 22 2022, 3:40 PM.
Details Summary Some I/O control statements are no-ops when attempted on a bad or
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 22 2022, 4:31 PM Closed by commit rGc078e464a09f: [flang][runtime] FLUSH(bad or unconnected unit number) is an error (authored by klausler). · Explain WhyJun 23 2022, 11:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 439467 flang/include/flang/Runtime/iostat.h
flang/runtime/io-api.cpp
flang/runtime/iostat.cpp
|