summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/20101013-1.c
blob: 4422e761f3fc3e3134e0f5c7d45e828cd14bc0a9 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */

int foo(int a)
{
  int x = (a & (~15)) / 16;
  return x;
}

/* { dg-final { scan-tree-dump ">>" "optimized" } } */