summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/gomp
diff options
context:
space:
mode:
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-08 00:06:12 +0000
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-08 00:06:12 +0000
commitffc332671e3acb9d8fcef0d8dd701211fffd7b0d (patch)
tree9e4792a3eb8cf63c257ffcb0f4027cd4e5c153d8 /gcc/testsuite/gcc.dg/gomp
parent6c47e47db58a72fa83ef6628e00b0ef520d5bb6e (diff)
downloadgcc-ffc332671e3acb9d8fcef0d8dd701211fffd7b0d.tar.gz
PR testsuite/26159
* gcc.dg/gomp/critical-3.c: Call cleanup-tree-dump. * gcc.dg/tree-ssa/pr23382.c: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110729 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/gomp')
-rw-r--r--gcc/testsuite/gcc.dg/gomp/critical-3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/gomp/critical-3.c b/gcc/testsuite/gcc.dg/gomp/critical-3.c
index 6726e6a03d4..c0046f57139 100644
--- a/gcc/testsuite/gcc.dg/gomp/critical-3.c
+++ b/gcc/testsuite/gcc.dg/gomp/critical-3.c
@@ -9,3 +9,4 @@ void foo(void)
}
// { dg-final { scan-tree-dump-times "\\&\\.gomp_critical_user_xyzzy" 2 "ompexp" } }
+// { dg-final { cleanup-tree-dump "ompexp" } }