This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Fix input of NAN(...) on non-fast path
ClosedPublic

Authored by klausler on May 5 2022, 3:10 PM.

Details

Summary

The closing parenthesis needs to be consumed when a NaN
with parenthesized (ignored) information is read on the
real input path that preprocesses input characters before
passing them to the decimal-to-binary converter.

Diff Detail

Event Timeline

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