URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr52113.c] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR rtl-optimization/52113 */ unsigned long v1; unsigned char v2; void foo (void) { if (v1 > (v2 * 1000L)) v1 = 0; }
Go to most recent revision | Compare with Previous | Blame | View Log