> 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 <mjam...@suse.cz> > > PR tree-optimization/57358 > * ipa-prop.c (parm_ref_data_preserved_p): Always return true when > not optimizing.
Seems to make sense, OK, Honza