[all-commits] [llvm/llvm-project] 28b5e9: [flang][runtime] (G0) for CHARACTER means (A), not...

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon May 9 13:00:34 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 28b5e99a4c84f687b4c43c46a293e9f4b4cf6986
      https://github.com/llvm/llvm-project/commit/28b5e99a4c84f687b4c43c46a293e9f4b4cf6986
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-05-09 (Mon, 09 May 2022)

  Changed paths:
    M flang/runtime/edit-output.cpp

  Log Message:
  -----------
  [flang][runtime] (G0) for CHARACTER means (A), not (A0)

I'm emitting zero characters for (G0) formatting of CHARACTER values
instead of using their lengths to determine the output field width.

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




More information about the All-commits mailing list