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]

[gomp] Add missing cleanup-tree-dump in block-0.C


Hi!

I've committed this as obvious:

2005-10-29  Jakub Jelinek  <jakub@redhat.com>

	* g++.dg/gomp/block-0.C: Add missing cleanup-tree-dump.

--- gcc/testsuite/g++.dg/gomp/block-0.C.jj	2005-10-28 22:58:24.000000000 +0200
+++ gcc/testsuite/g++.dg/gomp/block-0.C	2005-10-29 11:21:42.000000000 +0200
@@ -30,3 +30,4 @@ void foo()
 }
 
 // { dg-final { scan-tree-dump-times "terminate" 8 "omplower" } }
+// { dg-final { cleanup-tree-dump "omplower" } }

	Jakub


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