Re: wide-int branch updated.

2013-08-28 Thread Richard Biener
On Tue, 27 Aug 2013, Kenneth Zadeck wrote: removed all knowledge of SHIFT_COUNT_TRUNCATED from wide-int both Richard Biener and Richard Sandiford had commented negatively about this. fixed bug with wide-int::fits_uhwi_p. inline bool wide_int_ro::fits_uhwi_p () const { - return (len

Re: wide-int branch updated

2013-08-28 Thread Richard Biener
On Tue, 27 Aug 2013, Richard Sandiford wrote: Kenneth Zadeck zad...@naturalbridge.com writes: fixed fits_uhwi_p. tested on x86-64. kenny Index: gcc/wide-int.h === --- gcc/wide-int.h (revision 201985) +++

Re: wide-int branch updated.

2013-08-28 Thread Kenneth Zadeck
On 08/28/2013 03:45 AM, Richard Biener wrote: On Tue, 27 Aug 2013, Kenneth Zadeck wrote: removed all knowledge of SHIFT_COUNT_TRUNCATED from wide-int both Richard Biener and Richard Sandiford had commented negatively about this. fixed bug with wide-int::fits_uhwi_p. inline bool

Re: wide-int branch updated

2013-08-28 Thread Kenneth Zadeck
On 08/28/2013 03:50 AM, Richard Biener wrote: On Tue, 27 Aug 2013, Richard Sandiford wrote: Kenneth Zadeck zad...@naturalbridge.com writes: fixed fits_uhwi_p. tested on x86-64. kenny Index: gcc/wide-int.h === ---

Re: wide-int branch updated.

2013-08-28 Thread Richard Biener
On Wed, 28 Aug 2013, Kenneth Zadeck wrote: On 08/28/2013 03:45 AM, Richard Biener wrote: On Tue, 27 Aug 2013, Kenneth Zadeck wrote: removed all knowledge of SHIFT_COUNT_TRUNCATED from wide-int both Richard Biener and Richard Sandiford had commented negatively about this.

wide-int branch updated.

2013-08-27 Thread Kenneth Zadeck
removed all knowledge of SHIFT_COUNT_TRUNCATED from wide-int both Richard Biener and Richard Sandiford had commented negatively about this. fixed bug with wide-int::fits_uhwi_p. kenny Index: gcc/fold-const.c === ---

Re: wide-int branch updated

2013-08-27 Thread Richard Sandiford
Kenneth Zadeck zad...@naturalbridge.com writes: fixed fits_uhwi_p. tested on x86-64. kenny Index: gcc/wide-int.h === --- gcc/wide-int.h(revision 201985) +++ gcc/wide-int.h(working copy) @@ -1650,7 +1650,7 @@

Re: wide-int branch updated

2013-08-27 Thread Kenneth Zadeck
you are about an hour behind in reading your email. I had just committed a patch that is very close to this. On 08/27/2013 02:31 PM, Richard Sandiford wrote: Kenneth Zadeck zad...@naturalbridge.com writes: fixed fits_uhwi_p. tested on x86-64. kenny Index: gcc/wide-int.h

wide-int branch updated

2013-08-26 Thread Kenneth Zadeck
fixed fits_uhwi_p. tested on x86-64. kenny Index: gcc/wide-int.h === --- gcc/wide-int.h (revision 201985) +++ gcc/wide-int.h (working copy) @@ -1650,7 +1650,7 @@ wide_int_ro::fits_shwi_p () const inline bool