[all-commits] [llvm/llvm-project] f63daf: [flang] runtime: fix formatted real input regressi...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Oct 4 16:47:34 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f63dafebf4e9f5dec6ad58cf238bd4eb71d34698
https://github.com/llvm/llvm-project/commit/f63dafebf4e9f5dec6ad58cf238bd4eb71d34698
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M flang/runtime/edit-input.cpp
Log Message:
-----------
[flang] runtime: fix formatted real input regression w/ spaces
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.
Differential Revision: https://reviews.llvm.org/D110765
More information about the All-commits
mailing list