[flang-commits] [flang] [Flang] Add partial support for lowering procedure pointer assignment. (PR #70461)

Daniel Chen via flang-commits flang-commits at lists.llvm.org
Thu Nov 16 08:23:57 PST 2023


DanielCChen wrote:

@jeanPerier In `translateToExtendedValue` called in `genIntrinsicRefCore`, procedure pointer is true for the `actual.isVariable()` check that is prior the `actual.isProcedure()` check. I am not sure if it is intentional. I added the TODO to flag procedure pointer as an actual argument to all intrinsics. Please let me know if this is reasonable.

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


More information about the flang-commits mailing list