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]: Remove a couple of leftover dump files.


Hello!

2008-03-20  Uros Bizjak  <ubizjak@gmail.com>

	* gcc.dg/gomp/pr34692.c: Cleanup gimple dump file.
	* gcc.dg/tree-ssa/ssa-lim-3.c: Remove -fdump-tree-optimized
	from dg-options.

Patch was teste on i686-pc-linux-gnu, committed to mainline.

Uros.

Index: gcc.dg/gomp/pr34692.c
===================================================================
--- gcc.dg/gomp/pr34692.c       (revision 133373)
+++ gcc.dg/gomp/pr34692.c       (working copy)
@@ -24,3 +24,5 @@
 cde f g h);
   }
 }
+
+/* { dg-final { cleanup-tree-dump "gimple" } } */
Index: gcc.dg/tree-ssa/ssa-lim-3.c
===================================================================
--- gcc.dg/tree-ssa/ssa-lim-3.c (revision 133373)
+++ gcc.dg/tree-ssa/ssa-lim-3.c (working copy)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O -fdump-tree-lim-details -fdump-tree-optimized" } */
+/* { dg-options "-O -fdump-tree-lim-details" } */

 struct { int x; int y; } global;
 void foo(int n)


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