https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121044
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[14 Regression] False |[14 Regression] False
|positive -Warray-bounds |positive -Warray-bounds
|iwith GCC 14 and NEON |with GCC 14 and vectors
|intrinsics |
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Most likely you could remove the vectors and instead use mutliply of
sizeof(int) but I feel like changing that really since it has already been
fixed and we just need to figure out what regressed it and what fixed it and if
the fix is backportable or not.