diff options
author | David Billinghurst <David.Billinghurst@riotinto.com> | 2005-05-03 00:16:52 +0000 |
---|---|---|
committer | David Billinghurst <billingd@gcc.gnu.org> | 2005-05-03 00:16:52 +0000 |
commit | 59dc66ec8df862cf6fea993e907d09981d70a714 (patch) | |
tree | 20282fef4c95f8442d8a54f18466c5d6fa6c3a21 /gcc/testsuite/gfortran.dg/vect/vect-3.f90 | |
parent | 230215f5b56eb906caa4bbec7e69b1ba2d961cda (diff) | |
download | gcc-59dc66ec8df862cf6fea993e907d09981d70a714.tar.gz |
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
Diffstat (limited to 'gcc/testsuite/gfortran.dg/vect/vect-3.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/vect/vect-3.f90 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/vect/vect-3.f90 b/gcc/testsuite/gfortran.dg/vect/vect-3.f90 index 26b9c79f642..b899a79ba8a 100644 --- a/gcc/testsuite/gfortran.dg/vect/vect-3.f90 +++ b/gcc/testsuite/gfortran.dg/vect/vect-3.f90 @@ -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" } } |