------- Comment #4 from bonzini at gnu dot org 2009-02-11 21:20 ------- The problem is that inside mems we use MULT not ASHIFT.
Can you please test this? Thanks! --- config/i386/i386.md (revision 144098) +++ config/i386/i386.md (working copy) @@ -20722,7 +20722,7 @@ (parallel [(set (match_dup 0) (match_op_dup 3 [(match_dup 0) (match_dup 1)])) (clobber (reg:CC FLAGS_REG))])] - "operands[4] = simplify_replace_rtx (operands[2], operands[0], operands[1]);") + "operands[4] = replace_rtx (operands[2], operands[0], operands[1]);") (define_peephole2 [(set (match_operand 0 "register_operand" "") -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39152