[flang-commits] [flang] [flang] Fix crash resolving interface procedure type. (PR #162205)
Valery Dmitriev via flang-commits
flang-commits at lists.llvm.org
Tue Oct 7 10:55:58 PDT 2025
================
@@ -0,0 +1,13 @@
+! Check that expected code produced with no crash.
+subroutine reproducer()
+ use m2
+ use m3
----------------
valerydmit wrote:
Thank you for suggestions. I updated the test and moved to "Lower" subdir.
https://github.com/llvm/llvm-project/pull/162205
More information about the flang-commits
mailing list