URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20020911-1.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
extern void abort (void); unsigned short c = 0x8000; int main() { if ((c-0x8000) < 0 || (c-0x8000) > 0x7fff) abort(); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log