URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr42559.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
void jumpfunc(int copy, void *p) { void *l = &&jumplabel; if (copy) __builtin___memcpy_chk (p, l, 128, __builtin_object_size (p, 0)); jumplabel: return; }
Go to most recent revision | Compare with Previous | Blame | View Log