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.
Paths
| Differential D83810
[flang] Fix list-directed input (repeated nulls and LOGICAL) ClosedPublic Authored by klausler on Jul 14 2020, 12:49 PM.
Details Summary Allow repeated nulls in list-directed input (e.g., "4*,") and Fixes FCVS test fm923.f.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 14 2020, 2:40 PM Closed by commit rG8dbc86adf3e4: [flang] Fix list-directed input (repeated nulls and LOGICAL) (authored by klausler). · Explain WhyJul 14 2020, 5:00 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 278024 flang/runtime/edit-input.cpp
flang/runtime/io-stmt.cpp
flang/unittests/Runtime/list-input.cpp
|