[flang] Remove bogus messages for actual/dummy procedure argument compatibility
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. Differential Revision: https://reviews.llvm.org/D120844
Loading
Please sign in to comment