This is an archive of the discontinued LLVM Phabricator instance.

[flang] Make assignment of derived-type with allocatable polymorphic components with the runtime
ClosedPublic

Authored by clementval on Feb 21 2023, 5:03 AM.

Details

Summary

Derived-type assignment was already handling the case of derived-type with
allocatable components with the runtime. Extend the code so the polymorphic
allocatable component are also taken into account.

Diff Detail

Event Timeline

clementval created this revision.Feb 21 2023, 5:03 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 21 2023, 5:03 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Feb 21 2023, 5:03 AM
PeteSteinfeld accepted this revision.Feb 21 2023, 7:06 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Feb 21 2023, 7:06 AM