URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [n1.c] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
foo (a, p) long long a; int *p; { int b = (int)-a; if (b > 32) return 1; else return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log