[PATCH] D94505: [flang] Fix bogus message passing external procedure as an actual argument
Peter Klausler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 09:12:43 PST 2021
klausler added a comment.
If a dummy procedure has an explicit interface, the actual procedure must conform to it (15.5.2.9 paragraph 1). Do your changes allow a actual procedure with an implicit interface to be associated with a dummy procedure with an explicit interface?
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