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.0rc2/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [vrp48.c] - Blame information for rev 437

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

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do link } */
2
/* { dg-options "-O2" } */
3
 
4
extern void link_failure (void);
5
 
6
static int __attribute__ ((noinline)) foo (int x)
7
{
8
  if (x >= 1)
9
    if (x <= 10)
10
      {
11
        if (x < 1 || x > 10)
12
          link_failure ();
13
        x = x + 1;
14
      }
15
  return x;
16
}
17
 
18
int main (void)
19
{
20
  int i = foo (0);
21
  return 0;
22
}
23
 

powered by: WebSVN 2.1.0

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