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/] [unsorted/] [buns.c] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
foo (a) { int bar = 0; return (unsigned) (a - 1) <= (unsigned) bar; } main () { if (foo (-1)) puts ("The largest possible unsigned <= 0 on this machine..."); }
Go to most recent revision | Compare with Previous | Blame | View Log