aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/testsuite/gcc.target/i386/pr37197.c
blob: 95565e8027e81c3f6a004d9ea2980847ea348509 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-O2 -msse4" } */

int testl (unsigned long *a, int b)
{
  return b ? 1 : __builtin_parityl (*a);
}