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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [inline-4.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-einline2" } */
3
/* { dg-add-options bind_pic_locally } */
4
 
5
extern int rand(void);
6
 
7
int get_data_for (int id)
8
{
9
  return rand();
10
}
11
 
12
int my_id;
13
 
14
int main()
15
{
16
  int res = get_data_for (my_id);
17
  switch (res)
18
    {
19
      case 0:
20
          return 666;
21
      default:
22
          return -1;
23
    }
24
}
25
 
26
/* { dg-final { scan-tree-dump "Inlining get_data_for into main" "einline2" } } */
27
/* { 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.