This is an archive of the discontinued LLVM Phabricator instance.

[flang] Unlimited polymoprhic allocated as character
ClosedPublic

Authored by clementval on Feb 8 2023, 6:23 AM.

Details

Summary

Allocation of unlimited polymorphic allocatable with
character intrinsic type is now done through
PointerNullifyCharacter or AllocatableInitCharacter so the length
is correctly set.

Diff Detail

Event Timeline

clementval created this revision.Feb 8 2023, 6:23 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 8 2023, 6:23 AM
clementval requested review of this revision.Feb 8 2023, 6:23 AM
This revision is now accepted and ready to land.Feb 8 2023, 7:29 AM
This revision was automatically updated to reflect the committed changes.