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:
parent
0244b03f86
commit
50fc913551
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue