[all-commits] [llvm/llvm-project] 724709: [flang] Make F0.1 output editing of zero edge case...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Apr 14 15:32:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 724709e09ddcb4951a5f1c42238d3a8491424831
      https://github.com/llvm/llvm-project/commit/724709e09ddcb4951a5f1c42238d3a8491424831
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-04-14 (Thu, 14 Apr 2022)

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

  Log Message:
  -----------
  [flang] Make F0.1 output editing of zero edge case consistent

The statement
  PRINT '(2F0.1)', 0.0, 0.5
should emit consistent ".0 .5" output, not "0.0 .5".

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




More information about the All-commits mailing list