public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [GOOGLE] Fix the error when backporting r193857 from trunk
@ 2013-03-22 22:46 Dehao Chen
  2013-03-22 22:58 ` Dehao Chen
  0 siblings, 1 reply; 3+ messages in thread
From: Dehao Chen @ 2013-03-22 22:46 UTC (permalink / raw)
  To: GCC Patches; +Cc: David Li

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GOOGLE] Fix the error when backporting r193857 from trunk
  2013-03-22 22:46 [GOOGLE] Fix the error when backporting r193857 from trunk Dehao Chen
@ 2013-03-22 22:58 ` Dehao Chen
  2013-03-22 23:03   ` Xinliang David Li
  0 siblings, 1 reply; 3+ messages in thread
From: Dehao Chen @ 2013-03-22 22:58 UTC (permalink / raw)
  To: GCC Patches; +Cc: David Li

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_SOURCE_LOCATION (base)
       : EXPR_LOCATION (base);
-  loc = EXPR_LOCATION (base);

   if (TREE_CODE (base) != ADDR_EXPR
       && POINTER_TYPE_P (TREE_TYPE (base)))

On Fri, Mar 22, 2013 at 3:46 PM, Dehao Chen <dehao@google.com> wrote:
> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GOOGLE] Fix the error when backporting r193857 from trunk
  2013-03-22 22:58 ` Dehao Chen
@ 2013-03-22 23:03   ` Xinliang David Li
  0 siblings, 0 replies; 3+ messages in thread
From: Xinliang David Li @ 2013-03-22 23:03 UTC (permalink / raw)
  To: Dehao Chen; +Cc: GCC Patches

ok.

David

On Fri, Mar 22, 2013 at 3:58 PM, Dehao Chen <dehao@google.com> 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 @@
>    base = gimple_call_arg (stmt, adj->base_index);
>    loc = DECL_P (base) ? DECL_SOURCE_LOCATION (base)
>        : EXPR_LOCATION (base);
> -  loc = EXPR_LOCATION (base);
>
>    if (TREE_CODE (base) != ADDR_EXPR
>        && POINTER_TYPE_P (TREE_TYPE (base)))
>
> On Fri, Mar 22, 2013 at 3:46 PM, Dehao Chen <dehao@google.com> wrote:
>> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-22 23:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-22 22:46 [GOOGLE] Fix the error when backporting r193857 from trunk Dehao Chen
2013-03-22 22:58 ` Dehao Chen
2013-03-22 23:03   ` Xinliang David Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).