Commit a49d6234 by Janis Johnson Committed by Janis Johnson

re PR testsuite/26159 (pr23382.c and critical-3.c don't cleanup after themselves)

	PR testsuite/26159
	* gcc.dg/gomp/critical-3.c: Call cleanup-tree-dump.
	* gcc.dg/tree-ssa/pr23382.c: Ditto.

From-SVN: r110729
parent 43ff4e9a
2006-02-07 Janis Johnson <janis187@us.ibm.com>
PR testsuite/26159
* gcc.dg/gomp/critical-3.c: Call cleanup-tree-dump.
* gcc.dg/tree-ssa/pr23382.c: Ditto.
2006-02-07 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de> 2006-02-07 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/25577 PR fortran/25577
...@@ -9,3 +9,4 @@ void foo(void) ...@@ -9,3 +9,4 @@ void foo(void)
} }
// { dg-final { scan-tree-dump-times "\\&\\.gomp_critical_user_xyzzy" 2 "ompexp" } } // { dg-final { scan-tree-dump-times "\\&\\.gomp_critical_user_xyzzy" 2 "ompexp" } }
// { dg-final { cleanup-tree-dump "ompexp" } }
...@@ -22,3 +22,4 @@ void f(void) ...@@ -22,3 +22,4 @@ void f(void)
/* { dg-final { cleanup-tree-dump "alias3" } } */ /* { dg-final { cleanup-tree-dump "alias3" } } */
/* { dg-final { cleanup-tree-dump "alias4" } } */ /* { dg-final { cleanup-tree-dump "alias4" } } */
/* { dg-final { cleanup-tree-dump "alias5" } } */ /* { dg-final { cleanup-tree-dump "alias5" } } */
/* { dg-final { cleanup-tree-dump "alias6" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment