The MOLD= argument to NULL() is allowed to be a null pointer itself --
for example, NULL(MOLD=NULL(MOLD=...)) should not raise spurious semantic
errors.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D132166
[flang] Accept a null pointer as a NULL(MOLD=...) actual argument ClosedPublic Authored by klausler on Aug 18 2022, 11:27 AM.
Details Summary The MOLD= argument to NULL() is allowed to be a null pointer itself --
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 18 2022, 11:51 AM Closed by commit rG148116ab83a6: [flang] Accept a null pointer as a NULL(MOLD=...) actual argument (authored by klausler). · Explain WhyAug 18 2022, 3:29 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 453815 flang/lib/Evaluate/intrinsics.cpp
|