]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr45567.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr45567.c
CommitLineData
4359dc2a
JJ
1/* PR middle-end/45567 */
2/* { dg-do compile } */
3/* { dg-options "-ftree-ter" } */
4
5unsigned
6foo (char c)
7{
8 return __builtin_popcountl ((unsigned long) c);
9}