Runtime functions expect clean unallocated state for descriptor. This
patch adds a call to the runtime function to initialize the temporary
derived-type created.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D133189
[flang] Make sure allocatable components are initialzed for temp derived-type ClosedPublic Authored by clementval on Sep 2 2022, 1:22 AM.
Details Summary Runtime functions expect clean unallocated state for descriptor. This
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 2 2022, 9:17 AM Closed by commit rGc55bf526356b: [flang] Make sure allocatable components are initialzed for temp derived-type (authored by clementval). · Explain WhySep 2 2022, 11:43 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 457656 flang/lib/Lower/ConvertExpr.cpp
flang/test/Lower/derived-type-temp.f90
|