URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20020911-1.c] - Rev 816
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; }