diff options
Diffstat (limited to 'gcc/gimplify.cc')
-rw-r--r-- | gcc/gimplify.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gimplify.cc b/gcc/gimplify.cc index d52d71b..02f85e7 100644 --- a/gcc/gimplify.cc +++ b/gcc/gimplify.cc @@ -14382,7 +14382,7 @@ gimplify_omp_for (tree *expr_p, gimple_seq *pre_p) OMP_CLAUSE_LASTPRIVATE)) if (OMP_CLAUSE_DECL (c3) == decl) { - warning_at (OMP_CLAUSE_LOCATION (c3), 0, + warning_at (OMP_CLAUSE_LOCATION (c3), OPT_Wopenmp, "conditional %<lastprivate%> on loop " "iterator %qD ignored", decl); OMP_CLAUSE_LASTPRIVATE_CONDITIONAL (c3) = 0; @@ -14490,7 +14490,7 @@ gimplify_omp_for (tree *expr_p, gimple_seq *pre_p) OMP_CLAUSE_LASTPRIVATE)) if (OMP_CLAUSE_DECL (c3) == decl) { - warning_at (OMP_CLAUSE_LOCATION (c3), 0, + warning_at (OMP_CLAUSE_LOCATION (c3), OPT_Wopenmp, "conditional %<lastprivate%> on loop " "iterator %qD ignored", decl); OMP_CLAUSE_LASTPRIVATE_CONDITIONAL (c3) = 0; |