[flang-commits] [flang] [flang][OpenMP] Parse OpenMP 6.0 syntax of INIT clause (PR #171702)

Jack Styles via flang-commits flang-commits at lists.llvm.org
Thu Dec 11 01:23:17 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
----------------
Stylie777 wrote:

Is there a difference between the parse tree outputs for OpenMP v5.2 and OpenMP v6.0? If so, it would be good to have tests covering both. 

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


More information about the flang-commits mailing list