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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr116480-1.c
blob
15a5727941cf25cd1d9fbda8a4fa0f1b92a30225
1
/* { dg-do compile { target int128 } } */
2
3
int
4
foo
(
unsigned
__int128 b
)
5
{
6
return
__builtin_popcountg
(
b
) ==
1
;
7
}
8