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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr42299.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
/* { dg-options "-g" } */
2
 
3
static int
4
foo (int x, int y)
5
{
6
  if (y)
7
    goto lab;
8
  if (x)
9
    y = 0;
10
  if (y)
11
    goto lab;
12
  y = 0;
13
lab:
14
  return y;
15
}
16
 
17
void
18
baz (int x, int y)
19
{
20
  y = foo (x, y);
21
  if (y != 0)
22
    bar ();
23
}

powered by: WebSVN 2.1.0

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