This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Accept "." as REAL input
ClosedPublic

Authored by klausler on Apr 22 2022, 10:45 AM.

Details

Summary

".", possibly followed by an exponent, is a valid REAL input value (meaning zero).

Diff Detail

Event Timeline

klausler created this revision.Apr 22 2022, 10:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2022, 10:45 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Apr 22 2022, 10:45 AM
vdonaldson accepted this revision.Apr 22 2022, 11:07 AM
This revision is now accepted and ready to land.Apr 22 2022, 11:07 AM
This revision was automatically updated to reflect the committed changes.