Only updates the assert to check where the box is a BaseBoxType
instead of a BoxType since ClassType are also valid in that case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D142442
[flang] Handle passing NULL() to polymorphic pointer argument ClosedPublic Authored by clementval on Jan 24 2023, 1:57 AM.
Details Summary Only updates the assert to check where the box is a BaseBoxType
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 24 2023, 1:57 AM This revision is now accepted and ready to land.Jan 24 2023, 5:38 AM Closed by commit rGf55bfde5f1b2: [flang] Handle passing NULL() to polymorphic pointer argument (authored by clementval). · Explain WhyJan 24 2023, 5:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 491734 flang/lib/Lower/ConvertExpr.cpp
flang/test/Lower/polymorphic.f90
|