[flang-commits] [flang] [flang][OpenMP] Parse OpenMP 6.0 syntax of INIT clause (PR #171702)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Thu Dec 11 05:47:48 PST 2025
================
@@ -1,6 +1,6 @@
! REQUIRES: openmp_runtime
-! RUN: %flang_fc1 -fdebug-unparse -fopenmp-version=52 %openmp_flags %s | FileCheck --ignore-case --check-prefix="UNPARSE" %s
-! RUN: %flang_fc1 -fdebug-dump-parse-tree-no-sema -fopenmp-version=52 %openmp_flags %s | FileCheck --check-prefix="PARSE-TREE" %s
+! RUN: %flang_fc1 -fdebug-unparse -fopenmp-version=60 %openmp_flags %s | FileCheck --ignore-case --check-prefix="UNPARSE" %s
----------------
kparzysz wrote:
There isn't any. The new syntax was added in 6.0 so I changed the version.
https://github.com/llvm/llvm-project/pull/171702
More information about the flang-commits
mailing list