This is an archive of the discontinued LLVM Phabricator instance.

[flang] Set initial size and type code for unlimited polymorphic descriptor
ClosedPublic

Authored by clementval on Nov 22 2022, 12:59 AM.

Details

Summary

Initialization of unlimited polymorphic descriptor was raising an error.
This patch sets a default size and type code for unlimited polymoprhic descriptor
that will be updated once allocated/assigned.

Diff Detail

Event Timeline

clementval created this revision.Nov 22 2022, 12:59 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 22 2022, 12:59 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Nov 22 2022, 1:00 AM
PeteSteinfeld edited the summary of this revision. (Show Details)Nov 22 2022, 5:05 AM
PeteSteinfeld accepted this revision.Nov 22 2022, 5:13 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Nov 22 2022, 5:13 AM