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