================
@@ -11530,6 +11530,8 @@ def note_omp_nested_teams_construct_here : Note<
   "nested teams construct here">;
 def note_omp_nested_statement_here : Note<
   "%select{statement|directive}0 outside teams construct here">;
+def err_omp_nowait_with_arg_unsupported : Error<
+  "'nowait' clause with a conditional expression requires OpenMP6.0">;
----------------
mjklemm wrote:

```suggestion
  "'nowait' clause with a conditional expression requires OpenMP 6.0">;
```

https://github.com/llvm/llvm-project/pull/128742
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to