r133118 - in /trunk/gcc: ChangeLog config/i386/...

uros@gcc.gnu.org uros@gcc.gnu.org
Tue Mar 11 19:18:00 GMT 2008


Author: uros
Date: Tue Mar 11 19:18:48 2008
New Revision: 133118

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133118
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:
    trunk/gcc/testsuite/gcc.target/i386/pr35540.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.md
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list