This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Catch input error case of missing integer value
ClosedPublic

Authored by klausler on Aug 18 2022, 2:40 PM.

Details

Summary

Formatted input allows for an empty numeric input field, which
signifies a zero value, but list-directed and NAMELIST input does
not -- apart from the special case of a NAMELIST array.

Diff Detail

Event Timeline

klausler created this revision.Aug 18 2022, 2:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2022, 2:40 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Aug 18 2022, 2:40 PM
vdonaldson accepted this revision.Aug 18 2022, 3:09 PM
This revision is now accepted and ready to land.Aug 18 2022, 3:09 PM
This revision was landed with ongoing or failed builds.Aug 18 2022, 3:51 PM
This revision was automatically updated to reflect the committed changes.