This is an archive of the discontinued LLVM Phabricator instance.

[flang] Only apply PointerIsAssociatedWith fix for derived-type
ClosedPublic

Authored by clementval on Mar 9 2023, 2:40 AM.

Details

Summary

Only apply the change made in D145604 for derived-type.
zero-sized character for example are supposed to give a false result

Diff Detail

Event Timeline

clementval created this revision.Mar 9 2023, 2:40 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 9 2023, 2:40 AM
Herald added a subscriber: sunshaoce. · View Herald Transcript
clementval requested review of this revision.Mar 9 2023, 2:40 AM
PeteSteinfeld accepted this revision.Mar 9 2023, 6:26 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Mar 9 2023, 6:26 AM
clementval retitled this revision from [flang] Only apply PointerIsAssociatedWith for derived-type to [flang] Only apply PointerIsAssociatedWith fix for derived-type.Mar 9 2023, 7:05 AM