aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20021124-1.c
blob: 3ab2b2ef4957f642cda212235c7f463dafe9f0f0 (plain)
1
2
3
4
5
6
7
/* PR optimization/8275 */
/* Contributed by Volker Reichelt. */

unsigned int foo (unsigned int u)
{
  return (u >> 32) & 0xffff;
}