Re: [PR 79108] Put ipa_node_params to GC memory

2017-01-24 Thread Rainer Orth
Hi Martin, >> this broke bootstrap on i386-pc-solaris2.12, sparc-sun-solaris2.12, and >> i686-pc-linux-gnu (probably every 32-bit host), as confirmed by an >> i386-pc-solaris2.10 reghunt. >> >> E.g. in the Linux/i686 bootstrap, compiling tree-ssa-math-opts.o fails >> with >> >> virtual memory ex

Re: [PR 79108] Put ipa_node_params to GC memory

2017-01-24 Thread Martin Jambor
Hi, On Mon, Jan 23, 2017 at 11:05:03PM +0100, Rainer Orth wrote: > Hi Martin, > > > when I fixed PR 78365 by streaming types of parameters that might not > > have been anywhere else, I forgot that I was holding them in non-GC > > memory and so I caused PR 79108. The following patch fixes it by >

Re: [PR 79108] Put ipa_node_params to GC memory

2017-01-23 Thread Rainer Orth
Hi Martin, > when I fixed PR 78365 by streaming types of parameters that might not > have been anywhere else, I forgot that I was holding them in non-GC > memory and so I caused PR 79108. The following patch fixes it by > putting ipa_param_descriptor and ipa_node_params structures into GC > memor

Re: [PR 79108] Put ipa_node_params to GC memory

2017-01-23 Thread Richard Biener
On Fri, Jan 20, 2017 at 10:58 PM, Martin Jambor wrote: > Hi, > > when I fixed PR 78365 by streaming types of parameters that might not > have been anywhere else, I forgot that I was holding them in non-GC > memory and so I caused PR 79108. The following patch fixes it by > putting ipa_param_descr

Re: [PR 79108] Put ipa_node_params to GC memory

2017-01-20 Thread Andrew Pinski
On Fri, Jan 20, 2017 at 1:58 PM, Martin Jambor wrote: > Hi, > > when I fixed PR 78365 by streaming types of parameters that might not > have been anywhere else, I forgot that I was holding them in non-GC > memory and so I caused PR 79108. The following patch fixes it by > putting ipa_param_descri