URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [debug/] [20010207-1.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ extern inline int f1 (void) {return f2();} int f3 (void) {return f1();} int f1 (void) {return 0;}
Go to most recent revision | Compare with Previous | Blame | View Log