This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Detect overflow of fixed-sized exponent output field
ClosedPublic

Authored by klausler on Jun 9 2022, 12:13 PM.

Details

Summary

When Ew.dEe or Gw.dEe output has an exponent requiring more than 'e'
digits, the whole output field must overflow to asterisks. The runtime
was detecting short fields and padding them with zeroes, but not
overflow.

Diff Detail

Event Timeline

klausler created this revision.Jun 9 2022, 12:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2022, 12:13 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jun 9 2022, 12:13 PM
vdonaldson accepted this revision.Jun 13 2022, 12:51 PM
This revision is now accepted and ready to land.Jun 13 2022, 12:51 PM