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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D127012
[flang][runtime] Fix bug with extra leading zero in octal output klausler on Jun 3 2022, 3:41 PM. Authored by
Details Octal (O) output editing often emits an extra leading 0 digit
Diff Detail
|