URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [20081201-2_0.c] - Rev 424
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-lto-options {{-O3 -fwhopr}} } */ /* Test that cross-TU inlining works. */ extern void abort (); extern void exit (int); extern void *foo (void); int main () { if (foo () != __builtin_return_address (0)) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log