URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [materialize-1_1.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
int inline_me (void); extern int a; void abort (void); __attribute__ ((noinline)) void clone_me (int c, int d) { if (!c) { if (d!=a) abort (); } } int main(void) { int i; for (i=0;i<a;i++) inline_me (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log