1/* { dg-do compile } */
2/* { dg-options "-O2 -msse4" } */
3
4int testl (unsigned long *a, int b)
5{
6  return b ? 1 : __builtin_parityl (*a);
7}
8