Offload configurations (was: [patch] New backend header reduction)

2015-11-02 Thread Thomas Schwinge
Hi! On Fri, 30 Oct 2015 15:31:26 -0600, Jeff Law wrote: > On 10/30/2015 02:23 PM, Cesar Philippidis wrote: > > On 10/30/2015 01:20 PM, Andrew MacLeod wrote: > >> On 10/30/2015 02:09 PM, Andrew MacLeod wrote: > >>> On 10/30/2015 01:56 PM, Cesar Philippidis wrote: > On

Re: [patch] New backend header reduction

2015-11-02 Thread Andrew MacLeod
On 11/02/2015 02:42 AM, Thomas Schwinge wrote: Hi! "Hooray for the C programming language's module system"... ;-) On Fri, 23 Oct 2015 12:53:40 -0400, Andrew MacLeod wrote: Just finished running... I think the external hard drive was slowing down this run :-P It took

Re: [patch] New backend header reduction

2015-11-01 Thread Thomas Schwinge
Hi! "Hooray for the C programming language's module system"... ;-) On Fri, 23 Oct 2015 12:53:40 -0400, Andrew MacLeod wrote: > Just finished running... I think the external hard drive was slowing > down this run :-P It took quite a while. > > Anyway, this is the

Re: [patch] New backend header reduction

2015-10-31 Thread Andreas Schwab
../../gcc/ggc-common.c: In function 'void init_ggc_heuristics()': ../../gcc/ggc-common.c:822: error: 'GGC_MIN_EXPAND' was not declared in this scope ../../gcc/ggc-common.c:822: error: 'set_default_param_value' was not declared in this scope ../../gcc/ggc-common.c:823: error: 'GGC_MIN_HEAPSIZE'

Re: [patch] New backend header reduction

2015-10-31 Thread Markus Trippelsdorf
On 2015.10.31 at 07:56 +0100, Andreas Schwab wrote: > ../../gcc/ggc-common.c: In function 'void init_ggc_heuristics()': > ../../gcc/ggc-common.c:822: error: 'GGC_MIN_EXPAND' was not declared in this > scope > ../../gcc/ggc-common.c:822: error: 'set_default_param_value' was not declared > in this

Re: [patch] New backend header reduction

2015-10-31 Thread Markus Trippelsdorf
On 2015.10.31 at 08:33 +0100, Markus Trippelsdorf wrote: > On 2015.10.31 at 07:56 +0100, Andreas Schwab wrote: > > ../../gcc/ggc-common.c: In function 'void init_ggc_heuristics()': > > ../../gcc/ggc-common.c:822: error: 'GGC_MIN_EXPAND' was not declared in > > this scope > >

Re: [patch] New backend header reduction

2015-10-31 Thread Jeff Law
On 10/31/2015 12:56 AM, Andreas Schwab wrote: ../../gcc/ggc-common.c: In function 'void init_ggc_heuristics()': ../../gcc/ggc-common.c:822: error: 'GGC_MIN_EXPAND' was not declared in this scope ../../gcc/ggc-common.c:822: error: 'set_default_param_value' was not declared in this scope

Re: [patch] New backend header reduction

2015-10-30 Thread Andrew MacLeod
On 10/30/2015 02:09 PM, Andrew MacLeod wrote: On 10/30/2015 01:56 PM, Cesar Philippidis wrote: On 10/23/2015 12:24 PM, Jeff Law wrote: On 10/23/2015 10:53 AM, Andrew MacLeod wrote: There's a little bit of fallout with this patch when building an offloaded compiler for openacc. It looks like

Re: [patch] New backend header reduction

2015-10-30 Thread Jeff Law
On 10/30/2015 02:23 PM, Cesar Philippidis wrote: On 10/30/2015 01:20 PM, Andrew MacLeod wrote: On 10/30/2015 02:09 PM, Andrew MacLeod wrote: On 10/30/2015 01:56 PM, Cesar Philippidis wrote: On 10/23/2015 12:24 PM, Jeff Law wrote: On 10/23/2015 10:53 AM, Andrew MacLeod wrote: There's a

Re: [patch] New backend header reduction

2015-10-30 Thread Jeff Law
On 10/30/2015 02:23 PM, Cesar Philippidis wrote: On 10/30/2015 01:20 PM, Andrew MacLeod wrote: On 10/30/2015 02:09 PM, Andrew MacLeod wrote: On 10/30/2015 01:56 PM, Cesar Philippidis wrote: On 10/23/2015 12:24 PM, Jeff Law wrote: On 10/23/2015 10:53 AM, Andrew MacLeod wrote: There's a

Re: [patch] New backend header reduction

2015-10-30 Thread Cesar Philippidis
On 10/30/2015 01:20 PM, Andrew MacLeod wrote: > On 10/30/2015 02:09 PM, Andrew MacLeod wrote: >> On 10/30/2015 01:56 PM, Cesar Philippidis wrote: >>> On 10/23/2015 12:24 PM, Jeff Law wrote: On 10/23/2015 10:53 AM, Andrew MacLeod wrote: >>> There's a little bit of fallout with this patch

Re: [patch] New backend header reduction

2015-10-30 Thread Cesar Philippidis
On 10/23/2015 12:24 PM, Jeff Law wrote: > On 10/23/2015 10:53 AM, Andrew MacLeod wrote: >> Just finished running... I think the external hard drive was slowing >> down this run :-P It took quite a while. >> >> Anyway, this is the reduction patch independent of the header-ordering >> patch... ie,

Re: [patch] New backend header reduction

2015-10-30 Thread Andrew MacLeod
On 10/30/2015 01:56 PM, Cesar Philippidis wrote: On 10/23/2015 12:24 PM, Jeff Law wrote: On 10/23/2015 10:53 AM, Andrew MacLeod wrote: There's a little bit of fallout with this patch when building an offloaded compiler for openacc. It looks like cgraph.c needs to include context.h and

[patch] New backend header reduction

2015-10-23 Thread Andrew MacLeod
Just finished running... I think the external hard drive was slowing down this run :-P It took quite a while. Anyway, this is the reduction patch independent of the header-ordering patch... ie, that patch needs to be applied before this one. So this should be mostly just removals. I

Re: [patch] New backend header reduction

2015-10-23 Thread Jeff Law
On 10/23/2015 10:53 AM, Andrew MacLeod wrote: Just finished running... I think the external hard drive was slowing down this run :-P It took quite a while. Anyway, this is the reduction patch independent of the header-ordering patch... ie, that patch needs to be applied before this one. So