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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 688 jeremybenn
/* PR tree-optimization/48734 */
2
 
3
unsigned int
4
foo (int x, unsigned int y, unsigned int z)
5
{
6
  z &= (x == -__INT_MAX__ - 1 ? x : -x) > y;
7
  z &= (x == -__INT_MAX__ - 1 ? x : -x) > y;
8
  z &= (x == -__INT_MAX__ - 1 ? x : -x) > y;
9
  z &= (x == -__INT_MAX__ - 1 ? x : -x) > y;
10
  return z;
11
}

powered by: WebSVN 2.1.0

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