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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr45412.c] - Blame information for rev 749

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 688 jeremybenn
extern void baz (int, int, int);
2
 
3
int j;
4
 
5
int
6
bar (void)
7
{
8
  int n = 0, *np = &n;
9
  if (j)
10
    baz (0, 0, 0);
11
  if (j)
12
    baz (0, 0, 0);
13
  return n;
14
}
15
 
16
void
17
foo (void)
18
{
19
  bar ();
20
  bar ();
21
}
22
 

powered by: WebSVN 2.1.0

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