This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Catch input error on missing NAMELIST scalar
ClosedPublic

Authored by klausler on Aug 18 2022, 11:19 AM.

Details

Summary

While a NAMELIST input group item for an array can have fewer
values than expected, or none, an input group item for a scalar
must have a value.

Diff Detail

Event Timeline

klausler created this revision.Aug 18 2022, 11:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2022, 11:19 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Aug 18 2022, 11:19 AM
vdonaldson accepted this revision.Aug 18 2022, 11:36 AM
This revision is now accepted and ready to land.Aug 18 2022, 11:36 AM