This is an archive of the discontinued LLVM Phabricator instance.

[flang] Strengthen procedure compatibility checking
ClosedPublic

Authored by klausler on Jul 21 2023, 8:43 AM.

Details

Summary

Add more checks to procedure compatibility testing for procedure pointer
assignments, actual procedure arguments, &c. Specifically, don't
allow corresponding dummy data objects to differ in their use
of polymorphism, assumed size arrays, or assumed shape arrays.

Diff Detail

Event Timeline

klausler created this revision.Jul 21 2023, 8:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 8:43 AM
klausler requested review of this revision.Jul 21 2023, 8:43 AM
This revision is now accepted and ready to land.Jul 21 2023, 9:11 AM
This revision was automatically updated to reflect the committed changes.