"Bingfeng Mei" <b...@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