repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR rtl-optimization/87918
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
parity-2.c
blob
9adca35a667adbe02cd1dc853ab4a66609aed80e
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -march=k8 -mno-popcnt" } */
3
/* { dg-final { scan-assembler "setnp" } } */
4
5
int
foo
(
unsigned long long int
x
)
6
{
7
return
__builtin_parityll
(
x
);
8
}