[flang-commits] [flang] [flang] Retrieve shape from selector when generating assoc sym type (PR #137117)

Kareem Ergawy via flang-commits flang-commits at lists.llvm.org
Wed May 28 02:09:35 PDT 2025


================
@@ -279,6 +279,23 @@ struct TypeBuilderImpl {
     bool isPolymorphic = (Fortran::semantics::IsPolymorphic(symbol) ||
                           Fortran::semantics::IsUnlimitedPolymorphic(symbol)) &&
                          !Fortran::semantics::IsAssumedType(symbol);
+    if (const auto *assocDetails =
----------------
ergawy wrote:

Sorry for very late reply on my end as well. Thanks for the comment, done.

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


More information about the flang-commits mailing list