From: Richard Biener Date: Thu, 15 Jan 2026 07:51:36 +0000 (+0100) Subject: Fix testsuite fallout of VF == 1 epilogue vectorization change X-Git-Tag: basepoints/gcc-17~2009 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26ffb9456385dc2f16e7eb3c95041cf4163f0c54;p=thirdparty%2Fgcc.git Fix testsuite fallout of VF == 1 epilogue vectorization change The following fixes a testsuite fallout on aarch64. * gcc.dg/vect/complex/fast-math-complex-add-half-float.c: Avoid epilogue vectorization. --- diff --git a/gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-half-float.c b/gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-half-float.c index 1c8625b0e19..1cafb4f1c3a 100644 --- a/gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-half-float.c +++ b/gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-half-float.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-additional-options "-ffast-math" } */ +/* { dg-additional-options "-ffast-math --param vect-epilogues-nomask=0" } */ /* { dg-require-effective-target vect_complex_add_half } */ /* { dg-require-effective-target float16 } */ /* { dg-add-options arm_v8_3a_fp16_complex_neon } */