https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122188
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Sorry:
```
void f(const unsigned a, int b) {
__builtin_ctzg(a ? a : 4081577, b);
}
```
pinskia at gcc dot gnu.org via Gcc-bugs Sat, 18 Oct 2025 01:46:40 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122188
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Sorry:
```
void f(const unsigned a, int b) {
__builtin_ctzg(a ? a : 4081577, b);
}
```