[PATCH] gcc.dg/vect/vect-77a.c: xfail for lp64

Janis Johnson janis187@us.ibm.com
Tue Dec 21 18:10:00 GMT 2004


This patch changes the xfail list for an autovectorization test to "lp64"
instead of listing specific targets; the test fails on powerpc64-linux
with -m64 but not with -m32.

Dorit, is this correct?

2004-12-21  Janis Johnson  <janis187@us.ibm.com>

	* gcc.dg/vect/vect-77a.c: Use effective target in xfail list.

Index: gcc/testsuite/gcc.dg/vect/vect-77a.c
===================================================================
RCS file: /opt/gcc-cvs/gcc/gcc/testsuite/gcc.dg/vect/vect-77a.c,v
retrieving revision 1.4
diff -u -p -r1.4 vect-77a.c
--- gcc/testsuite/gcc.dg/vect/vect-77a.c	23 Nov 2004 22:03:31 -0000	1.4
+++ gcc/testsuite/gcc.dg/vect/vect-77a.c	20 Dec 2004 23:48:35 -0000
@@ -40,7 +40,4 @@ int main (void)
   return 0;
 }
 
-
-/* This fails to vectorize for 64-bit powerpc but there's no way to
-   specify that in an xfail list.  */
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail sparc*-*-* alpha*-*-* } } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail lp64 } } } */



More information about the Gcc-patches mailing list