From: Uros Bizjak Date: Tue, 28 Jun 2005 19:19:27 +0000 (+0200) Subject: re PR target/22134 (vf_hue.c:54: internal compiler error: in final_scan_insn, at... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cec471db31969b339e4d6a7782ec398f9ccdbf28;p=gcc.git re PR target/22134 (vf_hue.c:54: internal compiler error: in final_scan_insn, at final.c:2419) PR target/22134 * config/i386/i386.md (fist2_with_temp splitter): Clobber memory operand, not scratch register. From-SVN: r101383 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 272d7f72b37..d099c727ed0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2005-06-28 Uros Bizjak + + PR target/22134 + * config/i386/i386.md (fist2_with_temp splitter): + Clobber memory operand, not scratch register. + 2005-06-28 Andreas Krebbel * config/s390/s390.c (machine_function): New field has_landing_pad_p. diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index e8af640f825..7d0887321f4 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -16212,7 +16212,7 @@ [(set (match_operand:X87MODEI12 0 "memory_operand" "") (unspec:X87MODEI12 [(match_operand:XF 1 "register_operand" "")] UNSPEC_FIST)) - (clobber (match_scratch 2 ""))] + (clobber (match_operand:X87MODEI12 2 "memory_operand" ""))] "reload_completed" [(set (match_dup 0) (unspec:X87MODEI12 [(match_dup 1)] UNSPEC_FIST))]