URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20030316-1.c] - Rev 688
Compare with Previous | Blame | View Log
/* PR target/9164 */ /* The comparison operand was sign extended erraneously. */ int main (void) { long j = 0x40000000; if ((unsigned int) (0x40000000 + j) < 0L) abort (); return 0; }