https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92949
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2020-01-12 Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> --- So for BIT_INSERT_EXPR, I am not going to handle it in store merging but rather Reassociation pass instead because I am going to handle reordering of BIT_INSERT_EXPR there too.