[flang-commits] [flang] [Flang] Fix statement-function shadowing to avoid false unresolved-symbol internal error (PR #189360)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Tue Apr 7 11:33:22 PDT 2026
================
@@ -0,0 +1,28 @@
+! RUN: %flang_fc1 -fsyntax-only -pedantic %s 2>&1 | FileCheck %s
+! CHECK-NOT: error:
+! CHECK-NOT: Internal:
+program main
+ integer :: passed, failed
----------------
eugeneepshteyn wrote:
Please remove any code not relevant to compile-only test: `passed`, `failed`, `exit`.
Will you be adding an execution time test to llvm-test-suite?
https://github.com/llvm/llvm-project/pull/189360
More information about the flang-commits
mailing list