Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / builtins-66.c
blob87bea3f4209fa4a04aaa5fb283b5af1363867870
1 /* { dg-do compile } */
3 enum { E0 = 0, E1 = 1, E2 = 2 } e;
5 int
6 foo (void)
8 return __builtin_popcount ((int) e);
11 /* { dg-final { scan-assembler-not "__builtin_popcount" } } */