From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ECD9D384E23E; Thu, 15 Dec 2022 10:59:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ECD9D384E23E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671101967; bh=jEiQkAAxtyGAgfpshaWjG9wF+QmhYv6cp/iGirrUPIw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XsFutxjehtV777M08L/R7I/CcED3l5OUgQsZFpoku8Y5wGZis0K7Wp5w9rWfsAwyZ gbvJ+oXw7/uLyjTQwhh02bN+ILOQCrTpk/Ewi7P8CEooJXrSrrJdiBHZavmk493OZ6 TzfJy2LV2mvIdhptYz5qNgAu9wo9jEzrMHW6tlyE= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/107537] gcov skips throw/fallthrough annotations for 'never executed' branches Date: Thu, 15 Dec 2022 10:59:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: gcov-profile X-Bugzilla-Version: 11.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107537 --- Comment #5 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:c263c3eba8953c341cd8ac2d0a5f2b8f38623016 commit r13-4715-gc263c3eba8953c341cd8ac2d0a5f2b8f38623016 Author: Spacetown Date: Sun Dec 4 21:03:34 2022 +0100 gcov: annotate uncovered branches [PR107537] PR gcov-profile/107537 gcc/ChangeLog: * gcov.cc (output_branch_count): Add annotation '(fallthrough)' or '(throw)' also to uncovered branches. Signed-off-by: Michael F=C3=B6rderer =