URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [graphite/] [run-id-pr46758.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
int movegt (int y, long long a) { int i; int ret = 0; for (i = 0; i < y; i++) if (a == -1LL << 33) ret = -1; return ret; } int main () { if (movegt (1, -1LL << 33) != -1) __builtin_abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log