URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr21532.c] - Rev 327
Go to most recent revision | Compare with Previous | Blame | View Log
int bar (unsigned char key) { unsigned char buf[sizeof (unsigned long)+2]; unsigned char b; unsigned char *buf_ = buf + 1; for (b = 8; b != 0; b--) buf_[b] = key >> b; return foo (b); }
Go to most recent revision | Compare with Previous | Blame | View Log