Re: [GOOGLE] Fix the error when backporting r193857 from trunk

2013-03-22 Thread Xinliang David Li
ok. David On Fri, Mar 22, 2013 at 3:58 PM, Dehao Chen wrote: > forgot to attach the patch... > > Index: gcc/ipa-prop.c > === > --- gcc/ipa-prop.c (revision 196984) > +++ gcc/ipa-prop.c (working copy) > @@ -2473,7 +2473,6 @@ >bas

Re: [GOOGLE] Fix the error when backporting r193857 from trunk

2013-03-22 Thread Dehao Chen
forgot to attach the patch... Index: gcc/ipa-prop.c === --- gcc/ipa-prop.c (revision 196984) +++ gcc/ipa-prop.c (working copy) @@ -2473,7 +2473,6 @@ base = gimple_call_arg (stmt, adj->base_index); loc = DECL_P (base) ? DECL_SOUR

[GOOGLE] Fix the error when backporting r193857 from trunk

2013-03-22 Thread Dehao Chen
Hi, This patch fixes the error in r193861, which backported r193857 from trunk. Bootstrapped and passed all gcc regression tests. Is it okay for google-4_7? Thanks, Dehao