This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[testsuite] 4.3: xfail gcc.dg/vect/pr33953 for powerpc


Test gcc.dg/vect/pr33953.c fails on the 4.3 branch for powerpc.  On
mainline it failed until fixed by r133051 on 2008-03-09.  This patch
XFAILs the dump scans on the branch.  Normally an XFAIL requires an
open PR, but since this won't be fixed on the branch I'm instead just
adding a reference to the fix on mainline.  Checked in after testing
with powerpc64-unknown-linux-gnu, both -m32 and -m64.

2008-12-03  Janis Johnson  <janis187@us.ibm.com>

	* gcc.dg/vect/pr33953.c: XFAIL dump scans for powerpc.

Index: gcc/testsuite/gcc.dg/vect/pr33953.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/pr33953.c	(revision 142374)
+++ gcc/testsuite/gcc.dg/vect/pr33953.c	(working copy)
@@ -28,8 +28,10 @@
    }
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail vect_no_align } } } */
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" { xfail vect_no_align } } } */
+/* Both of the dump scans fail for powerpc, where they were fixed on
+   mainline with r133051.  */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail { vect_no_align || powerpc*-*-* } } } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" { xfail { vect_no_align || powerpc*-*-* } } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */
 
 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]