[flang-commits] [PATCH] D128392: [flang][runtime] FLUSH(bad or unconnected unit number) is an error

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Jun 22 15:40:37 PDT 2022


klausler created this revision.
klausler added a reviewer: vdonaldson.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
Herald added a project: All.
klausler requested review of this revision.

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.


https://reviews.llvm.org/D128392

Files:
  flang/include/flang/Runtime/iostat.h
  flang/runtime/io-api.cpp
  flang/runtime/iostat.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128392.439189.patch
Type: text/x-patch
Size: 5447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220622/0773e0d7/attachment-0001.bin>


More information about the flang-commits mailing list