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
This commit is contained in:
parent
a8ea16c5d4
commit
7c324b07c6
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
* gcc.c-torture/execute/pr28289.c (one): New variable.
|
||||
|
|
|
@ -35,9 +35,9 @@
|
|||
stop
|
||||
end
|
||||
|
||||
! { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { xfail { lp64 } } } }
|
||||
! { 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 "Vectorizing an unaligned access" 2 "vect" { xfail { vect_no_align || 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 } } } }
|
||||
! { 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 } } } }
|
||||
|
||||
! We also expect to vectorize one loop for lp64 targets that support
|
||||
|
|
Loading…
Add table
Reference in a new issue