[flang][runtime] Handle array components in NAMELIST input
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. Differential Revision: https://reviews.llvm.org/D135218
Loading
Please sign in to comment