When a procedure reference is attempted to an entity that just
isn't a procedure, say so.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D104329
[flang] Fix crashes on calls to non-procedures ClosedPublic Authored by klausler on Jun 15 2021, 4:03 PM.
Details Summary When a procedure reference is attempted to an entity that just
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jun 15 2021, 8:27 PM Closed by commit rGe5813a683a81: [flang] Fix crashes on calls to non-procedures (authored by klausler). · Explain WhyJun 16 2021, 12:49 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 352279 flang/lib/Semantics/expression.cpp
flang/lib/Semantics/resolve-names.cpp
flang/test/Semantics/call19.f90
flang/test/Semantics/resolve09.f90
|