Catch additional missing error cases for typed and untyped
NULL actual arguments to non-intrinsic procedures in cases
of explicit and implicit interfaces.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D110003
[flang] More checking of NULL pointer actual arguments ClosedPublic Authored by klausler on Sep 17 2021, 2:04 PM.
Details Summary Catch additional missing error cases for typed and untyped
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 17 2021, 2:42 PM Closed by commit rGbcb2591b6ca0: [flang] More checking of NULL pointer actual arguments (authored by klausler). · Explain WhySep 17 2021, 3:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 373353 flang/lib/Semantics/check-call.cpp
flang/lib/Semantics/pointer-assignment.cpp
flang/test/Semantics/null01.f90
|