This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix NAMELIST input bug with multiple subscript triplets
ClosedPublic

Authored by klausler on Oct 22 2021, 2:50 PM.

Details

Summary

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.

Diff Detail

Event Timeline

klausler created this revision.Oct 22 2021, 2:50 PM
klausler requested review of this revision.Oct 22 2021, 2:50 PM
vdonaldson accepted this revision.Oct 22 2021, 3:52 PM
This revision is now accepted and ready to land.Oct 22 2021, 3:52 PM
This revision was landed with ongoing or failed builds.Oct 22 2021, 4:02 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 22 2021, 4:02 PM