This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r113313 - /branches/csl/coldfire-4_1/gcc/testsu...
- From: rsandifo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 27 Apr 2006 16:43:11 -0000
- Subject: r113313 - /branches/csl/coldfire-4_1/gcc/testsu...
Author: rsandifo
Date: Thu Apr 27 16:43:10 2006
New Revision: 113313
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113313
Log:
PR rtl-optimization/25514
* combine.c (replaced_rhs_insn): New variable.
(combine_instructions): Set replaced_rhs_insn when trying to replace
a SET_SRC with a REG_EQUAL note.
(distribute_notes): Use replaced_rhs_insn when determining the live
range of a REG_DEAD register.
gcc/testsute
* gcc.c-torture/compile/pr25514.c: New test.
Added:
branches/csl/coldfire-4_1/gcc/testsuite/gcc.c-torture/compile/pr25514.c