On 19/02/2026 09:20, Torbjörn SVENSSON wrote:
> Ok for trunk?
> 
> --
> 
> gcc/testsuite/ChangeLog:
> 
>       * lib/target-supports.exp: Add -mfpu=auto to
>       arm_v8_3a_complex_neon. This aligns with
>       arm_v8_3a_fp16_complex_neon.
> 
> Signed-off-by: Torbjörn SVENSSON <[email protected]>
> ---
>  gcc/testsuite/lib/target-supports.exp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gcc/testsuite/lib/target-supports.exp 
> b/gcc/testsuite/lib/target-supports.exp
> index ba91c95b348..bba1d0af3d9 100644
> --- a/gcc/testsuite/lib/target-supports.exp
> +++ b/gcc/testsuite/lib/target-supports.exp
> @@ -13789,7 +13789,7 @@ proc 
> check_effective_target_arm_v8_3a_complex_neon_ok_nocache { } {
>      if { [istarget arm*-*-*] } {
>       set flag_opts {
>           ""
> -         "-mcpu=unset -march=armv8.3-a+simd"
> +         "-mfpu=auto -mcpu=unset -march=armv8.3-a+simd"
>           "-mfloat-abi=softfp -mfpu=auto -mcpu=unset -march=armv8.3-a+simd"
>           "-mfloat-abi=hard -mfpu=auto -mcpu=unset -march=armv8.3-a+simd"
>       }


OK.

R.

Reply via email to