Hi,

Between the time my unaligned-loads patch was approved and trunk
reopened for business, another test showed up that needs to be cleaned
up in the same way as the others.  This patch does that.  Verified on
powerpc64le-unknown-linux-gnu, committed as obvious.

Thanks,
Bill


2015-04-23  Bill Schmidt  <wschm...@linux.vnet.ibm.com>

        * gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c: Replace
        vect_no_align with vect_no_align && { ! vect_hw_misalign }.


Index: gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c       
(revision 222362)
+++ gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c       
(working copy)
@@ -38,5 +38,5 @@ int main (void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "basic block vectorized" 1 "slp2"  { 
xfail  vect_no_align } } } */
+/* { dg-final { scan-tree-dump-times "basic block vectorized" 1 "slp2"  { 
xfail  { vect_no_align && { ! vect_hw_misalign } } } } } */
 /* { dg-final { cleanup-tree-dump "slp2" } } */


Reply via email to