bd52d17906
too large to list, but see: http://gcc.gnu.org/gcc-3.4/changes.html http://gcc.gnu.org/gcc-4.0/changes.html http://gcc.gnu.org/gcc-4.1/changes.html for the details.
48 lines
691 B
C
48 lines
691 B
C
/* { 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());
|
|
}
|