Re: [PATCH 2/2] Do not follow zero edges in cycle detection (PR gcov-profile/90380).

2019-05-10 Thread Martin Liška
f the patch that was confirmed by the reported that works fine. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Thanks, Martin >From 028e216cb182d2f0e114d7838bb1f1c7f1102e85 Mon Sep 17 00:00:00 2001 From: marxin Date: Thu, 9 May 2019 10:12:42 +0200 Subject: [PATCH 2/2] Do not fol

[PATCH 2/2] Do not follow zero edges in cycle detection (PR gcov-profile/90380).

2019-05-09 Thread marxin
gcc/ChangeLog: 2019-05-09 Martin Liska * gcov.c (circuit): Ignore zero count arcs. --- gcc/gcov.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/gcov.c b/gcc/gcov.c index 6bcd2b23748..f409d67e12c 100644 --- a/gcc/gcov.c +++ b/gcc/gcov.c @@ -742,7