From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4AB8D383679C; Wed, 14 Dec 2022 13:45:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4AB8D383679C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671025514; bh=ycdqm4jJIxLDRX1IhSDvz+64Mh/odn/bHJglD/LECzg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Stf8pO8sTXmxAgCevl0Uzcqm8oHUit5lXUG3O1/39VrEjeshF9jkpxGajhjvGnGvD 9ERr24dTUWnJLxoxY3bzKPqWL0ZCcbHouvmd6rp7gOD1eApL0K+GQAj0CluBvP7GIx ev75dLOqd5ES+8x/U8cVeKMMXpibXb3OyJ7ZFPTw= 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: Wed, 14 Dec 2022 13:45:13 +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: 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 #3 from Martin Li=C5=A1ka --- Hello. Sorry for the delay. > Is there any reason why gcov skips throw/fallthrough annotations for > branches which were never executed? No. Your patch is fine and pre-approved, please include the PR entry in ChangeLog and send it to gcc-patches. Once doing that, you can commit it (if you have a copyright assignment and git write access?).=