Hi,
the test doesn't pass on SPARC because of unaligned objects.
Tested on x86/Linux and SPARC/Solaris, OK for the mainline?
2013-12-09 Eric Botcazou <ebotca...@adacore.com>
* gcc.dg/vect/pr58508.c: XFAIL for vect_no_align.
--
Eric Botcazou
Index: gcc.dg/vect/pr58508.c
===================================================================
--- gcc.dg/vect/pr58508.c (revision 205774)
+++ gcc.dg/vect/pr58508.c (working copy)
@@ -66,5 +66,5 @@ void test5 (int* a, int* b)
}
}
-/* { dg-final { scan-tree-dump-times "hoist" 8 "vect" } } */
+/* { dg-final { scan-tree-dump-times "hoist" 8 "vect" { xfail vect_no_align } } } */
/* { dg-final { cleanup-tree-dump "vect" } } */