aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.cc')
-rw-r--r--gcc/tree.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree.cc b/gcc/tree.cc
index aed566f..0192fe3 100644
--- a/gcc/tree.cc
+++ b/gcc/tree.cc
@@ -340,6 +340,7 @@ unsigned const char omp_clause_num_ops[] =
1, /* OMP_CLAUSE_FILTER */
1, /* OMP_CLAUSE__SIMDUID_ */
0, /* OMP_CLAUSE__SIMT_ */
+ 0, /* OMP_CLAUSE__OMPACC_ */
0, /* OMP_CLAUSE_INDEPENDENT */
1, /* OMP_CLAUSE_WORKER */
1, /* OMP_CLAUSE_VECTOR */
@@ -437,6 +438,7 @@ const char * const omp_clause_code_name[] =
"filter",
"_simduid_",
"_simt_",
+ "_ompacc_",
"independent",
"worker",
"vector",