This is an archive of the discontinued LLVM Phabricator instance.

[flang] Raise FP exceptions from runtime conversion to binary
ClosedPublic

Authored by klausler on Apr 13 2022, 12:43 PM.

Details

Summary

Formatted READs of REAL should convert the exception flags from
the decimal-to-binary conversion library into real runtime FP
exceptions so that they at least show up in the termination message
of a STOP statement.

Diff Detail

Event Timeline

klausler created this revision.Apr 13 2022, 12:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2022, 12:43 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Apr 13 2022, 12:43 PM
jeanPerier accepted this revision.Apr 14 2022, 3:29 AM
This revision is now accepted and ready to land.Apr 14 2022, 3:29 AM