URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [20091006-1_0.c] - Rev 689
Compare with Previous | Blame | View Log
/* { dg-lto-do link } */ typedef void (*fnt) (void); void __attribute__((noinline)) bar (void) {} extern inline void check3 (void) { bar (); } void test (void) { const fnt pcheck3 = check3; pcheck3 (); } int main() { return 0; }