Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / pr45567.c
blob5bf4644077fb6c1a93baaf641a38fd50e5dc9157
1 /* PR middle-end/45567 */
2 /* { dg-do compile } */
3 /* { dg-options "-ftree-ter" } */
5 unsigned
6 foo (char c)
8 return __builtin_popcountl ((unsigned long) c);