https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121599
Alexandre Oliva <aoliva at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aoliva at gcc dot gnu.org
--- Comment #8 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
FTR, the test fails in gcc-14 on various aarch64 targets, as the compiler
selects *aarch64_sve_mov<mode>_ldr_str for 'mov z31b, #0' instead of 'movi d0,
#0'.
gcc-15 picks up the same pattern as gcc-16.