This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Clean up testsuite/gfortran.dg/vect files


I will commit the following patch as obvious once a full build/test 
cycle is complete.  Tested on i686-pc-cygwin.

2005-05-02  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

--- vect-1.f90  29 Mar 2005 16:10:22 -0000      1.2
+++ vect-1.f90  1 May 2005 23:51:45 -0000
@@ -8,3 +8,4 @@
 END
 
 ! { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" } }
+! { dg-final { cleanup-tree-dump "vect" } }

--- vect-2.f90  29 Mar 2005 16:10:22 -0000      1.2
+++ vect-2.f90  1 May 2005 23:51:45 -0000
@@ -11,3 +11,4 @@
 ! { 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" } }

--- vect-3.f90  29 Mar 2005 16:10:22 -0000      1.2
+++ vect-3.f90  1 May 2005 23:51:45 -0000
@@ -10,3 +10,4 @@
 ! { 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" } }

--- vect-4.f90  29 Mar 2005 16:10:22 -0000      1.2
+++ vect-4.f90  1 May 2005 23:51:45 -0000
@@ -11,3 +11,4 @@
 ! { 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" } }
I

--- vect-5.f90  6 Apr 2005 08:05:45 -0000       1.2
+++ vect-5.f90  1 May 2005 23:51:45 -0000
@@ -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" } }


NOTICE
This e-mail and any attachments are private and confidential and may contain privileged information. If you are not an authorised recipient, the copying or distribution of this e-mail and any attachments is prohibited and you must not read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]