From: Alan Modra Date: Thu, 29 Sep 2005 00:16:10 +0000 (+0000) Subject: re PR target/24102 (floatdisf2_internal2 broken) X-Git-Tag: misc/cutover-cvs2svn~422 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c22e62a672e23035407b56afb6ccac2a183b032e;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: r104750 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index db55afad71d6..13254b0b5460 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-28 Geoffrey Keating * Makefile.in: Export LIPO_FOR_TARGET, STRIP_FOR_TARGET. diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 606023ef96aa..d064387f2781 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -5425,7 +5425,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)