URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [materialize-1_0.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-lto-options {{ -O3 -flto -flto-partition=1to1}} } */ /* { dg-lto-do run } */ extern void clone_me (int, int); int a=15; inline int inline_me () { clone_me (0,a); }
Go to most recent revision | Compare with Previous | Blame | View Log