This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Don't skip input spaces when they are significant
ClosedPublic

Authored by klausler on Apr 13 2022, 1:10 PM.

Details

Summary

When formatted input (not list-directed or NAMELIST) is in "BZ" mode,
either because a BZ control edit descriptor appeared in a FORMAT or
BLANK="ZERO" appeared in OPEN or READ, input editing must not skip
over blanks before or within the input field.

Diff Detail

Event Timeline

klausler created this revision.Apr 13 2022, 1:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2022, 1:10 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Apr 13 2022, 1:10 PM
vdonaldson accepted this revision.Apr 13 2022, 3:11 PM
This revision is now accepted and ready to land.Apr 13 2022, 3:11 PM