Commit 59dc66ec by David Billinghurst Committed by David Billinghurst

vect-1.f90: Clean up .vect file.

2005-05-03  David Billinghurst  <David.Billinghurst@riotinto.com>

	* gfortran.dg/vect/vect-1.f90: Clean up .vect file.
	* gfortran.dg/vect/vect-2.f90: Likewise
	* gfortran.dg/vect/vect-3.f90: Likewise
	* gfortran.dg/vect/vect-4.f90: Likewise
	* gfortran.dg/vect/vect-5.f90: Likewise

From-SVN: r99131
parent 230215f5
2005-05-03 David Billinghurst <David.Billinghurst@riotinto.com>
* gfortran.dg/vect/vect-1.f90: Clean up .vect file.
* gfortran.dg/vect/vect-2.f90: Likewise
* gfortran.dg/vect/vect-3.f90: Likewise
* gfortran.dg/vect/vect-4.f90: Likewise
* gfortran.dg/vect/vect-5.f90: Likewise
2005-05-02 Geoffrey Keating <geoffk@apple.com>
PR target/20813
......
......@@ -8,3 +8,4 @@ PRINT*, C(500000)
END
! { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" } }
! { dg-final { cleanup-tree-dump "vect" } }
......@@ -11,3 +11,4 @@ END
! { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" { xfail vect_no_align } } }
! { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 3 "vect" { xfail vect_no_align } } }
! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { xfail vect_no_align } } }
! { dg-final { cleanup-tree-dump "vect" } }
......@@ -10,3 +10,4 @@ END
! { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail *-*-* } } }
! { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail *-*-* } } }
! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { xfail *-*-* } } }
! { dg-final { cleanup-tree-dump "vect" } }
......@@ -11,3 +11,4 @@ END
! { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail *-*-* } } }
! { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail *-*-* } } }
! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { xfail *-*-* } } }
! { dg-final { cleanup-tree-dump "vect" } }
......@@ -46,3 +46,5 @@
! scan-tree-dump-times "Vectorizing an unaligned access" 1 "vect" { target { lp64 && !vect_no_align } }
! but we currently can't combine logical operators. (Could define
! a keyword for "not_vect_no_align" if desired).
! { 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