This is an archive of the discontinued LLVM Phabricator instance.

[flang] Avoid double finalization in Assign
ClosedPublic

Authored by clementval on Feb 2 2023, 7:34 AM.

Details

Summary

First call to Assign is issuing finalization for the
LHS and its components. Avoid calling finalization for components
again when doing the component by component assignment.

Diff Detail

Event Timeline

clementval created this revision.Feb 2 2023, 7:34 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 2 2023, 7:34 AM
Herald added a subscriber: sunshaoce. · View Herald Transcript
clementval requested review of this revision.Feb 2 2023, 7:34 AM
klausler accepted this revision.Feb 2 2023, 8:59 AM
This revision is now accepted and ready to land.Feb 2 2023, 8:59 AM
This revision was automatically updated to reflect the committed changes.