[all-commits] [llvm/llvm-project] 896a54: [flang] Support DECIMAL='COMMA' mode in namelist I/O

Peter Klausler via All-commits all-commits at lists.llvm.org
Sat Jan 22 09:10:01 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 896a543e72fd3ab044e64d1140a37c7f4876fc71
      https://github.com/llvm/llvm-project/commit/896a543e72fd3ab044e64d1140a37c7f4876fc71
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-01-22 (Sat, 22 Jan 2022)

  Changed paths:
    M flang/runtime/descriptor-io.h
    M flang/runtime/edit-input.cpp
    M flang/runtime/io-stmt.cpp
    M flang/runtime/io-stmt.h
    M flang/runtime/namelist.cpp
    M flang/unittests/Runtime/Namelist.cpp

  Log Message:
  -----------
  [flang] Support DECIMAL='COMMA' mode in namelist I/O

DECIMAL='COMMA' mode affects item separators, real editing, and
complex editing.

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




More information about the All-commits mailing list