A NULL() pointer is generally not a valid expression (as opposed to
a variable) apart from some initialization contexts and some actual
arguments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D139047
[flang] Disallow NULL() as an expression where it cannot appear ClosedPublic Authored by klausler on Nov 30 2022, 2:44 PM.
Details Summary A NULL() pointer is generally not a valid expression (as opposed to
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 1 2022, 9:31 AM Closed by commit rG8d23614a2926: [flang] Disallow NULL() as an expression where it cannot appear (authored by klausler). · Explain WhyDec 2 2022, 2:37 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 479746 flang/include/flang/Semantics/expression.h
flang/lib/Semantics/expression.cpp
flang/lib/Semantics/resolve-names.cpp
flang/test/Semantics/null01.f90
|