The statement
PRINT '(2F0.1)', 0.0, 0.5
should emit consistent ".0 .5" output, not "0.0 .5".
Paths
| Differential D123715
[flang] Make F0.1 output editing of zero edge case consistent ClosedPublic Authored by klausler on Apr 13 2022, 12:44 PM.
Details Summary The statement PRINT '(2F0.1)', 0.0, 0.5 should emit consistent ".0 .5" output, not "0.0 .5".
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 13 2022, 1:06 PM Closed by commit rG724709e09ddc: [flang] Make F0.1 output editing of zero edge case consistent (authored by klausler). · Explain WhyApr 14 2022, 3:32 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 422974 flang/runtime/edit-output.cpp
flang/unittests/Runtime/NumericalFormatTest.cpp
|