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.target/] [mips/] [truncate-3.c] - Rev 321
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); }