Comment 14 for bug 687406

Revision history for this message
In , Jakub-gcc (jakub-gcc) wrote :

Author: jakub
Date: Sun Jan 16 20:14:37 2011
New Revision: 168862

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168862
Log:
 Backport from mainline
 2010-12-10 Jakub Jelinek <email address hidden>

 PR rtl-optimization/46865
 * rtl.c (rtx_equal_p_cb, rtx_equal_p): For last operand of
 ASM_OPERANDS and ASM_INPUT if integers are different,
 call locator_eq.
 * jump.c (rtx_renumbered_equal_p): Likewise.

 * gcc.target/i386/pr46865-1.c: New test.
 * gcc.target/i386/pr46865-2.c: New test.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/gcc.target/i386/pr46865-1.c
    branches/gcc-4_5-branch/gcc/testsuite/gcc.target/i386/pr46865-2.c
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/jump.c
    branches/gcc-4_5-branch/gcc/rtl.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog