[all-commits] [llvm/llvm-project] 89a927: [flang] Fix NAMELIST input bug with multiple subsc...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Oct 22 16:02:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89a927c6781200701b01ae4f48bac16e6f082549
https://github.com/llvm/llvm-project/commit/89a927c6781200701b01ae4f48bac16e6f082549
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-10-22 (Fri, 22 Oct 2021)
Changed paths:
M flang/runtime/namelist.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list