This is an archive of the discontinued LLVM Phabricator instance.

[flang] Allow for deferred-length character in EstablishDescriptor
ClosedPublic

Authored by klausler on Feb 14 2022, 9:03 AM.

Details

Summary

When the runtime is initializing an instance of a derived type,
don't crash if an allocatable character component has deferred length.

Diff Detail

Event Timeline

klausler created this revision.Feb 14 2022, 9:03 AM
klausler requested review of this revision.Feb 14 2022, 9:03 AM
jeanPerier accepted this revision.Feb 14 2022, 9:39 AM

LGTM, thanks

This revision is now accepted and ready to land.Feb 14 2022, 9:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2022, 10:05 AM