https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116480

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Another testcase:
```
int
foo(unsigned __int128 b)
{
  return __builtin_popcountg(b) == 1;
}

```

Reply via email to