Calling the runtime on disassociated pointer or unallocated
allocatable will trigger a segfault.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D144752
[flang] Do not initialize intent(out) polymorphic pointer or allocatable ClosedPublic Authored by clementval on Feb 24 2023, 11:55 AM.
Details Summary Calling the runtime on disassociated pointer or unallocated
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 24 2023, 11:55 AM This revision is now accepted and ready to land.Feb 24 2023, 1:33 PM Closed by commit rG287e9e988798: [flang] Do not initialize intent(out) polymorphic pointer or allocatable (authored by clementval). · Explain WhyFeb 26 2023, 1:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 500526 flang/lib/Lower/ConvertVariable.cpp
flang/test/Lower/default-initialization.f90
|