From: Torvald Riegel Date: Mon, 14 Nov 2011 21:06:15 +0000 (+0000) Subject: Trivial: add cleanup-tree-dump in testcase, fix typo in comment. X-Git-Tag: releases/gcc-4.7.0~2190 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f5623b20c1e333cb58f928dfcde0079dfb264b3;p=thirdparty%2Fgcc.git Trivial: add cleanup-tree-dump in testcase, fix typo in comment. gcc/testsuite: * g++.dg/tm/template-1.C: Add cleanup-tree-dump. Fix typo in comment. From-SVN: r181366 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f0acdf79c005..bafb8e5080b7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-11-14 Torvald Riegel + + * g++.dg/tm/template-1.C: Add cleanup-tree-dump. Fix typo in comment. + 2011-11-14 Uros Bizjak * gcc.target/i386/avx-recip-vec.c: New test. diff --git a/gcc/testsuite/g++.dg/tm/template-1.C b/gcc/testsuite/g++.dg/tm/template-1.C index b93828a1dc3b..cb6bb382fe3e 100644 --- a/gcc/testsuite/g++.dg/tm/template-1.C +++ b/gcc/testsuite/g++.dg/tm/template-1.C @@ -30,6 +30,7 @@ int f1() return foo() + bar(); } -/* 4 transactions overall, two of the write to global: */ +/* 4 transactions overall, two of them write to global: */ /* { dg-final { scan-tree-dump-times "ITM_RU4\\s*\\(&global" 4 "tmmark" } } */ /* { dg-final { scan-tree-dump-times "ITM_WU4\\s*\\(&global" 2 "tmmark" } } */ +/* { dg-final { cleanup-tree-dump "tmmark" } } */