[all-commits] [llvm/llvm-project] 8b7a90: [flang] Accept proc ptr function result as actual ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Feb 27 14:31:46 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b7a90b84b2bec7bdc1f5e44889c99efb0ba43fc
https://github.com/llvm/llvm-project/commit/8b7a90b84b2bec7bdc1f5e44889c99efb0ba43fc
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
M flang/lib/Semantics/check-call.cpp
M flang/test/Semantics/call09.f90
M flang/test/Semantics/call24.f90
M flang/test/Semantics/definable01.f90
Log Message:
-----------
[flang] Accept proc ptr function result as actual argument without IN… (#128771)
…TENT
A dummy procedure pointer with no INTENT attribute may associate with an
actual argument that is the result of a reference to a function that
returns a procedure pointer, we think.
Fixes https://github.com/llvm/llvm-project/issues/126950.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list