URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [c.c] - Rev 747
Go to most recent revision | Compare with Previous | Blame | View Log
foo (a, b) long long a, b; { if (a & ~b) return 1; else return 0; } bar (a, b) long long a, b; { if (a & ~b & ((long long) 87612378)) return 1; else return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log