[Bug target/50464] Using -Ofast -march=bdver1 results in internal compiler error: in extract_insn, at recog.c:2109
uros at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 22 19:31:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50464
--- Comment #5 from uros at gcc dot gnu.org 2011-09-22 19:28:03 UTC ---
Author: uros
Date: Thu Sep 22 19:27:59 2011
New Revision: 179100
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179100
Log:
PR target/50464
* config/i386/sse.md (xop_pcmov_<mode>): Change operand 1 predicate
to register_operand and operand 2 predicate to nonimmediate_operand.
(xop_pcmov_<mode>256): Ditto.
* config/i386/i386.c (ix86_expand_sse_movcc): When generating
xop_pcmov, force op_true to register. Also, force op_false to
register if it doesn't satisfy nonimmediate_operand predicate.
testsuite/ChangeLog:
PR target/50464
* g++.dg/other/pr50464.C: New test.
Added:
branches/gcc-4_5-branch/gcc/testsuite/g++.dg/other/pr50464.C
Modified:
branches/gcc-4_5-branch/gcc/ChangeLog
branches/gcc-4_5-branch/gcc/config/i386/i386.c
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