Commit 5a61d4fe by Dorit Nuzman Committed by Dorit Nuzman

vect-5.f90: Fix dg-final test.

2007-05-01  Dorit Nuzman  <dorit@il.ibm.com>

        * gfortran.dg/vect/vect-5.f90: Fix dg-final test.

From-SVN: r124316
parent 01c104ef
2007-05-01 Dorit Nuzman <dorit@il.ibm.com>
PR testsuite/31615
* gfortran.dg/vect/vect-5.f90: Fix dg-final test.
2007-05-01 Dorit Nuzman <dorit@il.ibm.com>
PR testsuite/31589
* gcc.dg/vect/vect-iv-9.c: Added vect_int_mult target keyword to
dg-final test.
......@@ -38,7 +38,7 @@
! { 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" { 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 "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." 2 "vect" { target { ilp32 && vect_no_align } } } }
! We also expect to vectorize one loop for lp64 targets that support
! misaligned access:
......
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