[flang-commits] [flang] [llvm] [OpenMP][flang] Use auto-generated data for modifier verification (PR #215648)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Fri Aug 21 09:08:02 PDT 2026


================
@@ -12,9 +12,7 @@ subroutine f00(x)
 !ERROR: Iteration vector may not be specified with SOURCE dependence type
       !$omp ordered doacross(source: i)
 !ERROR: The number of variables in the SINK iteration vector does not match the parameter specified in ORDERED clause
-!ERROR: 'dependence-type' should be the last modifier
-!ERROR: 'dependence-type' modifier cannot occur multiple times
-      !$omp ordered doacross(sink, sink: i)
----------------
kparzysz wrote:

You may be right about that. I will double check how this should be interpreted.

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


More information about the flang-commits mailing list