URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr21532.c] - Rev 300
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