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
2015-12-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr37197.c
blob
95565e8027e81c3f6a004d9ea2980847ea348509
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -msse4" } */
3
4
int
testl
(
unsigned long
*
a
,
int
b
)
5
{
6
return
b
?
1
:
__builtin_parityl
(*
a
);
7
}