]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
un-XFAIL gcc.dg/vect/vect-double-reduc-5.c
authorRichard Biener <rguenther@suse.de>
Wed, 2 Oct 2024 11:21:22 +0000 (13:21 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 2 Oct 2024 11:23:10 +0000 (13:23 +0200)
The testcase now passes, we can handle double reductions with multiple
types fine.

* gcc.dg/vect/vect-double-reduc-5.c: Un-XFAIL everywhere.

gcc/testsuite/gcc.dg/vect/vect-double-reduc-5.c

index b990405745e9e2c5c097be6e7ec0bd4008aa93d3..a40aa304740f5bc210a6f5f26007dbd3e4eb6d7f 100644 (file)
@@ -51,7 +51,4 @@ int main ()
   return 0;
 }
 
-/* Vectorization of loops with multiple types and double reduction is not 
-   supported yet.  */       
-/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED" 1 "vect" { xfail { ! { aarch64*-*-* riscv*-*-* } } } } } */
-      
+/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED" 1 "vect" } } */