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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* PR tree-optimization/37663 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -fwrapv" } */
4
/* { dg-require-effective-target int32plus } */
5
 
6
extern void bar (void);
7
 
8
void
9
foo (int x)
10
{
11
  x = 1 >= x;
12
  int y = -1885403717;
13
  x = x + (x != y * y);
14
  if (x)
15
    bar ();
16
}

powered by: WebSVN 2.1.0

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