URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [mips/] [truncate-3.c] - Rev 826
Compare with Previous | Blame | View Log
/* Remove redundant operations in truncate's operand. */ /* { dg-options "-O -mgp64" } */ /* { dg-final { scan-assembler-not "\tandi?\t" } } */ f (long long d) { long long c = d & 0xffffffffff; int i = (int) c; g (i); }