http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46865
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-16 20:14:53 UTC --- 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 <ja...@redhat.com> 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