[flang-commits] [flang] [flang][OpenMP] Implicit declarations of procedures in DECLARE_TARGET (PR #201935)

via flang-commits flang-commits at lists.llvm.org
Fri Jun 5 22:29:35 PDT 2026


================
@@ -0,0 +1,35 @@
+!RUN: %flang_fc1 -fdebug-dump-symbols %openmp_flags %s | FileCheck %s
----------------
MattPD wrote:

This test only checks symbols (`-fdebug-dump-symbols`). Adding a `-fsyntax-only` RUN line would also exercise semantic checking. The symbol-dump check passes even in the cases where `-fsyntax-only` now errors or stops erroring.

https://github.com/llvm/llvm-project/pull/201935


More information about the flang-commits mailing list