aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/20101013-1.c
blob: b5bd3a7ce65564bff12bd4d01d8ff0b0d7a4cb9a (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { 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" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */