r217773 - in /trunk/gcc: ChangeLog cgraph.c omp...
iverbin@gcc.gnu.org
iverbin@gcc.gnu.org
Wed Nov 19 13:52:00 GMT 2014
Author: iverbin
Date: Wed Nov 19 13:52:12 2014
New Revision: 217773
URL: https://gcc.gnu.org/viewcvs?rev=217773&root=gcc&view=rev
Log:
PR regression/63868
* cgraph.c (cgraph_node::create): Guard g->have_offload with
ifdef ENABLE_OFFLOADING.
* omp-low.c (create_omp_child_function): Likewise.
(expand_omp_target): Guard node->mark_force_output and offload_funcs
with ifdef ENABLE_OFFLOADING.
* varpool.c (varpool_node::get_create): Guard g->have_offload and
offload_vars with ifdef ENABLE_OFFLOADING.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/cgraph.c
trunk/gcc/omp-low.c
trunk/gcc/varpool.c
More information about the Gcc-cvs
mailing list