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/] [vrp12.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do link } */
2
/* { dg-options -O2 } */
3
 
4
foo (int i)
5
{
6
  int x;
7
 
8
  x = i;
9
  if (i < -10)
10
    {
11
      x = __builtin_abs (i);
12
      /* VRP was incorrectly folding this to if (1).  */
13
      if (x < 0)
14
        link_error ();
15
    }
16
 
17
  return x;
18
}
19
 
20
main()
21
{
22
  foo (-30);
23
}

powered by: WebSVN 2.1.0

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