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][3.4] for PR16408


On Wed, 2004-08-25 at 12:16, Zdenek Dvorak wrote:
> Hello,
> 
> replace_store_insn removes an insn, but leaves references to it
> in libcall/retval notes.  This causes an attempt to remove the
> insn second time in dce and consequently the ICE.
> 
> The same problem is latently present in mainline.
> 
> Bootstrapped and regtested on i686.
> 
> Zdenek
> 
> 	PR rtl-optimization/16408
> 	* gcse.c (replace_store_insn): Fix LIBCALL/RETVAL notes.
This seems pretty reasonable to me.  Consider it approved for
mainline.  Mark has the final say for gcc-3.4 (of course).

Jeff



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