This is an archive of the discontinued LLVM Phabricator instance.

[flang] Minor fix to list-directed REAL output editing
ClosedPublic

Authored by klausler on Dec 15 2020, 10:51 AM.

Details

Summary

Always emit the letter 'E' in list-directed REAL output;
the library was omitting it for exponents greater than 99,
as should be done for E and D formatting of large exponents
without an Ed exponent digit count.

Diff Detail

Event Timeline

klausler created this revision.Dec 15 2020, 10:51 AM
klausler requested review of this revision.Dec 15 2020, 10:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 15 2020, 10:51 AM
PeteSteinfeld accepted this revision.Dec 15 2020, 12:17 PM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Dec 15 2020, 12:17 PM
This revision was landed with ongoing or failed builds.Dec 15 2020, 1:05 PM
This revision was automatically updated to reflect the committed changes.