OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [ipa/] [ipa-6.c] - Rev 689

Compare with Previous | Blame | View Log

/* PR middle-end/29122 */
/* { dg-do compile } */
/* { dg-options "-O3 -fipa-cp -fno-early-inlining" } */
 
int
dont_inline (int);
 
int
bar (int b, int c)
{
   return dont_inline (c);
}
 
int
foo (int a)
{
  if (a++ > 0)
    bar (a, 3);
 
  foo (7);
}
 
int
main ()
{
  int i;
  for (i = 0; i < 100; i++)
    foo (7);
  return 0;
}
 
 
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.