re PR target/31167 (ICE wnen using __int128_t on x86_64)
authorUros Bizjak <ubizjak@gmail.com>
Thu, 15 Mar 2007 07:25:22 +0000 (08:25 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 15 Mar 2007 07:25:22 +0000 (08:25 +0100)
commit68b8830aa005ecff935247bee3765efb0dd725db
treec9d6a67b03ebfb0f441a3588dc6f569bcde04238
parent36d3fb4cfe1c79915ed747b54f6a1aa2a471a833
re PR target/31167 (ICE wnen using __int128_t on x86_64)

        PR target/31167
        * 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.

testsuite/ChangeLog

       PR target/31167
       * gcc.target/i386/pr31167.c: New test.

From-SVN: r122945
gcc/ChangeLog
gcc/config/i386/i386.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr31167.c [new file with mode: 0644]