[Bug target/46153] [4.5/4.6 Regression] ICE: in extract_insn, at recog.c:2110 (unrecognizable insn) with -ffloat-store and __builtin_ia32_movlhps

uros at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Oct 30 20:32:00 GMT 2010


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46153

--- Comment #5 from uros at gcc dot gnu.org 2010-10-30 20:32:15 UTC ---
Author: uros
Date: Sat Oct 30 20:32:11 2010
New Revision: 166093

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166093
Log:
    PR target/46153
    * config/i386/sse.md (sse_movhlps_exp): Use destination
    returned from ix86_fixup_binary_operands to expand insn.
    (sse_movlhps_exp): Ditto.
    (sse_loadhps_exp): Ditto.
    (sse_loadlps_exp): Ditto.
    (sse2_loadhpd_exp): Ditto.
    (sse2_loadlpd_exp): Ditto.

testsuite/ChangeLog:

    PR target/46153
    * gcc.target/i386/pr46153.c: New test.


Added:
    branches/gcc-4_5-branch/gcc/testsuite/gcc.target/i386/pr46153.c
      - copied unchanged from r166031,
trunk/gcc/testsuite/gcc.target/i386/pr46153.c
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/config/i386/sse.md
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog



More information about the Gcc-bugs mailing list