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] - Rev 688
Compare with Previous | Blame | View Log
/* PR tree-optimization/48734 */ unsigned int foo (int x, unsigned int y, unsigned int z) { z &= (x == -__INT_MAX__ - 1 ? x : -x) > y; z &= (x == -__INT_MAX__ - 1 ? x : -x) > y; z &= (x == -__INT_MAX__ - 1 ? x : -x) > y; z &= (x == -__INT_MAX__ - 1 ? x : -x) > y; return z; }