[flang] Fix NAMELIST input bug with multiple subscript triplets
NAMELIST input can contain array subscripts with triplet notation. The calculation of the default effective stride for the constructed array descriptor was simply incorrect after the first dimension. Differential Revision: https://reviews.llvm.org/D112347
Loading
Please sign in to comment