[flang-commits] [flang] [flang] Accept proc ptr function result as actual argument without IN… (PR #128771)
Daniel Chen via flang-commits
flang-commits at lists.llvm.org
Wed Feb 26 07:38:39 PST 2025
https://github.com/DanielCChen approved this pull request.
I added `intent(inout)` to the test case and got
```
./t4.f:12:16: error: Actual argument associated with procedure pointer dummy argument 'p=' must be a pointer unless INTENT(IN)
call test1(genF1(1))
^^^^^^^^
```
May be `... must be a pointer for INTENT(INOUT).`
Just a nit.
Thanks for fixing it.
https://github.com/llvm/llvm-project/pull/128771
More information about the flang-commits
mailing list