URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20000503-1.c] - Rev 297
Compare with Previous | Blame | View Log
unsigned long sub (int a) { return ((0 > a - 2) ? 0 : a - 2) * sizeof (long); } main () { if (sub (0) != 0) abort (); exit (0); }