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/] [compile/] [20030330-1.c] - Rev 299
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/10083 */ /* This will result in a very small constant for umul_highpart, which uncovered a bug in the Alpha machine description. */ unsigned long f(unsigned long x) { return x % 0x3fffffffffffffff; }
Go to most recent revision | Compare with Previous | Blame | View Log