./:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 941014-1.c
blobd31701572fc71276ccf4b3c9e572af17b4e3ef98
1 f (to)
2 char *to;
4 unsigned int wch;
5 register length;
6 unsigned char tmp;
7 unsigned int mult = 10;
9 tmp = (wch>>(unsigned int)(length * mult));
10 *to++ = (unsigned char)tmp;