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

Emil Kieri via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 11 14:21:38 PST 2021


ekieri added a comment.

I agree with your interpretation of paragraph 3 (and Peter's of paragraph 4). However, both gfortran and nvfortran allow pointers with explicit interface to target procedures with implicit interface, if my test case is correct. Perhaps it could be useful to test with other compilers? And _if_ most of them take the more liberal standpoint on this, do we keep to the standard, or is it more user-friendly to implement an established extension? Or could the standard be read differently? No strong opinion from my side (but my instinct is to stay with the standard), just wanted to bring this to your attention.


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