[all-commits] [llvm/llvm-project] 3f3edb: [flang][runtime] Don't emit any leading blanks for...

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon Jun 13 16:03:43 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f3edbe5fcdc17b5d6ac4201b3feb2cef11bfe0f
      https://github.com/llvm/llvm-project/commit/3f3edbe5fcdc17b5d6ac4201b3feb2cef11bfe0f
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-06-13 (Mon, 13 Jun 2022)

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

  Log Message:
  -----------
  [flang][runtime] Don't emit any leading blanks for G0/E0 output editing

There were cases where E0.d output editing (or G0.d editing that is converted
to E0.d) would emit one or more leading blank characters; fix them.

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




More information about the All-commits mailing list