This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix checking of pointer passed to assumed-rank
ClosedPublic

Authored by klausler on Mar 28 2023, 7:56 AM.

Details

Summary

Don't check ranks when a pointer actual argument is associated with
a pointer assumed-rank dummy argument.

Diff Detail

Event Timeline

klausler created this revision.Mar 28 2023, 7:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2023, 7:56 AM
klausler requested review of this revision.Mar 28 2023, 7:56 AM
PeteSteinfeld accepted this revision.Mar 28 2023, 8:24 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Mar 28 2023, 8:24 AM
This revision was automatically updated to reflect the committed changes.