From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 48479383C7EF; Thu, 15 Dec 2022 11:00:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 48479383C7EF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671102010; bh=52rOQ2kf5V5KKhujk63hEksAkcUcPYN1xOmmmfu/N8M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=paPza36xM0fACuUkOD379RZXbAwL2M5SAXnXs3tIu96A6LEl2w95rOUiX9QV7iGtO 5QkRqBXVfKcN0BX0gHyHsveOOnNWX8cnTHN+HMchpNPjgXBCEfqY4Ae71b0gX6WGV3 4meEL6SHFkIiQqSk6p+x8qw75hpH58nxvGWn/Es8= From: "marxin 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 11:00:10 +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: marxin at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: resolution bug_status 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 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #6 from Martin Li=C5=A1ka --- Fixed on master.=