Re: [PATCH, 4.8, PR57358] Check if optimizing in parm_ref_data_preserved_p

2013-06-20 Thread Jan Hubicka
> Hi, > > this is the simplest fix for the PR which happens because there is no > VDEF on a stmt if a particular function is not optimized. I'd like to > fix the bug with it on the branch. Bootstrapped and tested on > x86_64-linux. OK? > > Thanks, > > Martin > > > 2013-06-11 Martin Jambor

[PATCH, 4.8, PR57358] Check if optimizing in parm_ref_data_preserved_p

2013-06-12 Thread Martin Jambor
Hi, this is the simplest fix for the PR which happens because there is no VDEF on a stmt if a particular function is not optimized. I'd like to fix the bug with it on the branch. Bootstrapped and tested on x86_64-linux. OK? Thanks, Martin 2013-06-11 Martin Jambor PR tree-optimiz