[all-commits] [llvm/llvm-project] 0c3c8f: [flang] Fix descriptor-based array data item I/O f...

Peter Klausler via All-commits all-commits at lists.llvm.org
Wed Sep 30 14:03:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c3c8f4ae69a619efd8dc088e2572db172d40547
      https://github.com/llvm/llvm-project/commit/0c3c8f4ae69a619efd8dc088e2572db172d40547
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
    M flang/runtime/descriptor-io.h
    M flang/unittests/Runtime/hello.cpp

  Log Message:
  -----------
  [flang] Fix descriptor-based array data item I/O for list-directed CHARACTER & LOGICAL

These types have to distinguish list-directed I/O from formatted I/O,
and the subscript incrementation call was in the formatted branch
of the if() rather than after the if().

Differential revision: https://reviews.llvm.org/D88606




More information about the All-commits mailing list