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]: Committed: Remove a couple of leftover dump files from test directory


Hello!

gcc-dg/sms-2.c forgot to remove its generated RTL dump and gcc.dg/tree-prof/tracer-1.c dump file was re-generated in the profile-use step.

Attached patch fixes these issues. Patch was tested on x86_64-pc-linux-gnu and is committed to SVN.

2007-10-24 Uros Bizjak <ubizjak@gmail.com>

       * gcc.dg/sms-2.c: Cleanup sms dump file.
       * gcc.dg/tree-prof/tracer-1.c: Cleanup tracer dump file after
       the profile-use step.

Uros.
Index: gcc.dg/sms-2.c
===================================================================
--- gcc.dg/sms-2.c	(revision 129604)
+++ gcc.dg/sms-2.c	(working copy)
@@ -32,3 +32,5 @@
 	  sy = 0;
       }
 }
+
+/* { dg-final { cleanup-rtl-dump "sms" } } */
Index: gcc.dg/tree-prof/tracer-1.c
===================================================================
--- gcc.dg/tree-prof/tracer-1.c	(revision 129604)
+++ gcc.dg/tree-prof/tracer-1.c	(working copy)
@@ -15,4 +15,4 @@
 }
 /* Superblock formation should produce two copies of the increment of c */
 /* { dg-final-generate { scan-tree-dump-times "goto <bb 6>;" 2 "tracer" } } */
-/* { dg-final-generate { cleanup-tree-dump "tracer" } } */
+/* { dg-final-use { cleanup-tree-dump "tracer" } } */

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