https://gcc.gnu.org/g:c817ededd48cb9860df30bae208a38726da32739
commit r16-7866-gc817ededd48cb9860df30bae208a38726da32739 Author: Richard Biener <[email protected]> Date: Tue Mar 3 14:00:14 2026 +0100 Adjust gcc.dg/vect/complex/fast-math-complex-add-pattern-half-float.c The following avoids the extra epilogue vectorization we now get for fixed-size vectors so the dump scanning is not confused by it. * gcc.dg/vect/complex/fast-math-complex-add-pattern-half-float.c: Add --param vect-epilogues-nomask=0. Diff: --- .../gcc.dg/vect/complex/fast-math-complex-add-pattern-half-float.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-pattern-half-float.c b/gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-pattern-half-float.c index 0bf97e53e40f..fd27f6effebf 100644 --- a/gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-pattern-half-float.c +++ b/gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-pattern-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 arm_v8_3a_fp16_complex_neon_ok } */ /* { dg-add-options arm_v8_3a_fp16_complex_neon } */
