When the digit count ('d') is zero in E0 editing, allow for one more
output character; otherwise, any - or + sign in the output causes
an output field overflow.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127013
[flang][runtime] Allow extra character for E0.0 output editing ClosedPublic Authored by klausler on Jun 3 2022, 3:43 PM.
Details Summary When the digit count ('d') is zero in E0 editing, allow for one more
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 3 2022, 3:45 PM Closed by commit rGda63fee0d091: [flang][runtime] Allow extra character for E0.0 output editing (authored by klausler). · Explain WhyJun 3 2022, 5:41 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 434217 flang/runtime/edit-output.cpp
flang/unittests/Runtime/NumericalFormatTest.cpp
|