This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


> 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  <mjambor@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]