re PR fortran/31561 (FAIL: gfortran.dg/vect/vect-4.f90)

PR fortran/31561
	* gfortran.dg/vect/vect-4.f90: xfail on vect_no_align targets.

From-SVN: r123817
This commit is contained in:
Francois-Xavier Coudert 2007-04-14 17:09:41 +00:00 committed by François-Xavier Coudert
parent 587024cfd4
commit f290cdf924
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-04-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/31561
* gfortran.dg/vect/vect-4.f90: xfail on vect_no_align targets.
2007-04-14 Paul Thomas <pault@gcc.gnu.org>
PR fortran/29507

View File

@ -10,7 +10,7 @@ Y = Y + A * X
END
! { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } }
! { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" } }
! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 1 "vect" } }
! { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail vect_no_align } } }
! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 1 "vect" { xfail vect_no_align } } }
! { dg-final { scan-tree-dump-times "accesses have the same alignment." 1 "vect" } }
! { dg-final { cleanup-tree-dump "vect" } }