This is an archive of the discontinued LLVM Phabricator instance.

[flang] Ensure that CLASS(*) component descriptors have addenda
ClosedPublic

Authored by klausler on Mar 3 2023, 8:29 AM.

Details

Summary

In the calculation of derived type component byte sizes, ensure
that CLASS(*) unlimited polymorphic components have space allocated
for their addenda.

Diff Detail

Event Timeline

klausler created this revision.Mar 3 2023, 8:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2023, 8:29 AM
klausler requested review of this revision.Mar 3 2023, 8:29 AM
sscalpone accepted this revision.Mar 3 2023, 10:41 AM
This revision is now accepted and ready to land.Mar 3 2023, 10:41 AM