------- Comment #9 from schwab at suse dot de 2006-11-10 16:27 ------- (In reply to comment #7) > combine.c:find_split_point: When the destination is a zero_extract, it does > adjust the bitpos when BITS_BIG_ENDIAN, but it doesn't look at > BYTES_BIT_ENDIAN at all.
I think this is ok, because when zero/sign_extact operates on memory, its mode must be a single-byte integer mode. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29797