Files
clang-p2996/flang/runtime/namelist.cpp
Peter Klausler 6e7df70e5a [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
2022-10-06 14:49:24 -07:00

19 KiB