[PATCH] D94505: [flang] Add tests for passing procedure arguments with implicit interfaces

Pete Steinfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 16:35:35 PST 2021


PeteSteinfeld added inline comments.


================
Comment at: flang/lib/Semantics/check-call.cpp:549
+                    "Actual procedure argument has an implicit interface "
+                    "which is incompatible with %s which has an "
+                    "explcit interface"_err_en_US,
----------------
klausler wrote:
> "which is not known to be compatible with" might be better.
Good suggestion.  I'll do it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94505/new/

https://reviews.llvm.org/D94505



More information about the llvm-commits mailing list