[all-commits] [llvm/llvm-project] 1444bc: [flang][runtime] Fix list-directed/NAMELIST comple...

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon Jun 13 10:50:45 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1444bc824136ddcf2a59153658fb7d19a5bc33ef
      https://github.com/llvm/llvm-project/commit/1444bc824136ddcf2a59153658fb7d19a5bc33ef
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-06-13 (Mon, 13 Jun 2022)

  Changed paths:
    M flang/runtime/io-stmt.cpp

  Log Message:
  -----------
  [flang][runtime] Fix list-directed/NAMELIST complex input with "r*" repetition count

The little state machine in GetNextDataEdit() wasn't transitioning
properly from reading the imaginary part of the number back to the
real part for the next iteration of a repeated value.

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




More information about the All-commits mailing list