[all-commits] [llvm/llvm-project] d9f856: [flang] Correct a predicate around a semantic check
Peter Klausler via All-commits
all-commits at lists.llvm.org
Sun Oct 30 13:48:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9f85656a641d94b1ff05bb40fa925ce35e7a21c
https://github.com/llvm/llvm-project/commit/d9f85656a641d94b1ff05bb40fa925ce35e7a21c
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-10-30 (Sun, 30 Oct 2022)
Changed paths:
M flang/lib/Semantics/check-call.cpp
M flang/test/Semantics/call09.f90
Log Message:
-----------
[flang] Correct a predicate around a semantic check
When a dummy argument is a procedure pointer without INTENT(IN),
any actual argument must also be a procedure pointer, whether the
dummy procedure pointer's interface is explicit or not.
Differential Revision: https://reviews.llvm.org/D136989
More information about the All-commits
mailing list