diff options
Diffstat (limited to 'gcc/gimplify.cc')
-rw-r--r-- | gcc/gimplify.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimplify.cc b/gcc/gimplify.cc index cc0172c..756cdea 100644 --- a/gcc/gimplify.cc +++ b/gcc/gimplify.cc @@ -14007,7 +14007,7 @@ gimplify_scan_omp_clauses (tree *list_p, gimple_seq *pre_p, && (code == OMP_TARGET || code == OMP_TASK || code == OMP_TASKLOOP)) warning_at (OMP_CLAUSE_LOCATION (c), OPT_Wopenmp, "allocator with access trait set to %<thread%> " - "results in undfined behavior for %qs directive", + "results in undefined behavior for %qs directive", code == OMP_TARGET ? "target" : (code == OMP_TASK ? "task" : "taskloop")); |