This is an archive of the discontinued LLVM Phabricator instance.

flang][runtime] Catch decimal integer input overflow
ClosedPublic

Authored by klausler on May 21 2022, 10:20 PM.

Details

Summary

[B/O/Z input overflow is already caught, and real input overflow
is signalled as an IEEE arithmetic exception, but regular decimal
integer overflow was silent.

Diff Detail

Event Timeline

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