1 /* Remove redundant operations in truncate's operand. */
2 /* { dg-options "-mgp64" } */
3 /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
4 /* { dg-final { scan-assembler-not "\tandi?\t" } } */
11 long long c
= d
& 0xffffffffff;