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 some testsuite/gcc.dg/vect files


I will commit the following patch as obvious once a full build/test 
cycle is complete.  It deletes some testsuite .vect files.

Tested on i686-pc-cygwin.

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

	* gcc.dg/vect/pr20122.c:  Clean up .vect file.
	* gcc.dg/vect/vect-92.c: Likewise
	* gcc.dg/vect/vect-93.c: Likewise
	* gcc.dg/vect/vect-dv-1.c: Likewise
	* gcc.dg/vect/vect-dv-2.c: Likewise
	* gcc.dg/vect/vect-ifcvt-10.c: Likewise

Index: pr20122.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/vect/pr20122.c,v
retrieving revision 1.1
diff -u -r1.1 pr20122.c
--- pr20122.c   8 Mar 2005 11:12:00 -0000       1.1
+++ pr20122.c   2 May 2005 00:14:19 -0000
@@ -35,4 +35,4 @@
 
 
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 2 "vect" } } */
-
+/* { dg-final { cleanup-tree-dump "vect" } } */
Index: vect-92.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/vect/vect-92.c,v
retrieving revision 1.2
diff -u -r1.2 vect-92.c
--- vect-92.c   15 Mar 2005 18:33:09 -0000      1.2
+++ vect-92.c   2 May 2005 00:14:19 -0000
@@ -88,3 +88,4 @@
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 3 "vect" } } */
 /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 0 "vect" } } */
 /* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 3 "vect" } } */
+/* { dg-final { cleanup-tree-dump "vect" } } */
Index: vect-93.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/vect/vect-93.c,v
retrieving revision 1.2
diff -u -r1.2 vect-93.c
--- vect-93.c   15 Mar 2005 18:33:09 -0000      1.2
+++ vect-93.c   2 May 2005 00:14:19 -0000
@@ -74,3 +74,4 @@
 /* in main */
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail vect_no_align } } } */
 /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 1 "vect" { xfail vect_no_align } } } */
+/* { dg-final { cleanup-tree-dump "vect" } } */
Index: vect-dv-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/vect/vect-dv-1.c,v
retrieving revision 1.2
diff -u -r1.2 vect-dv-1.c
--- vect-dv-1.c 12 Apr 2005 01:35:54 -0000      1.2
+++ vect-dv-1.c 2 May 2005 00:14:19 -0000
@@ -19,4 +19,4 @@
        x[j-63]=x[j-3]-x[j];
       }
 }
-
+/* { dg-final { cleanup-tree-dump "vect" } } */
Index: vect-dv-2.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/vect/vect-dv-2.c,v
retrieving revision 1.1
diff -u -r1.1 vect-dv-2.c
--- vect-dv-2.c 12 Apr 2005 01:35:54 -0000      1.1
+++ vect-dv-2.c 2 May 2005 00:14:19 -0000
@@ -71,3 +71,4 @@
 
 
 /* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { xfail vect_no_align } } } */
+/* { dg-final { cleanup-tree-dump "vect" } } */
Index: vect-ifcvt-10.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/vect/vect-ifcvt-10.c,v
retrieving revision 1.1
diff -u -r1.1 vect-ifcvt-10.c
--- vect-ifcvt-10.c     29 Apr 2005 16:10:12 -0000      1.1
+++ vect-ifcvt-10.c     2 May 2005 00:14:19 -0000
@@ -9,3 +9,4 @@
       x = v[i];
   return x;
 }
+/* { 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]