[PATCH] PR63175 - [4.9/5 regression] FAIL: gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c scan-tree-dump-times slp2" basic block vectorized using SLP" 1

Martin Sebor msebor@redhat.com
Sat Feb 21 21:02:00 GMT 2015


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  <msebor@redhat.com>
+
+	PR testsuite/63175
+	* gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c: Correct
+	expected string.
+
  2015-02-18  Jakub Jelinek  <jakub@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" } } */



More information about the Gcc-patches mailing list