diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-28 21:40:14 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-28 21:40:14 +0000 |
commit | 1e2f6f3248337c9e4de47646e9684ab4f16f7197 (patch) | |
tree | 219373af06c421f6927ec14160c2c55896ff44b9 | |
parent | db781a8f9274616995ac8e39596832ac563abd92 (diff) | |
download | gcc-1e2f6f3248337c9e4de47646e9684ab4f16f7197.tar.gz |
* gcc.dg/tree-prof/update-loopch.c: Fix thinkos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102520 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-prof/update-loopch.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 614a8b8229c..f45371dd8a6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-07-28 Jan Hubicka <jh@suse.cz> + + * gcc.dg/tree-prof/update-loopch.c: Fix thinkos. + 2005-07-28 Mark Mitchell <mark@codesourcery.com> PR c++/22545 diff --git a/gcc/testsuite/gcc.dg/tree-prof/update-loopch.c b/gcc/testsuite/gcc.dg/tree-prof/update-loopch.c index 1e5ccaa1021..b132e5ab7fc 100644 --- a/gcc/testsuite/gcc.dg/tree-prof/update-loopch.c +++ b/gcc/testsuite/gcc.dg/tree-prof/update-loopch.c @@ -1,4 +1,4 @@ -/* { dg-options "-O2 -fdump-tree_profile -fdump-tree-optimized" } */ +/* { dg-options "-O2 -fdump-tree-tree_profile-blocks -fdump-tree-optimized-blocks" } */ int max = 33333; int a[8]; int @@ -14,7 +14,7 @@ main () /* Loop header copying will peel away the initial conditional, so the loop body is once reached directly from entry point of function, rest via loopback edge. */ -/* { dg-final-use { scan-tree-dump-not "count:33333" "tree_profile"} } */ +/* { dg-final-use { scan-tree-dump "count:33333" "tree_profile"} } */ /* { dg-final-use { scan-tree-dump "count:33332" "optimized"} } */ /* { dg-final-use { scan-tree-dump-not "Invalid sum" "optimized"} } */ /* { dg-final-use { cleanup-tree-dump "tree_profile" } } */ |