[flang-commits] [PATCH] D120844: [flang] Remove bogus messages for actual/dummy procedure argument compatibility

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Mar 2 13:13:02 PST 2022


klausler created this revision.
klausler added a reviewer: PeteSteinfeld.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
Herald added a reviewer: sscalpone.
Herald added a project: All.
klausler requested review of this revision.

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.


https://reviews.llvm.org/D120844

Files:
  flang/include/flang/Evaluate/characteristics.h
  flang/lib/Evaluate/characteristics.cpp
  flang/lib/Semantics/check-call.cpp
  flang/test/Semantics/call25.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120844.412524.patch
Type: text/x-patch
Size: 9975 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220302/9f2c729d/attachment.bin>


More information about the flang-commits mailing list