This is an archive of the discontinued LLVM Phabricator instance.

[flang] Correct actual/dummy procedure compatibility for ALLOCATABLE/POINTER functions
ClosedPublic

Authored by klausler on May 6 2022, 12:58 PM.

Details

Summary

Functions returning ALLOCATABLE or POINTER arrays have descriptor inquiries in
their results' shape expressions that won't compare equal. These functions
need only be checked for compatible ranks (& of course other characteristics).

Diff Detail

Event Timeline

klausler created this revision.May 6 2022, 12:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 6 2022, 12:58 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.May 6 2022, 12:58 PM
jeanPerier accepted this revision.May 9 2022, 1:43 AM
This revision is now accepted and ready to land.May 9 2022, 1:43 AM
This revision was landed with ongoing or failed builds.May 9 2022, 5:09 PM
This revision was automatically updated to reflect the committed changes.