The following fixes a testsuite fallout on aarch64.

Tested on aarch64 & x86_64, pushed.

        * gcc.dg/vect/complex/fast-math-complex-add-half-float.c:
        Avoid epilogue vectorization.
---
 .../gcc.dg/vect/complex/fast-math-complex-add-half-float.c      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 } */
-- 
2.51.0

Reply via email to