This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] (G0) for CHARACTER means (A), not (A0)
ClosedPublic

Authored by klausler on May 5 2022, 4:19 PM.

Details

Summary

I'm emitting zero characters for (G0) formatting of CHARACTER values
instead of using their lengths to determine the output field width.

Diff Detail

Event Timeline

klausler created this revision.May 5 2022, 4:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2022, 4:19 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.May 5 2022, 4:19 PM
vdonaldson accepted this revision.May 5 2022, 4:21 PM
This revision is now accepted and ready to land.May 5 2022, 4:21 PM
This revision was automatically updated to reflect the committed changes.