URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [pr26899.c] - Rev 300
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-options "-fstrict-overflow -fdump-tree-gimple" } */ int foo (int i, int j) { return (i < j + 1) || (j > i - 1); } /* { dg-final { scan-tree-dump "j >= i" "gimple" } } */ /* { dg-final { cleanup-tree-dump "gimple" } } */
Go to most recent revision | Compare with Previous | Blame | View Log