URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [20081120-1_0.c] - Rev 753
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-lto-do link } */ /* { dg-lto-options {{-flto -r -nostdlib}} } */ extern int stat(void) __asm__("" "stat64"); extern inline int stat(void) { } static void foo(void) { stat(); }
Go to most recent revision | Compare with Previous | Blame | View Log