[PATCH] D91560: [flang] Duplicate names for ac-implied-do variables erroneously cause errors
Peter Klausler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 16 13:53:26 PST 2020
klausler accepted this revision.
klausler added inline comments.
================
Comment at: flang/test/Evaluate/folding15.f90:7
+ integer :: dups(21) = &
+ [ ((iDuplicate, iDuplicate = 1,j), &
+ (2 * iDuplicate, iDuplicate = j,3 ), &
----------------
Can you test using the "outer" iDuplicate as part of an implied DO loop bound expression for the "inner" iDuplicate, please?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91560/new/
https://reviews.llvm.org/D91560
More information about the llvm-commits
mailing list