This is an archive of the discontinued LLVM Phabricator instance.

[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
ignore excess characters in list-directed LOGICAL input after the
T or F.

Fixes FCVS test fm923.f.

Diff Detail

Event Timeline

klausler created this revision.Jul 14 2020, 12:49 PM
Herald added a project: Restricted Project. · View Herald Transcript
sscalpone accepted this revision.Jul 14 2020, 2:40 PM
This revision is now accepted and ready to land.Jul 14 2020, 2:40 PM
This revision was automatically updated to reflect the committed changes.