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] testsuite cleanup 4 of 9


I just submitted a patch to add proc 'cleanup-rtl-dump' for use with
dg-final.  This patch uses that new functionality in a test that
currently leaves generated RTL dumps in the build's gcc/testsuite
directory.

If final testing of my set of nine testsuite cleanup patches shows no
problems, I'll check this in on mainline.

2005-03-04  Janis Johnson  <janis187@us.ibm.com>

	* g++.dg/other/static11.C: Use cleanup-rtl-dump.

Index: gcc/testsuite/g++.dg/other/static11.C
===================================================================
RCS file: /opt/gcc-cvs/gcc/gcc/testsuite/g++.dg/other/static11.C,v
retrieving revision 1.1
diff -u -p -r1.1 static11.C
--- gcc/testsuite/g++.dg/other/static11.C	31 Mar 2002 15:49:29 -0000	1.1
+++ gcc/testsuite/g++.dg/other/static11.C	3 Mar 2005 22:07:30 -0000
@@ -30,3 +30,5 @@ int main()
   C<int> c;
   return r;
 }
+
+// { dg-final { cleanup-rtl-dump "*" } }


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