re PR target/33438 (ICE in cselib_record_set, at cselib.c:1515 on x86)
authorUros Bizjak <ubizjak@gmail.com>
Fri, 14 Sep 2007 19:24:26 +0000 (21:24 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 14 Sep 2007 19:24:26 +0000 (21:24 +0200)
commit21da84bd5e7c0b1f2bdfa28429b066a098307f44
tree4abcf9dad0688d3ff2d411ff47c86465f62bf3c4
parent56e449d39af4a5c032d8d1f2825182ebed7a1a75
re PR target/33438 (ICE in cselib_record_set, at cselib.c:1515 on x86)

        PR target/33438
        * config/i386/i386.md (fmodxf3): Copy operands[2] to temporary register
        when operands[2] equals operands[1].
        (remainderxf3): Ditto.

testsuite/ChangeLog:

        PR target/33438
        * gcc.target/i386/pr33438.c: New test.

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