[PATCH] D113706: [flang] Allow implicit procedure pointers to associate with explicit procedures

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 08:49:17 PST 2021


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


================
Comment at: flang/lib/Evaluate/tools.cpp:966
+            "with procedure designator '%s' with explicit interface that "
+            "cannot be "
+            "called via an implicit interface"_err_en_US;
----------------
These lines can be joined.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113706



More information about the llvm-commits mailing list