This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/35540] [4.3/4.4 Regression]: Segmentation fault with __builtin_parity() and -O1
- 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: 12 Mar 2008 06:37:50 -0000
- Subject: [Bug target/35540] [4.3/4.4 Regression]: Segmentation fault with __builtin_parity() and -O1
- References: <bug-35540-15896@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 2008-03-12 06:37 -------
Subject: Bug 35540
Author: uros
Date: Wed Mar 12 06:37:10 2008
New Revision: 133135
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133135
Log:
PR target/35540
* config/i386/i386.md (paritysi2, paritydi2): Use register_operand
constraint for operand 1.
(paritysi2_cmp): Use register_operand constraint for operand 2.
Use earlyclobber modifier for operand 1. Remove support for
memory operands.
(paritydi2_cmp): Use register_operand constraint for operand 3.
Use earlyclobber modifier for operand 1. Remove support for
memory operands.
testsuite/ChangeLog:
PR target/35540
* gcc.target/i386/pr35540.c: New test.
Added:
branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/pr35540.c
- copied unchanged from r133118,
trunk/gcc/testsuite/gcc.target/i386/pr35540.c
Modified:
branches/gcc-4_3-branch/gcc/ChangeLog
branches/gcc-4_3-branch/gcc/config/i386/i386.md
branches/gcc-4_3-branch/gcc/testsuite/ChangeLog
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35540