https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102486
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Rather: ``` int f2(unsigned y) { return (y&-y) != 0; } ```
pinskia at gcc dot gnu.org via Gcc-bugs Wed, 25 Oct 2023 21:19:47 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102486
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Rather: ``` int f2(unsigned y) { return (y&-y) != 0; } ```