Re: [PR 66616] Check for thunks when adding extra constants to clones

2015-12-15 Thread H.J. Lu
On Fri, Dec 11, 2015 at 7:27 AM, Martin Jambor wrote: > Hi, > > PR 66616 happens because in find_more_scalar_values_for_callers_subset > we do not do the same thunk checks like we do in > propagate_constants_accross_call. I am in the process of > bootstrapping and testing the following patch to f

Re: [PR 66616] Check for thunks when adding extra constants to clones

2015-12-11 Thread Jan Hubicka
> Hi, > > PR 66616 happens because in find_more_scalar_values_for_callers_subset > we do not do the same thunk checks like we do in > propagate_constants_accross_call. I am in the process of > bootstrapping and testing the following patch to fix it. OK if it > passes? > > Thanks, > > Martin >

[PR 66616] Check for thunks when adding extra constants to clones

2015-12-11 Thread Martin Jambor
Hi, PR 66616 happens because in find_more_scalar_values_for_callers_subset we do not do the same thunk checks like we do in propagate_constants_accross_call. I am in the process of bootstrapping and testing the following patch to fix it. OK if it passes? Thanks, Martin 2015-12-11 Martin Jam