URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20000803-1.c] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
static int gl_cnt = 0; static char gl_buf[1024]; void gl_yank() { int i; for (i=gl_cnt; i >= 0; i--) gl_buf[i+10] = gl_buf[i]; }
Go to most recent revision | Compare with Previous | Blame | View Log