]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Adjust gcc.dg/vect/complex/fast-math-complex-add-pattern-half-float.c
authorRichard Biener <rguenther@suse.de>
Tue, 3 Mar 2026 13:00:14 +0000 (14:00 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 3 Mar 2026 13:04:10 +0000 (14:04 +0100)
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.

gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-pattern-half-float.c

index 0bf97e53e40f6a6d40c57ffc3088f0395835d93e..fd27f6effebf89337a1c646db278f4a06757df9f 100644 (file)
@@ -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 } */