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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [inline-4.c] - Diff between revs 816 and 826

Only display areas with differences | Details | Blame | View Log

Rev 816 Rev 826
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-einline2" } */
/* { dg-options "-O2 -fdump-tree-einline2" } */
/* { dg-add-options bind_pic_locally } */
/* { dg-add-options bind_pic_locally } */
 
 
extern int rand(void);
extern int rand(void);
 
 
int get_data_for (int id)
int get_data_for (int id)
{
{
  return rand();
  return rand();
}
}
 
 
int my_id;
int my_id;
 
 
int main()
int main()
{
{
  int res = get_data_for (my_id);
  int res = get_data_for (my_id);
  switch (res)
  switch (res)
    {
    {
      case 0:
      case 0:
          return 666;
          return 666;
      default:
      default:
          return -1;
          return -1;
    }
    }
}
}
 
 
/* { dg-final { scan-tree-dump "Inlining get_data_for into main" "einline2" } } */
/* { dg-final { scan-tree-dump "Inlining get_data_for into main" "einline2" } } */
/* { dg-final { cleanup-tree-dump "einline2" } } */
/* { dg-final { cleanup-tree-dump "einline2" } } */
 
 

powered by: WebSVN 2.1.0

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