------- Comment #1 from hjl dot tools at gmail dot com  2008-04-24 12:45 -------
Revision 134540 adds a new line which fails on Linux/x86:

Index: gcc.dg/vect/vect-vfa-slp.c
===================================================================
--- gcc.dg/vect/vect-vfa-slp.c  (revision 134500)
+++ gcc.dg/vect/vect-vfa-slp.c  (working copy)
@@ -52,5 +52,6 @@ main (void)
   return 0;
 } 

-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect"  } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect"  { xfail
vect_no_align } } } */
+/* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2
"vect" { xfail vect_no_align } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.4 Regression]: FAIL:     |[4.4 Regression]: FAIL:
                   |gcc.dg/vect/vect-vfa-slp.c  |gcc.dg/vect/vect-vfa-slp.c


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36035

Reply via email to