URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [inline-3.c] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-options "-O2 -funit-at-a-time" } */ /* { dg-final { scan-assembler-not "big_function_2" } } */ static void big_function_2(void); void big_function_1() { while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); big_function_2(); } static void big_function_2() { while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); while (t()); }
Go to most recent revision | Compare with Previous | Blame | View Log