https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109960
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|1 |0 Status|ASSIGNED |UNCONFIRMED Assignee|pinskia at gcc dot gnu.org |unassigned at gcc dot gnu.org --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Nope not working, even tried to figure out how to modify tree-ssa-reassoc.cc to teach it about `(bool)a` being the same as `(a & 1) != 0` But I could not figure out how.