[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
Thu Nov 11 12:54:27 PST 2021


klausler added a comment.

We should not allow a procedure pointer with an implicit interface to be associated with a procedure that must be called only via on explicit interface, though.  Use characteristics::Procedure::CanBeCalledViaImplicitInterface() to be sure.


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