* gcc.dg/vect/pr71264.c: XFAIL on SPARC.
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 27 Oct 2016 21:02:25 +0000 (21:02 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 27 Oct 2016 21:02:25 +0000 (21:02 +0000)
From-SVN: r241634

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/pr71264.c

index f2a0a2f7f71e183da5795d332a63fbb708f0b1b9..e3c8b63ea0ac467f4c810ed8e0fc02c36fe8d3d4 100644 (file)
@@ -1,3 +1,7 @@
+2016-10-27  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/vect/pr71264.c: XFAIL on SPARC.
+
 2016-10-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
 
        * gcc.target/powerpc/vsx-simode.c: New test.
index 4f6381e323a8eda152958e3888a298512a35d9cf..ebee338356e4f8217d76dc1883212826dace6c3d 100644 (file)
@@ -17,4 +17,5 @@ void test(uint8_t *ptr, uint8_t *mask)
     }
 }
 
-/* { dg-final { scan-tree-dump "vectorized 1 loops in function" "vect" } } */
+/* { dg-final { scan-tree-dump "vectorized 1 loops in function" "vect" { 
+xfail sparc*-*-* } } } */