This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/30041] FAIL: gcc.target/i386/sse3-movddup.c (internal compiler error)
- From: "uros at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 May 2007 11:31:45 -0000
- Subject: [Bug target/30041] FAIL: gcc.target/i386/sse3-movddup.c (internal compiler error)
- References: <bug-30041-9993@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from uros at gcc dot gnu dot org 2007-05-21 12:31 -------
Subject: Bug 30041
Author: uros
Date: Mon May 21 11:31:14 2007
New Revision: 124900
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124900
Log:
PR target/31167
Backport from mainline.
* config/i386/i386.md (*addti3_1, *addti3_1 splitter): Use
x86_64_general_operand as operand[2] predicate. Remove "iF"
from operand constraints and use "e" constraint instead.
(*subti3_1, *subti3_1 splitter): Ditto.
(*negti2_1, *negti2_1 splitter): Use nonimmediate_operand as
operand[1] predicate.
PR target/30041
Backport from mainline.
* config/i386/sse.md ("*sse3_movddup"): Use operands[0] and
operands[1] in insn constraint. Correct type attribute to sselog1.
testsuite/ChangeLog
Backport from mainline.
* gcc.target/i386/pr31167.c: New test.
Added:
branches/gcc-4_2-branch/gcc/testsuite/gcc.target/i386/pr31167.c
- copied unchanged from r122945,
trunk/gcc/testsuite/gcc.target/i386/pr31167.c
Modified:
branches/gcc-4_2-branch/gcc/ChangeLog
branches/gcc-4_2-branch/gcc/config/i386/i386.md
branches/gcc-4_2-branch/gcc/config/i386/sse.md
branches/gcc-4_2-branch/gcc/testsuite/ChangeLog
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30041