[all-commits] [llvm/llvm-project] 3bc2ae: [flang] Add runtime I/O APIs for COMPLEX formatted...

Peter Klausler via All-commits all-commits at lists.llvm.org
Wed Jul 22 17:53:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3bc2ae951adb6bc978c0d785cdc0bbcd923383d4
      https://github.com/llvm/llvm-project/commit/3bc2ae951adb6bc978c0d785cdc0bbcd923383d4
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
    M flang/runtime/edit-input.cpp
    M flang/runtime/io-api.cpp
    M flang/runtime/io-api.h
    M flang/runtime/io-stmt.cpp
    M flang/unittests/Runtime/hello.cpp

  Log Message:
  -----------
  [flang] Add runtime I/O APIs for COMPLEX formatted input

It turns out that COMPLEX formatted input needs its own runtime APIs
so that null values in list-directed input skip the entire COMPLEX
datum rather than just a real or imaginary part thereof.

Reviewed By: sscalpone

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




More information about the All-commits mailing list