URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [pr41917.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR rtl-optimization/41917 */ extern void abort (void); unsigned int a = 1; int main (void) { unsigned int b, c, d; if (sizeof (int) != 4 || (int) 0xc7d24b5e > 0) return 0; c = 0xc7d24b5e; d = a | -2; b = (d == 0) ? c : (c % d); if (b != c) abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log