This is an archive of the discontinued LLVM Phabricator instance.

[flang] Detect obvious argument shape incompatibility when checking procedure compatibility
ClosedPublic

Authored by klausler on Mar 9 2023, 4:34 PM.

Details

Summary

The compiler presently detects different dummy object array ranks;
extend the compatibility check to also note discrepancies in corresponding
constant dummy argument extents.

Diff Detail

Event Timeline

klausler created this revision.Mar 9 2023, 4:34 PM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Mar 9 2023, 4:34 PM
vdonaldson accepted this revision.Mar 10 2023, 9:19 AM
This revision is now accepted and ready to land.Mar 10 2023, 9:19 AM