On Mon, Nov 04, 2002 at 11:03:12AM +0100, Pierre Mallard wrote: > (define_insn "*movhi" > [(set (match_operand:HI 0 "nonimmediate_operand" > "=r,r,m,r,r") > (match_operand:HI 1 "general_operand" > "r,m,r,I,i")) > (clobber (match_scratch:QI 2 "=X,&r,X,X,X"))] Looks ok; no idea what's going wrong off the top of my head. r~