URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [930429-2.c] - Rev 711
Go to most recent revision | Compare with Previous | Blame | View Log
int f (b) { return (b >> 1) > 0; } main () { if (!f (9)) abort (); if (f (-9)) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log