[all-commits] [llvm/llvm-project] 79f6b8: [flang][runtime] Corrections to formatted child I/O

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Mar 10 10:21:08 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 79f6b812356880f64975998fda72d06d46735ad6
      https://github.com/llvm/llvm-project/commit/79f6b812356880f64975998fda72d06d46735ad6
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-03-10 (Fri, 10 Mar 2023)

  Changed paths:
    M flang/include/flang/Runtime/iostat.h
    M flang/runtime/descriptor-io.cpp
    M flang/runtime/format-implementation.h
    M flang/runtime/format.h
    M flang/runtime/io-api.cpp
    M flang/runtime/io-error.cpp
    M flang/runtime/iostat.cpp
    M flang/runtime/unit.h
    M flang/unittests/Runtime/Format.cpp

  Log Message:
  -----------
  [flang][runtime] Corrections to formatted child I/O

A handful of I/O statements (OPEN, CLOSE, positioning) are not allowed
on units during child I/O; catch violations and report errors.
Also finesse error handling during FORMAT runtime parsing of DT
derived type edit descriptors, and ensure that formatted child
I/O is nonadvancing.

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




More information about the All-commits mailing list