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

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 16:33:16 PST 2021


klausler accepted this revision.
klausler added inline comments.
This revision is now accepted and ready to land.


================
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,
----------------
"which is not known to be compatible with" might be better.


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