diff options
Diffstat (limited to 'gcc/tree-nested.c')
-rw-r--r-- | gcc/tree-nested.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c index 22aa642..e703cd9 100644 --- a/gcc/tree-nested.c +++ b/gcc/tree-nested.c @@ -1349,6 +1349,7 @@ convert_nonlocal_omp_clauses (tree *pclauses, struct walk_stmt_info *wi) case OMP_CLAUSE_IF_PRESENT: case OMP_CLAUSE_FINALIZE: case OMP_CLAUSE__CONDTEMP_: + case OMP_CLAUSE__SCANTEMP_: break; /* The following clause belongs to the OpenACC cache directive, which @@ -2078,6 +2079,7 @@ convert_local_omp_clauses (tree *pclauses, struct walk_stmt_info *wi) case OMP_CLAUSE_IF_PRESENT: case OMP_CLAUSE_FINALIZE: case OMP_CLAUSE__CONDTEMP_: + case OMP_CLAUSE__SCANTEMP_: break; /* The following clause belongs to the OpenACC cache directive, which |