[flang-commits] [flang] [Flang] External subprograms should be allowed as proc_target in procedure pointers. (PR #183268)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Wed Mar 4 11:48:43 PST 2026
================
@@ -0,0 +1,20 @@
+! RUN: %python %S/test_errors.py %s %flang_fc1
----------------
eugeneepshteyn wrote:
The fix is in Lowering, so this test should be in test/Lower. Besides just "test doesn't crash", I recommend adding some HLFIR checks that the correct code is generated.
https://github.com/llvm/llvm-project/pull/183268
More information about the flang-commits
mailing list