http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46865
--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-16 22:53:13 UTC --- Author: jakub Date: Sun Jan 16 22:53:09 2011 New Revision: 168877 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168877 Log: Backport from mainline 2010-12-10 Jakub Jelinek <ja...@redhat.com> PR rtl-optimization/46865 * rtl.c (rtx_equal_p_cb): 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_4-branch/gcc/testsuite/gcc.target/i386/pr46865-1.c branches/gcc-4_4-branch/gcc/testsuite/gcc.target/i386/pr46865-2.c Modified: branches/gcc-4_4-branch/gcc/ChangeLog branches/gcc-4_4-branch/gcc/jump.c branches/gcc-4_4-branch/gcc/rtl.c branches/gcc-4_4-branch/gcc/testsuite/ChangeLog