OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20020807-1.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
int x;
2
 
3
static int
4
__attribute__ ((noinline))
5
foo (void)
6
{
7
  return 0;
8
}
9
 
10
static void
11
__attribute__ ((noinline))
12
bar (void)
13
{
14
}
15
 
16
static inline void
17
baz (void)
18
{
19
  char arr[x];
20
 
21
lab:
22
  if (foo () == -1)
23
    {
24
      bar ();
25
      goto lab;
26
    }
27
}
28
 
29
void
30
test (void)
31
{
32
  baz ();
33
}

powered by: WebSVN 2.1.0

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