A bug on 32-bit host?

Ian Lance Taylor iant@google.com
Fri Jan 22 15:04:00 GMT 2010


"Bingfeng Mei" <bmei@broadcom.com> writes:

>       /* Obtain value by shifting and set zeros for remaining part*/
>       if((bitpos + bitsize) > HOST_BITS_PER_WIDE_INT)
>         high =  (v >> (HOST_BITS_PER_WIDE_INT - bitpos)) 
>                 & ((1 << (bitpos + bitsize - HOST_BITS_PER_WIDE_INT)) - 1);

That is not what expmed.c looks like on mainline or on gcc 4.4 branch.
You must have a local change.

Ian



More information about the Gcc mailing list