Commit 50fc9135 by Michael Matz Committed by Michael Matz

re PR middle-end/40830 (gcc.dg/vect/vect-pre-interact.c doesn't work on Linux/ia32)

PR middle-end/40830
* gcc.dg/vect/vect-pre-interact.c: XFAIL for no_align targets.

From-SVN: r150215
parent 0244b03f
2009-07-29 Michael Matz <matz@suse.de>
PR middle-end/40830
* gcc.dg/vect/vect-pre-interact.c: XFAIL for no_align targets.
2009-07-28 Kaz Kojima <kkojima@gcc.gnu.org>
* gfortran.dg/maxlocval_2.f90: Add -mieee for alpha*-*-* and
......
......@@ -12,5 +12,5 @@ void foo (void)
res[i] = data[i] + data[i + 1];
}
/* { 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 { cleanup-tree-dump "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