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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D136989
[flang] Correct a predicate around a semantic check ClosedPublic Authored by klausler on Oct 28 2022, 2:42 PM.
Details Summary When a dummy argument is a procedure pointer without INTENT(IN),
Diff Detail Event TimelineThis revision is now accepted and ready to land.Oct 28 2022, 2:54 PM Closed by commit rGd9f85656a641: [flang] Correct a predicate around a semantic check (authored by klausler). · Explain WhyOct 30 2022, 1:48 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 471658 flang/lib/Semantics/check-call.cpp
flang/test/Semantics/call09.f90
|