Internal writes to character arrays should not blank-fill
records (elements) past the last one that was written to.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D117342
[flang] Don't blank-fill remaining lines in internal output ClosedPublic Authored by klausler on Jan 14 2022, 10:57 AM.
Details Summary Internal writes to character arrays should not blank-fill
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jan 14 2022, 11:21 AM Closed by commit rGb77fd01a8f44: [flang] Don't blank-fill remaining lines in internal output (authored by klausler). · Explain WhyJan 14 2022, 3:15 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 400166 flang/runtime/internal-unit.h
flang/runtime/internal-unit.cpp
flang/unittests/Runtime/NumericalFormatTest.cpp
|
Is this temporary code?