Commit f290cdf9 by Francois-Xavier Coudert Committed by François-Xavier Coudert

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
parent 587024cf
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
......@@ -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" } }
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