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/] [execute/] [divconst-3.c] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
long long f (long long x) { return x / 10000000000LL; } main () { if (f (10000000000LL) != 1 || f (100000000000LL) != 10) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log