URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [pr47155.c] - Rev 849
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR tree-optimization/47155 */ unsigned int a; static signed char b = -127; int c = 1; int main (void) { a = b <= (unsigned char) (-6 * c); if (!a) __builtin_abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log