[flang-commits] [flang] [flang] Support kind/index lookup inside of EQUIVALENCE (PR #170056)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Mon Dec 1 16:50:15 PST 2025


================
@@ -8768,7 +8770,12 @@ const parser::Name *DeclarationVisitor::ResolveDataRef(
             return ResolveStructureComponent(y.value());
           },
           [&](const Indirection<parser::ArrayElement> &y) {
-            Walk(y.value().subscripts);
+            {
----------------
eugeneepshteyn wrote:

Will try, thanks!

https://github.com/llvm/llvm-project/pull/170056


More information about the flang-commits mailing list