[flang-commits] [flang] [flang] Fix crash resolving interface procedure type. (PR #162205)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Tue Oct 7 07:49:48 PDT 2025
================
@@ -0,0 +1,13 @@
+! Check that expected code produced with no crash.
+subroutine reproducer()
+ use m2
+ use m3
----------------
klausler wrote:
Another way to allow tests with module files to run in parallel is to include the name of the test in the names of the modules.
https://github.com/llvm/llvm-project/pull/162205
More information about the flang-commits
mailing list