[patch, vectorizer] Fix PR tree-optimization/36493
Ira Rosen
IRAR@il.ibm.com
Sun Jun 29 08:08:00 GMT 2008
"Joseph S. Myers" <joseph@codesourcery.com> wrote on 28/06/2008 19:43:03:
> FAIL: gcc.dg/vect/pr36493.c scan-tree-dump-times vect "vectorized 1
loops" 1
>
> appears for some targets such as powerpc64-linux-gnu (-m64) on both trunk
> and 4.3 branch. My guess would be that this test should be using
> vect_long instead of vect_int.
Committed as obvious to trunk and 4.3 branch.
Thanks,
Ira
Index: testsuite/gcc.dg/vect/pr36493.c
===================================================================
--- testsuite/gcc.dg/vect/pr36493.c (revision 137246)
+++ testsuite/gcc.dg/vect/pr36493.c (working copy)
@@ -1,4 +1,4 @@
-/* { dg-require-effective-target vect_int } */
+/* { dg-require-effective-target vect_long } */
#include "tree-vect.h"
Index: testsuite/ChangeLog
===================================================================
--- testsuite/ChangeLog (revision 137246)
+++ testsuite/ChangeLog (working copy)
@@ -1,3 +1,7 @@
+2008-06-29 Ira Rosen <irar@il.ibm.com>
+
+ * gcc.dg/vect/pr36493.c: Require vect_long.
+
2008-06-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>.
More information about the Gcc-patches
mailing list