[flang-commits] [flang] [Flang] Avoid crash when a function return is undefined (PR #151577)
Carlos Seo via flang-commits
flang-commits at lists.llvm.org
Mon Aug 4 09:49:18 PDT 2025
================
@@ -0,0 +1,8 @@
+! RUN: %python %S/test_errors.py %s %flang_fc1
+! XFAIL: *
+function s(x) result(i)
+!ERROR: internal error when processing function return
----------------
ceseo wrote:
Sorry about that... forgot to commit the testcase.
https://github.com/llvm/llvm-project/pull/151577
More information about the flang-commits
mailing list