From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D3E743850B13; Wed, 14 Dec 2022 20:06:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D3E743850B13 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671048368; bh=5Y/p0IykJtE27VQbC0pkjERvAnrb8cNEZjWqf3Cv/5M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pLCj7C/a24ERZjSSr+3WFhTVq4vkAtBhdaZ0U7MVLbphyjs5qBBDFLpmstB7TUe2I VTZcMCrLMPIk/j5F7Eg8qRSG9tOrDN4dGm07cWNcRdIPRbHSOw7A1wdPyQSQJGAgBC uCYhmoQO1UcBXdn2Djmzu5/BM4mFLAdXbyShBKQ0= From: "michael.foerderer at gmx dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/107537] gcov skips throw/fallthrough annotations for 'never executed' branches Date: Wed, 14 Dec 2022 20:06:08 +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: michael.foerderer at gmx dot de 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 #4 from michael.foerderer at gmx dot de --- This is my first patch, I hope that I did it right: https://gcc.gnu.org/pipermail/gcc-patches/2022-December/608512.html=