[flang-commits] [flang] [flang] Extension: Allow POINTER, INTENT(IN) passed objects (PR #172175)

via flang-commits flang-commits at lists.llvm.org
Mon Dec 15 10:16:59 PST 2025


jeanPerier wrote:

> I'll add lowering tests. Your comment is not clear to me. In `X%TBP()`, `X` can be a pointer or allocatable or neither today, and that is not changing.

Thanks, I meant testing this when X is a pointer and TBP is a _procedure pointer component_ with a POINTER, INTENT(IN) passed argument.

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


More information about the flang-commits mailing list