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