When a procedure pointer with no interface is called by a
function reference, complain about the lack.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D103573
[flang] Emit error about missing interface when needed ClosedPublic Authored by klausler on Jun 2 2021, 5:27 PM.
Details Summary When a procedure pointer with no interface is called by a
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 2 2021, 8:04 PM Closed by commit rGc1a024053d3b: [flang] Emit error about missing interface when needed (authored by klausler). · Explain WhyJun 3 2021, 3:20 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 349706 flang/lib/Semantics/expression.cpp
flang/test/Semantics/resolve09.f90
|