Re: PR 61628: Invalid sharing of DECL_INCOMING_RTL

2014-07-24 Thread Richard Biener
On Thu, Jul 24, 2014 at 8:58 AM, Richard Sandiford wrote: > Ping. Original message was here: > > https://gcc.gnu.org/ml/gcc-patches/2014-07/msg01267.html Ok. Thanks, Richard. > Richard Sandiford writes: >> My patch to reduce the amount of rtx garbage created: >> >> 2014-05-17 Richard Sandi

Re: PR 61628: Invalid sharing of DECL_INCOMING_RTL

2014-07-23 Thread Richard Sandiford
Ping. Original message was here: https://gcc.gnu.org/ml/gcc-patches/2014-07/msg01267.html Richard Sandiford writes: > My patch to reduce the amount of rtx garbage created: > > 2014-05-17 Richard Sandiford > > * emit-rtl.h (replace_equiv_address, replace_equiv_address_nv): Add an >

PR 61628: Invalid sharing of DECL_INCOMING_RTL

2014-07-18 Thread Richard Sandiford
My patch to reduce the amount of rtx garbage created: 2014-05-17 Richard Sandiford * emit-rtl.h (replace_equiv_address, replace_equiv_address_nv): Add an inplace argument. Store the new address in the original MEM when true. * emit-rtl.c (change_address_1): Likewise.