[flang-commits] [PATCH] D118834: [flang] Debugging of ACCESS='STREAM' I/O

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Feb 2 11:18:22 PST 2022


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

Corrects the runtime implementation of I/O on files with
the access mode ACCESS='STREAM'.  This is a collection
of edge-case tweaks to ensure that the distinctions between
stream and direct/sequential files, unformatted or formatted,
are respected where appropriate.
Moves NextInField() from io-stmt.h to io-stmt.cpp --
it was getting too big to keep in a header.


https://reviews.llvm.org/D118834

Files:
  flang/include/flang/Runtime/iostat.h
  flang/runtime/connection.h
  flang/runtime/edit-input.cpp
  flang/runtime/file.h
  flang/runtime/io-api.cpp
  flang/runtime/io-stmt.cpp
  flang/runtime/io-stmt.h
  flang/runtime/iostat.cpp
  flang/runtime/unit.cpp
  flang/runtime/unit.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118834.405371.patch
Type: text/x-patch
Size: 26854 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220202/9dcc1028/attachment-0001.bin>


More information about the flang-commits mailing list