[all-commits] [llvm/llvm-project] 604016: [flang][runtime] Fix bug with extra leading zero i...

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Jun 3 17:07:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 604016dbe4790da5ca4f789cad46b695cb137b6f
      https://github.com/llvm/llvm-project/commit/604016dbe4790da5ca4f789cad46b695cb137b6f
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-06-03 (Fri, 03 Jun 2022)

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

  Log Message:
  -----------
  [flang][runtime] Fix bug with extra leading zero in octal output

Octal (O) output editing often emits an extra leading 0 digit
due to the total digit count being off by one since word sizes
aren't multiples of three bits.

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




More information about the All-commits mailing list