From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 123C93857353; Wed, 19 Jul 2023 17:28:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 123C93857353 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689787730; bh=xxhxdwWioyzT4tu4eF6AGwrk6u7IPW739dWgWupiLsQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JYXsWZVeXaXA8+3nCm3w2JkfMRwIkWaywRALP8ZWUGS3RX7dbx8d1c0+5HJy2Wcf2 +4BBiVc2WpIHz6NG+mvBgWITX0Y+q0uvvqJbbkIHipnkKzJEQ6lJy+X1J8VUHcv6SO 83eybYXPwz4KGkf4/cunQUQ+0hU6FLjSHQLwkg48= From: "ndesaulniers at google dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/91951] goto + mixed declarations + cleanup attribute considered harmful Date: Wed, 19 Jul 2023 17:28:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 9.2.1 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: ndesaulniers at google dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D91951 Nick Desaulniers changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ndesaulniers at google dot= com --- Comment #3 from Nick Desaulniers --- Not sure if it's possible to rename the title of bugs, but a more precise t= itle for this bug might be: missed (optimization-level dependent) diagnostic for goto when cleanup attribute callback is not invoked=