https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118360
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org Status|NEW |ASSIGNED --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- So i think i know how to fix this for gcc 16. Zeroone*b could be expanded also as zeroone?b:0. I have to also move the expansion part for multiply out and have it done for widening multiple too. Let me try that.