http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50464
--- Comment #4 from uros at gcc dot gnu.org 2011-09-22 17:41:30 UTC --- Author: uros Date: Thu Sep 22 17:41:25 2011 New Revision: 179095 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179095 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_6-branch/gcc/testsuite/g++.dg/other/pr50464.C Modified: branches/gcc-4_6-branch/gcc/ChangeLog branches/gcc-4_6-branch/gcc/config/i386/i386.c branches/gcc-4_6-branch/gcc/config/i386/sse.md branches/gcc-4_6-branch/gcc/testsuite/ChangeLog