aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/builtins-66.c
blob: 87bea3f4209fa4a04aaa5fb283b5af1363867870 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */

enum { E0 = 0, E1 = 1, E2 = 2 } e;

int
foo (void)
{
  return __builtin_popcount ((int) e);
}

/* { dg-final { scan-assembler-not "__builtin_popcount" } } */