[all-commits] [llvm/llvm-project] cb1939: [flang][runtime] Complete list-directed character ...

Peter Klausler via All-commits all-commits at lists.llvm.org
Wed Jul 13 16:43:05 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cb193931fa05c5f51e4779c80ae8d2fe0c1c3ea9
      https://github.com/llvm/llvm-project/commit/cb193931fa05c5f51e4779c80ae8d2fe0c1c3ea9
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-07-13 (Wed, 13 Jul 2022)

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

  Log Message:
  -----------
  [flang][runtime] Complete list-directed character input with DECIMAL='COMMA'

Most of the infrastructure for DECIMAL='COMMA' mode was in place
in the I/O runtime support library, but I dropped the ball for
list-directed character input, which has its own detection of
input separators.  Finish the job.

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




More information about the All-commits mailing list