Commit d5100781 by Richard Henderson Committed by Richard Henderson

vect-22.c: Require vect_float.

        * gcc.dg/vect/vect-22.c: Require vect_float.
        * gcc.dg/vect/vect-91.c: XFAIL if vect_no_int_add.

From-SVN: r104469
parent 070a7956
2005-09-20 Richard Henderson <rth@redhat.com>
* gcc.dg/vect/vect-22.c: Require vect_float.
* gcc.dg/vect/vect-91.c: XFAIL if vect_no_int_add.
2005-09-20 Joseph S. Myers <joseph@codesourcery.com>
* g++.dg/cpp/ucnid-1.C, g++.dg/cpp/normalize-1.C,
/* { dg-require-effective-target vect_int } */
/* { dg-require-effective-target vect_float } */
#include <stdarg.h>
#include "tree-vect.h"
......
......@@ -57,7 +57,7 @@ main3 ()
return 0;
}
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 3 "vect" } } */
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 3 "vect" { xfail vect_no_int_add } } } */
/* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 0 "vect" } } */
/* { dg-final { scan-tree-dump-times "accesses have the same alignment." 3 "vect" } } */
/* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 3 "vect" } } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment