[all-commits] [llvm/llvm-project] 8dbc86: [flang] Fix list-directed input (repeated nulls an...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Jul 14 17:00:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8dbc86adf3e4da2ea284955ede94a0b30acc6d36
https://github.com/llvm/llvm-project/commit/8dbc86adf3e4da2ea284955ede94a0b30acc6d36
Author: peter klausler <pklausler at nvidia.com>
Date: 2020-07-14 (Tue, 14 Jul 2020)
Changed paths:
M flang/runtime/edit-input.cpp
M flang/runtime/io-stmt.cpp
M flang/unittests/Runtime/list-input.cpp
Log Message:
-----------
[flang] Fix list-directed input (repeated nulls and LOGICAL)
Allow repeated nulls in list-directed input (e.g., "4*,") and
ignore excess characters in list-directed LOGICAL input after the
T or F.
Fixes FCVS test fm923.f.
Reviewed By: sscalpone
Differential Revision: https://reviews.llvm.org/D83810
More information about the All-commits
mailing list