--- Comment #2 from rguenth at gcc dot gnu dot org 2006-10-23 11:29 ---
Fails on the 4.2.0 branch. On the 4.1 branch it might be due to packports of
2006-05-23 Alexandre Oliva <[EMAIL PROTECTED]>
* simplify-rtx.c (simplify_subreg): Adjust REG_OFFSET for
big-endian pa
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-10-23 10:14 ---
Slightly more reduced:
void stpi_unpack_16_1(int length, unsigned char *out, unsigned char bit)
{
unsigned char tempin;
unsigned char temp[16];
for (bit = 128; length > 0; length--) {
if (tempin & 128)