This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/46865] [4.3/4.4/4.5 Regression] Using -save-temps (or ccache, distcc) produces different results with multiline macros containing asm code
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 16 Jan 2011 20:14:59 +0000
- Subject: [Bug rtl-optimization/46865] [4.3/4.4/4.5 Regression] Using -save-temps (or ccache, distcc) produces different results with multiline macros containing asm code
- Auto-submitted: auto-generated
- References: <bug-46865-4@http.gcc.gnu.org/bugzilla/>
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 <jakub@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