summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.misc-tests
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2005-08-03 22:10:54 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2005-08-03 22:10:54 +0000
commitb5f162df408737448da5b842c30688444b53737a (patch)
treefcee55b5f24d9dfb6674c4dbf7fa3c50e5dfb709 /gcc/testsuite/gcc.misc-tests
parent26be63dd68356c753b81c031a1fb373cc2fa932e (diff)
downloadgcc-b5f162df408737448da5b842c30688444b53737a.tar.gz
* profile.c (branch_prob): Split edges with goto locus on them
to get proper line counts. * tree-cfg.c (make_cond_expr_edges): Record user goto locuses, if any. * gcov-1.C: Fix switch counts. * gcov-4b.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102717 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests')
-rw-r--r--gcc/testsuite/gcc.misc-tests/gcov-4b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.misc-tests/gcov-4b.c b/gcc/testsuite/gcc.misc-tests/gcov-4b.c
index 7653c5897ad..da98749f719 100644
--- a/gcc/testsuite/gcc.misc-tests/gcov-4b.c
+++ b/gcc/testsuite/gcc.misc-tests/gcov-4b.c
@@ -207,7 +207,7 @@ test_switch (int i, int j)
{
int result = 0;
- switch (i) /* branch(80 25) */
+ switch (i) /* branch(20 0 60 20) */
/* branch(end) */
{
case 1: