[flang-commits] [flang] [flang] Whether a procedure's interface is explicit or not is not a d… (PR #82796)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Fri Mar 1 11:36:07 PST 2024


================
@@ -1265,6 +1268,11 @@ bool Procedure::IsCompatibleWith(const Procedure &actual, std::string *whyNot,
   }
   Attrs differences{attrs ^ actualAttrs};
   differences.reset(Attr::Subroutine); // dealt with specifically later
+  if (ignoreImplicitVsExplicit) {
+    if (getenv("PMK"))
----------------
klausler wrote:

Yes, thanks; fixed.

https://github.com/llvm/llvm-project/pull/82796


More information about the flang-commits mailing list