https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91601
--- Comment #11 from Martin Liška <marxin at gcc dot gnu.org> --- Author: marxin Date: Mon Sep 2 08:58:17 2019 New Revision: 275301 URL: https://gcc.gnu.org/viewcvs?rev=275301&root=gcc&view=rev Log: Backport r275291 2019-09-02 Martin Liska <mli...@suse.cz> Backport from mainline 2019-09-02 Martin Liska <mli...@suse.cz> PR gcov-profile/91601 * gcov.c (path_contains_zero_cycle_arc): Rename to ... (path_contains_zero_or_negative_cycle_arc): ... this and handle also negative edges. (circuit): Handle also negative edges as they can happen in some situations. Modified: branches/gcc-9-branch/gcc/ChangeLog branches/gcc-9-branch/gcc/gcov.c