https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105769
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org --- Comment #20 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note my patch https://gcc.gnu.org/pipermail/gcc-patches/2024-October/664419.html does not work as it does not track addresses via vector types. But that might be an easy change, that is change INTEGRAL_TYPE_P to ANY_INTEGRAL_TYPE_P and it might start working. Let me see if that does help.