https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67292

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This is not a bug.
If you look this is an aligned access so it will never fault.  This means we
can read past the array bounds without any issues as long as we don't use those
elements of the vector (which we don't).

Reply via email to