[all-commits] [llvm/llvm-project] 4180b2: [flang][runtime] Support DT edit descriptor in res...

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Feb 17 09:15:39 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4180b29d206f2049b54111d0465e15d47900b66b
      https://github.com/llvm/llvm-project/commit/4180b29d206f2049b54111d0465e15d47900b66b
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M flang/runtime/connection.h
    M flang/runtime/descriptor-io.cpp
    M flang/runtime/internal-unit.cpp
    M flang/runtime/internal-unit.h
    M flang/runtime/io-stmt.cpp
    M flang/runtime/io-stmt.h

  Log Message:
  -----------
  [flang][runtime] Support DT edit descriptor in result of READ(SIZE=)

When a formatted I/O READ statement processes a DT edit descriptor to call a
user-defined I/O subroutine to read a derived type data item, all of the
characters that that subroutine reads via child I/O count as charecters
read by an edit descriptor and should accumulate in the result returned
by a SIZE= item in the original READ statement's control list.

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




More information about the All-commits mailing list