[flang-commits] [flang] Skip POINTER components in implicit mapper generation (PR #177848)

via flang-commits flang-commits at lists.llvm.org
Thu Jul 9 02:45:51 PDT 2026


================

----------------
Ritanya-B-Bharadwaj wrote:

I think this might be in the wrong spot? The body generator getOrGenImplicitDefaultDeclareMapper still maps every member, so a type with an allocatable and a pointer would still deep-copy the pointer. Maybe skip pointers there instead so the mixed case is covered too or is that out of scope?

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


More information about the flang-commits mailing list