Leading zeros should appear only for Iw.m output formatting.
Gw, Gw.d, and Gw.dEe output editing all map to Iw with no ".m"
(Fortran 202X 13.7.5.2.2).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D159037
[flang] When formatting integers for Gw.d/Gw.dEe output, only 'w' matters ClosedPublic Authored by klausler on Aug 28 2023, 4:38 PM.
Details Summary Leading zeros should appear only for Iw.m output formatting.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 28 2023, 6:35 PM Closed by commit rG212beb66f8d3: [flang] When formatting integers for Gw.d/Gw.dEe output, only 'w' matters (authored by klausler). · Explain WhyAug 29 2023, 9:33 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 554395 flang/runtime/edit-output.cpp
flang/unittests/Runtime/NumericalFormatTest.cpp
|