From: Graham Stott Date: Sun, 21 Sep 2003 15:27:00 +0000 (+0000) Subject: re PR target/12353 (ICE in copyprop_hardreg_forward_1) X-Git-Tag: releases/gcc-3.4.0~3607 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa543fdda1fb1769de6c5101ce8f6722501be71f;p=thirdparty%2Fgcc.git re PR target/12353 (ICE in copyprop_hardreg_forward_1) PR target/12353 * config/i386/i386.md(ffs_no_cmove): Fix operand 2 constraint. From-SVN: r71627 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ca9c54098ea5..80432f1e5bfd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-09-21 Graham Stott + + PR target/12353 + * config/i386/i386.md(ffs_no_cmove): Fix operand 2 constraint. + 2003-09-21 Eric Botcazou PR target/12301 diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 6fa1650f7d77..9ee1d7d6c50b 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -14450,7 +14450,7 @@ (define_insn_and_split "*ffs_no_cmove" [(set (match_operand:SI 0 "nonimmediate_operand" "=r") (ffs:SI (match_operand:SI 1 "nonimmediate_operand" "rm"))) - (clobber (match_scratch:SI 2 "=&r")) + (clobber (match_scratch:SI 2 "=&q")) (clobber (reg:CC 17))] "" "#"