URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [pr42889.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR rtl-optimization/42889 */ /* { dg-do compile } */ /* { dg-options "-O -fgcse -fcompare-debug" } */ extern int A[], B[]; int foo (int x, int c, int i) { if (A[i] && B[i]) x = x % ((c & 4) ? 8 : 4); return x; }
Go to most recent revision | Compare with Previous | Blame | View Log