gcc/cp/
* cp-gimplify.c (cp_fold_r): Add support for OACC_LOOP.
From-SVN: r230554
+2015-11-17 Cesar Philippidis <cesar@codesourcery.com>
+
+ * cp-gimplify.c (cp_fold_r): Add support for OACC_LOOP.
+
2015-11-17 Jason Merrill <jason@redhat.com>
PR bootstrap/68346
code = TREE_CODE (stmt);
if (code == OMP_FOR || code == OMP_SIMD || code == OMP_DISTRIBUTE
- || code == OMP_TASKLOOP || code == CILK_FOR || code == CILK_SIMD)
+ || code == OMP_TASKLOOP || code == CILK_FOR || code == CILK_SIMD
+ || code == OACC_LOOP)
{
tree x;
int i, n;