https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117138
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pinskia at gcc dot gnu.org Target Milestone|--- |15.0 Status|UNCONFIRMED |NEW Last reconfirmed| |2024-10-14 Ever confirmed|0 |1 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Another fallout from r15-4194-g5977b746db3925 ``` _5 = vect__1.11_4 != { 0, 0 }; iftmp.0_8 = _5 ? 1 : _11; ``` Looks like another missing check on the type to see if it was a vector type or not.