https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124037
Victor Do Nascimento <victorldn at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Wrong alignment checking |[15/16 regression] Wrong
|for VMAT_ELEMENTWISE memory |alignment checking for
|accesses |VMAT_ELEMENTWISE memory
| |accesses
Version|16.0 |15.0
--- Comment #3 from Victor Do Nascimento <victorldn at gcc dot gnu.org> ---
It's present on armhf and goes back to gcc 15, such that a backport of the fix
will be needed.
Wile the example doesn't miscompile on x86, the issue causing the problem on
armhf is also the root cause of PR123588, such that the fix will also resolve
that.