From: Alan Modra Date: Thu, 29 Sep 2005 04:48:44 +0000 (+0000) Subject: re PR target/24102 (floatdisf2_internal2 broken) X-Git-Tag: releases/gcc-3.4.5~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d8dbedcfe86a9c17544ec9db1815fdcca5dd065;p=thirdparty%2Fgcc.git re PR target/24102 (floatdisf2_internal2 broken) PR target/24102 * config/rs6000/rs6000.md (floatdisf2_internal2): Correct range check for numbers that need no bit twiddle. From-SVN: r104763 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3bb65ce47ef1..7a1c22049963 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2005-09-29 Alan Modra + + PR target/24102 + * config/rs6000/rs6000.md (floatdisf2_internal2): Correct range + check for numbers that need no bit twiddle. + 2005-09-09 Richard Guenther PR c/20239 diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 2271dece64ac..e530dd94fee4 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -5236,7 +5236,7 @@ (set (match_dup 0) (plus:DI (match_dup 0) (const_int 2047))) (set (match_dup 4) (compare:CCUNS (match_dup 3) - (const_int 3))) + (const_int 2))) (set (match_dup 0) (ior:DI (match_dup 0) (match_dup 1))) (parallel [(set (match_dup 0) (and:DI (match_dup 0)