This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Ignore leading spaces even in BZ mode
ClosedPublic

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

Details

Summary

When editing numeric input, always skip leading spaces, even if
BZ mode (or BLANK='ZERO') is in effect; otherwise, a sign character
preceded by blanks will not be recognized.

Diff Detail

Event Timeline

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