URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [ipareference_1.c] - Rev 689
Compare with Previous | Blame | View Log
static int val; int set_val (void) { val = 5; } int get_val (void) { return val; } __attribute__ ((__noinline__)) do_nothing () { asm volatile ("":::"memory"); }