This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Fix overflow detection for REAL input
ClosedPublic

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

Details

Summary

The test for an overflow during decimal->binary conversion was taking
place too late, causing the data not to be rescanned from the beginning.

Diff Detail

Event Timeline

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