https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116079
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-07-24 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed, though it looks like it depends on an uninitialized array. I can't reproduce the ICE otherwise. Note this source looks like it was originally reduced by cvise, do you have the original source where the ICE shows up? I want to see if it can be reproduce without the uninitialized array.