Commit 7c324b07 by Jack Howarth Committed by Jerry DeLisle

vect-5.f90: Don't xfail lp64.

2006-09-19  Jack Howarth  <howarth@bromo.med.uc.edu>

	* gfortran.dg/vect/vect-5.f90: Don't xfail lp64.

From-SVN: r117072
parent a8ea16c5
2006-09-19 Jack Howarth <howarth@bromo.med.uc.edu>
* gfortran.dg/vect/vect-5.f90: Don't xfail lp64.
2006-09-19 Richard Sandiford <richard@codesourcery.com> 2006-09-19 Richard Sandiford <richard@codesourcery.com>
* gcc.c-torture/execute/pr28289.c (one): New variable. * gcc.c-torture/execute/pr28289.c (one): New variable.
...@@ -35,9 +35,9 @@ ...@@ -35,9 +35,9 @@
stop stop
end end
! { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { xfail { lp64 } } } } ! { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" } }
! { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail { vect_no_align || lp64 } } } } ! { 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" 2 "vect" { xfail { vect_no_align || lp64 } } } } ! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { xfail { vect_no_align } } } }
! { dg-final { scan-tree-dump-times "Alignment of access forced using versioning." 3 "vect" { target { ilp32 && vect_no_align } } } } ! { dg-final { scan-tree-dump-times "Alignment of access forced using versioning." 3 "vect" { target { ilp32 && vect_no_align } } } }
! We also expect to vectorize one loop for lp64 targets that support ! We also expect to vectorize one loop for lp64 targets that support
......
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