Re: [PATCH] Make IPA-CP work on aggregates

2012-11-11 Thread Markus Trippelsdorf
On 2012.11.07 at 15:13 +0100, Martin Jambor wrote: > Hi, > > On Tue, Nov 06, 2012 at 04:22:41PM +0100, Jan Hubicka wrote: > > > > > > 2012-11-05 Martin Jambor > > > > > > PR tree-optimization/53787 This caused: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55253 -- Markus

Re: [PATCH] Make IPA-CP work on aggregates

2012-11-08 Thread Jan Hubicka
> Hi, > > On Wed, Nov 07, 2012 at 03:55:16PM +0100, Jan Hubicka wrote: > > > On Wed, Nov 07, 2012 at 03:39:15PM +0100, Martin Jambor wrote: > > > > another bootstrap finishes. I'm not sure if it would be OK to commit > > > > it now, given it is stage3, though. OTOH, I think it would be worth > >

Re: [PATCH] Make IPA-CP work on aggregates

2012-11-08 Thread Martin Jambor
Hi, On Wed, Nov 07, 2012 at 03:55:16PM +0100, Jan Hubicka wrote: > > On Wed, Nov 07, 2012 at 03:39:15PM +0100, Martin Jambor wrote: > > > another bootstrap finishes. I'm not sure if it would be OK to commit > > > it now, given it is stage3, though. OTOH, I think it would be worth > > > it. > >

Re: [PATCH] Make IPA-CP work on aggregates

2012-11-07 Thread Jan Hubicka
> On Wed, Nov 07, 2012 at 03:39:15PM +0100, Martin Jambor wrote: > > another bootstrap finishes. I'm not sure if it would be OK to commit > > it now, given it is stage3, though. OTOH, I think it would be worth > > it. > > I'm ok with getting that in now from RM POV, but not familiar with the > c

Re: [PATCH] Make IPA-CP work on aggregates

2012-11-07 Thread Jakub Jelinek
On Wed, Nov 07, 2012 at 03:39:15PM +0100, Martin Jambor wrote: > another bootstrap finishes. I'm not sure if it would be OK to commit > it now, given it is stage3, though. OTOH, I think it would be worth > it. I'm ok with getting that in now from RM POV, but not familiar with the code enough to

Re: [PATCH] Make IPA-CP work on aggregates

2012-11-07 Thread Martin Jambor
On Tue, Nov 06, 2012 at 02:35:30PM +0100, Jakub Jelinek wrote: > On Tue, Nov 06, 2012 at 12:58:07AM +0100, Martin Jambor wrote: > > 2012-11-05 Martin Jambor > > > > PR tree-optimization/53787 > > * ipa-cp.c (ipcp_value_source): New field offset. > ... > > Is this supposed to do somethi

Re: [PATCH] Make IPA-CP work on aggregates

2012-11-06 Thread Jan Hubicka
> > 2012-11-05 Martin Jambor > > PR tree-optimization/53787 > * ipa-cp.c (ipcp_value_source): New field offset. > (ipcp_agg_lattice): New type. > (ipcp_param_lattices): Likewise, move virt_call from ipcp_lattice here. > (ipcp_agg_lattice_pool): New variable. >

Re: [PATCH] Make IPA-CP work on aggregates

2012-11-06 Thread Jakub Jelinek
On Tue, Nov 06, 2012 at 12:58:07AM +0100, Martin Jambor wrote: > 2012-11-05 Martin Jambor > > PR tree-optimization/53787 > * ipa-cp.c (ipcp_value_source): New field offset. ... Is this supposed to do something about Fortran array descriptors where some fields in the descriptors hav