This is an archive of the discontinued LLVM Phabricator instance.

[flang] Remove bogus messages for actual/dummy procedure argument compatibility
ClosedPublic

Authored by klausler on Mar 2 2022, 1:13 PM.

Details

Summary

Add new IsCompatibleWith() member functions to many classes in evaluate::characteristics
that apply more nuanced compatibility checking for function results, dummy
arguments, and procedure interfaces than the previous tests for complete
equivalence. Use IsCompatibleWith() in semantics for call checking.

Diff Detail

Event Timeline

klausler created this revision.Mar 2 2022, 1:13 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Mar 2 2022, 1:13 PM
PeteSteinfeld accepted this revision.Mar 2 2022, 1:30 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Mar 2 2022, 1:30 PM
This revision was landed with ongoing or failed builds.Mar 2 2022, 4:00 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2022, 4:00 PM