re PR regression/63868 (Multiple failures in the libgomp test suite between r217458...
authorIlya Verbin <ilya.verbin@intel.com>
Wed, 19 Nov 2014 13:52:12 +0000 (13:52 +0000)
committerIlya Verbin <iverbin@gcc.gnu.org>
Wed, 19 Nov 2014 13:52:12 +0000 (13:52 +0000)
commit844b0125ef70e9741eab58229ce19e59c252c54c
tree7425286d248e3efa9597683c1a1ba65ee1f7eb96
parent0096508a2590c3130e23f8c81f443065abcf545e
re PR regression/63868 (Multiple failures in the libgomp test suite between r217458 and r217501.)

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.

From-SVN: r217773
gcc/ChangeLog
gcc/cgraph.c
gcc/omp-low.c
gcc/varpool.c