[all-commits] [llvm/llvm-project] be9946: [flang] Debugging of ACCESS='STREAM' I/O

Peter Klausler via All-commits all-commits at lists.llvm.org
Wed Feb 2 13:09:54 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be9946b877add0db906090d22840b213c3f41dd2
      https://github.com/llvm/llvm-project/commit/be9946b877add0db906090d22840b213c3f41dd2
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-02-02 (Wed, 02 Feb 2022)

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

  Log Message:
  -----------
  [flang] Debugging of ACCESS='STREAM' I/O

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.

Differential Revision: https://reviews.llvm.org/D118834




More information about the All-commits mailing list