[all-commits] [llvm/llvm-project] b77fd0: [flang] Don't blank-fill remaining lines in intern...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Jan 14 15:15:03 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b77fd01a8f4423d2ed0868fb53e5588fe6791cd4
https://github.com/llvm/llvm-project/commit/b77fd01a8f4423d2ed0868fb53e5588fe6791cd4
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-01-14 (Fri, 14 Jan 2022)
Changed paths:
M flang/runtime/internal-unit.cpp
M flang/runtime/internal-unit.h
M flang/unittests/Runtime/NumericalFormatTest.cpp
Log Message:
-----------
[flang] Don't blank-fill remaining lines in internal output
Internal writes to character arrays should not blank-fill
records (elements) past the last one that was written to.
Differential Revision: https://reviews.llvm.org/D117342
More information about the All-commits
mailing list