------- 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

Reply via email to