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
2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
builtins-66.c
blob
87bea3f4209fa4a04aaa5fb283b5af1363867870
1
/* { dg-do compile } */
2
3
enum
{
E0
=
0
,
E1
=
1
,
E2
=
2
}
e
;
4
5
int
6
foo
(
void
)
7
{
8
return
__builtin_popcount
((
int
)
e
);
9
}
10
11
/* { dg-final { scan-assembler-not "__builtin_popcount" } } */