URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [pr41917.c] - Rev 308
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