]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
vect-37.c: Restore the original behaivior - xfail to vectorize.
authorIra Rosen <irar@il.ibm.com>
Wed, 31 Jan 2007 13:42:00 +0000 (13:42 +0000)
committerIra Rosen <irar@gcc.gnu.org>
Wed, 31 Jan 2007 13:42:00 +0000 (13:42 +0000)
* gcc.dg/vect/vect-37.c: Restore the original behaivior - xfail to
vectorize.

From-SVN: r121420

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

index 97bf5f17fcad1414902591670a1916ff221452b6..355354151e9b3810e5b25129ce97f3f050154a4f 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-31  Ira Rosen  <irar@il.ibm.com> 
+
+       * gcc.dg/vect/vect-37.c: Restore the original behaivior - xfail to
+       vectorize.
+
 2007-01-31  Uros Bizjak  <ubizjak@gmail.com>
 
        * gcc.dg/builtins-63.c: New test.
index 8bd125a862a13bc060a6b4390c6af74167bf0520..e54e0c5166c3c30224845eace518fec66178cd56 100644 (file)
@@ -53,5 +53,9 @@ int main (void)
   return main1 (x);
 } 
 
-/* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" } } */
+/* Currently the loops fail to vectorize due to aliasing problems.
+   If/when the aliasing problems are resolved, unalignment may
+   prevent vectorization on some targets.  */
+/* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "can't determine dependence between" 2 "vect" } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */