This is an archive of the discontinued LLVM Phabricator instance.

[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.
Gw, Gw.d, and Gw.dEe output editing all map to Iw with no ".m"
(Fortran 202X 13.7.5.2.2).

Diff Detail

Event Timeline

klausler created this revision.Aug 28 2023, 4:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 28 2023, 4:38 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Aug 28 2023, 4:38 PM
vdonaldson accepted this revision.Aug 28 2023, 6:35 PM
This revision is now accepted and ready to land.Aug 28 2023, 6:35 PM