if ((flag_openacc || flag_openmp) && lookup_attribute ("omp declare target", DECL_ATTRIBUTES (decl))) { node->offloadable = 1; #ifdef ENABLE_OFFLOADING g->have_offload = true; #endif }
nathan
if ((flag_openacc || flag_openmp) && lookup_attribute ("omp declare target", DECL_ATTRIBUTES (decl))) { node->offloadable = 1; #ifdef ENABLE_OFFLOADING g->have_offload = true; #endif }
nathan