URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr44674.c] - Rev 708
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O -fprofile-generate" } */ /* { dg-require-profiling "-fprofile-generate" } */ void jumpfunc (void *p) { void *l = &&jumplabel; jumplabel: __builtin_memcpy (p, l, 1); }
Go to most recent revision | Compare with Previous | Blame | View Log