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
This commit is contained in:
Michael Matz 2009-07-29 14:41:38 +00:00 committed by Michael Matz
parent 0244b03f86
commit 50fc913551
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -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" } } */