public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix another testsuite fallout for PR62283
@ 2015-05-06 12:19 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2015-05-06 12:19 UTC (permalink / raw)
  To: gcc-patches


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" } } */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-06 12:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-06 12:19 [PATCH] Fix another testsuite fallout for PR62283 Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).