gcc/
2019-09-17 Tobias Burnus <tobias@codesourcery.com>
* gimplify.cc (gomp_oacc_needs_data_present): Remove unused variable.
+2019-09-17 Tobias Burnus <tobias@codesourcery.com>
+
+ * gimplify.cc (gomp_oacc_needs_data_present): Remove unused variable.
+
2019-09-06 Julian Brown <julian@codesourcery.com>
* gimplify.cc (gimplify_omp_for): Use for_stmt in call to
gomp_oacc_needs_data_present (tree decl)
{
gimplify_omp_ctx *ctx = NULL;
- bool ref_p = TREE_CODE (TREE_TYPE (decl)) == REFERENCE_TYPE;
if (gimplify_omp_ctxp->region_type != ORT_ACC_PARALLEL
&& gimplify_omp_ctxp->region_type != ORT_ACC_KERNELS)