This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Fix edge-case FP input bugs
ClosedPublic

Authored by klausler on Apr 22 2022, 2:04 PM.

Details

Summary

Blanks are allowed in more places than I allowed for, and
"NAN(foobar)" is allowed to have any parenthesis-balanced
characters in parentheses.

Diff Detail

Event Timeline

klausler created this revision.Apr 22 2022, 2:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2022, 2:04 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Apr 22 2022, 2:04 PM
vdonaldson accepted this revision.Apr 22 2022, 2:10 PM
This revision is now accepted and ready to land.Apr 22 2022, 2:10 PM
klausler updated this revision to Diff 424639.Apr 22 2022, 3:39 PM

Update: Fix up old sanity test, then avoid usage of "limit" when null.

This revision was automatically updated to reflect the committed changes.