The trivial patch below fixes the failure in
gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c on ppc64 and ppc
noted in PR63175.

Martin

Index: ChangeLog
===================================================================
--- ChangeLog   (revision 220801)
+++ ChangeLog   (working copy)
@@ -1,3 +1,9 @@
+2015-02-21  Martin Sebor  <mse...@redhat.com>
+
+       PR testsuite/63175
+       * gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c: Correct
+       expected string.
+
 2015-02-18  Jakub Jelinek  <ja...@redhat.com>

        PR gcov-profile/64634
Index: gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c
===================================================================
--- gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c     (revision 220801)
+++ gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c     (working copy)
@@ -41,6 +41,6 @@
   return 0;
 }

-/* { dg-final { scan-tree-dump-times "basic block vectorized using SLP" 1 "slp2" { xfail vect_no_align } } } */ +/* { dg-final { scan-tree-dump-times "basic block vectorized" 1 "slp2" { xfail vect_no_align } } } */
 /* { dg-final { cleanup-tree-dump "slp2" } } */

Reply via email to