URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [bitw.c] - Rev 826
Compare with Previous | Blame | View Log
foo (a) unsigned a; { unsigned b = 0; if ((a & 12345678) > b) return 1; return 0; }