[flang-commits] [flang] [flang] Extension: Allow POINTER, INTENT(IN) passed objects (PR #172175)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Mon Dec 15 16:50:55 PST 2025
klausler wrote:
You're right, procedure pointer components don't work with this scheme when the passed-object dummy argument has the `POINTER` attribute. But type-bound procedures do work, and are the main motivation here, so I'll just pare down this change to TBPs only, and leave the procedure pointer component case for later.
https://github.com/llvm/llvm-project/pull/172175
More information about the flang-commits
mailing list