URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-gc/] [pr13683.c] - Rev 287
Go to most recent revision | Compare with Previous | Blame | View Log
void foo(void); int main(void) { foo (); for (;;) ; } int a; void foo1(void) { a = 1; } void foo2(void) { a = 2; } void foo3(void) { a = 3; }
Go to most recent revision | Compare with Previous | Blame | View Log