This is an archive of the discontinued LLVM Phabricator instance.

[flang] runtime: fix formatted real input regression w/ spaces
ClosedPublic

Authored by klausler on Sep 29 2021, 1:09 PM.

Details

Summary

Blank input fields must be interpreted as zero, including the case of
virutal space characters generated from record padding at the end of
an input record. This stopped working sometime in the past few months
for real input (not sure when); here's a fix.

This bug was breaking FCVS test fm111.

Diff Detail

Event Timeline

klausler created this revision.Sep 29 2021, 1:09 PM
klausler requested review of this revision.Sep 29 2021, 1:09 PM

Renaud, if you aren't set up to review Phabricator changes, please let me know.

Renaud-K accepted this revision.Oct 4 2021, 2:04 PM
This revision is now accepted and ready to land.Oct 4 2021, 2:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2021, 4:47 PM