testsuite/97494 - XFAIL gcc.dg/vect/vect-complex-5.c on !vect_hw_misalign
authorRichard Biener <rguenther@suse.de>
Thu, 11 Mar 2021 13:03:55 +0000 (14:03 +0100)
committerRichard Biener <rguenther@suse.de>
Thu, 11 Mar 2021 13:03:55 +0000 (14:03 +0100)
This is a missed optimization due to bogus alignment analysis.

2021-03-11  Richard Biener  <rguenther@suse.de>

PR testsuite/97494
* gcc.dg/vect/vect-complex-5.c: XFAIL on !vect_hw_misalign.

gcc/testsuite/gcc.dg/vect/vect-complex-5.c

index 0648637..81fdb67 100644 (file)
@@ -40,4 +40,4 @@ main (void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 2 "vect" } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 2 "vect" { xfail { ! vect_hw_misalign } } } } */