[PATCH] D97201: [flang] Detect circularly defined interfaces of procedures

Tim Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 17:12:08 PST 2021


tskeith accepted this revision.
tskeith added a comment.
This revision is now accepted and ready to land.

Looks good to me.



================
Comment at: flang/test/Semantics/resolve102.f90:24
 program iface
-  !ERROR: Procedure 'p' is recursively defined.  Procedures in the cycle: ''p', 'sub', 'p2''
+  !ERROR: Procedure 'p' is recursively defined.  Procedures in the cycle: ''sub', 'p', 'p2''
   procedure(sub) :: p
----------------
Can you remove the extra quotes?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97201



More information about the llvm-commits mailing list