From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6BF3638432E4; Sun, 4 Dec 2022 20:45:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6BF3638432E4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670186735; bh=X7Q1Q2/+PPjKHitZnJ7oDpUu59NQJeJ6wbV3trweSoM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dVhz8yU5J50hCPduNGzHKRp+FqONPAooiJ0tPL2JB3/s3fGpVjz7O+Wsa4h6QnARz nVSbWPI0oQjnc+yNILyZE9f4NJx9WYa3r1XNhe/vuocvtkh4aA3aLpSalTB4RxT8EG AoJAEYgxtZf0lpSI7H4wPIyTAKn2XDy9WdVM2Z1E= 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: Sun, 04 Dec 2022 20:45:35 +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: attachments.created 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 #2 from michael.foerderer at gmx dot de --- Created attachment 54009 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54009&action=3Dedit Patch for annotation of uncovered branches=