* gcc.dg/vect/vect-21.c: Expect the loops to get vectorized on
authorirar <irar@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Oct 2011 08:40:14 +0000 (08:40 +0000)
committerirar <irar@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Oct 2011 08:40:14 +0000 (08:40 +0000)
        targets that support vector condition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180076 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/vect-21.c

index b57eda1..496d661 100644 (file)
@@ -1,3 +1,8 @@
+2011-10-17  Ira Rosen  <ira.rosen@linaro.org>
+
+       * gcc.dg/vect/vect-21.c: Expect the loops to get vectorized on
+       targets that support vector condition.
+
 2011-10-16  Janus Weil  <janus@gcc.gnu.org>
 
        PR fortran/47023
index 7a57506..28fc72a 100644 (file)
@@ -123,7 +123,7 @@ int main (void)
   return main1 ();
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" { target vect_condition } } } */
 /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 0 "vect" } } */
 
 /* { dg-final { cleanup-tree-dump "vect" } } */