On Tue, Nov 18, 2014 at 06:31:59PM +0300, Ilya Verbin wrote:
> @@ -8287,7 +8289,9 @@ expand_omp_target (struct omp_region *region)
>if (kind == GF_OMP_TARGET_KIND_REGION)
> {
>unsigned srcidx, dstidx, num;
> +#ifdef ENABLE_OFFLOADING
>struct cgraph_node *node;
> +#endif
Pl
Hi,
This patch disables the generation of sections with offload IR and offload
tables by default, when a compiler is configured without
--enable-offload-targets= .
Bootsrap and regtesting in progress, OK after it finished?
-- Ilya
PR regression/63868
gcc/
* cgraph.c (cgraph_no