Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20021124-1.c
blob: 3ab2b2ef4957f642cda212235c7f463dafe9f0f0 [
file
] [
log
] [
blame
]
/* PR optimization/8275 */
/* Contributed by Volker Reichelt. */
unsigned
int
foo
(
unsigned
int
u
)
{
return
(
u
>>
32
)
&
0xffff
;
}