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 c/64856
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr45567.c
blob
5bf4644077fb6c1a93baaf641a38fd50e5dc9157
1
/* PR middle-end/45567 */
2
/* { dg-do compile } */
3
/* { dg-options "-ftree-ter" } */
4
5
unsigned
6
foo
(
char
c
)
7
{
8
return
__builtin_popcountl
((
unsigned long
)
c
);
9
}