ping?
On Sat, 5 Jul 2025 at 00:01, Christophe Lyon wrote:
>
> Like we do in other effective-targets, add
> "-mcpu=unset -march=armv8-a"
> directly when setting et_arm_v8_neon_flags in arm_v8_neon_ok_nocache,
> to avoid having to add these two flags in all users of arm_v8_neon_ok.
>
> This avoids
Like we do in other effective-targets, add
"-mcpu=unset -march=armv8-a"
directly when setting et_arm_v8_neon_flags in arm_v8_neon_ok_nocache,
to avoid having to add these two flags in all users of arm_v8_neon_ok.
This avoids duplication and possible typos / oversights.
gcc/testsuite/ChangeLog: