URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr49619.c] - Rev 708
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR rtl-optimization/49619 */ /* { dg-do compile } */ /* { dg-options "-O -fno-tree-fre" } */ extern int a, b; void foo (int x) { a = 2; b = 0; b = (a && ((a = 1, 0 >= b) || (short) (x + (b & x)))); }
Go to most recent revision | Compare with Previous | Blame | View Log