This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] Fix another testsuite fallout for PR62283
- From: Richard Biener <rguenther at suse dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Wed, 6 May 2015 14:19:44 +0200 (CEST)
- Subject: [PATCH] Fix another testsuite fallout for PR62283
- Authentication-results: sourceware.org; auth=none
Vectorization is now possible even for targets that don't
support unaligned loads. Committed.
Richard.
2015-05-06 Richard Biener <rguenther@suse.de>
PR tree-optimization/62283
* gcc.dg/vect/bb-slp-32.c: Remove XFAIL.
Index: gcc/testsuite/gcc.dg/vect/bb-slp-32.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/bb-slp-32.c (revision 222847)
+++ gcc/testsuite/gcc.dg/vect/bb-slp-32.c (working copy)
@@ -19,5 +19,5 @@ int foo (int *p)
return tem0 + tem1 + tem2 + tem3;
}
-/* { dg-final { scan-tree-dump "vectorization is not profitable" "slp2" { xfail { vect_no_align && { ! vect_hw_misalign } } } } } */
+/* { dg-final { scan-tree-dump "vectorization is not profitable" "slp2" } } */
/* { dg-final { cleanup-tree-dump "slp2" } } */