URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20050215-2.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR tree-optimization/18947 */ int v; extern __inline void f1 (void) { v++; } void f4 (void) { f1 (); } extern __inline void f2 (void) { f1 (); } void f3 (void) { f2 (); } void f2 (void) { f1 (); }
Go to most recent revision | Compare with Previous | Blame | View Log