[all-commits] [llvm/llvm-project] 212beb: [flang] When formatting integers for Gw.d/Gw.dEe o...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Aug 29 09:33:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 212beb66f8d30fd17db0608bd195e88b9565f7df
      https://github.com/llvm/llvm-project/commit/212beb66f8d30fd17db0608bd195e88b9565f7df
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-08-29 (Tue, 29 Aug 2023)

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

  Log Message:
  -----------
  [flang] When formatting integers for Gw.d/Gw.dEe output, only 'w' matters

Leading zeros should appear only for Iw.m output formatting.
Gw, Gw.d, and Gw.dEe output editing all map to Iw with no ".m"
(Fortran 202X 13.7.5.2.2).

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




More information about the All-commits mailing list