This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Signal new I/O error on floating-point input overflow
ClosedPublic

Authored by klausler on Jun 3 2022, 3:55 PM.

Details

Summary

Besides raising the IEEE floating-point overflow exception, treat
a floating-point overflow on input as an I/O error catchable with
ERR=, IOSTAT=, &/or IOMSG=.

Diff Detail

Event Timeline

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