On 02/27/2013 09:29 AM, Julian Brown wrote:
> Index: gcc/testsuite/gcc.dg/vect/slp-cond-3.c
> ===================================================================
> --- gcc/testsuite/gcc.dg/vect/slp-cond-3.c (revision 196170)
> +++ gcc/testsuite/gcc.dg/vect/slp-cond-3.c (working copy)
> @@ -79,6 +79,6 @@ int main ()
> return 0;
> }
>
> -/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect"
> } } */
> +/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect"
> { xfail { ! vect_unpack } } } } */
> /* { dg-final { cleanup-tree-dump "vect" } } */
>
If this and other modified checks only fail for ARM big-endian then they
should check for that so they don't XPASS for other targets. It's also
possible now to do things like { target vect_blah xfail arm_big_endian },
which might be useful for some tests.
Janis