This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Handle array components in NAMELIST input
ClosedPublic

Authored by klausler on Oct 4 2022, 3:13 PM.

Details

Summary

A namelist input item that is a derived type component reference
needs additional processing when the base item or the component
is an array. When both have rank > 0, the component reference
must of course be subscripted.

Diff Detail

Event Timeline

klausler created this revision.Oct 4 2022, 3:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2022, 3:13 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Oct 4 2022, 3:13 PM
PeteSteinfeld accepted this revision.Oct 4 2022, 7:54 PM

All builds and tests correctly and looks good.

Thanks for fixing this!

This revision is now accepted and ready to land.Oct 4 2022, 7:54 PM
klausler updated this revision to Diff 465581.Oct 5 2022, 3:42 PM

Back out a needless change that has led to local test breakage.