From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 481773858C2F; Wed, 3 Jan 2024 04:23:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 481773858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704255798; bh=k9lHsZ6z2L7MRMttBUQlYTWvNBYMfEjOpWy/+Dhu2I0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yiW51Yqgxn5MbIP2kaGvi0DUDBvcGJcaG8vAChxIbe9E3GYM7LEKA/UuMJTzd2RbV oY/UXpVUxYZHqmviUOSggeESK/3/wIBB8VRri1J6NAZ+PB8GWQ9YlwPAJJf1aKhlJm 2EDFZh3cn7PTUVE9dhEtJrqGzEBc98WlZ9Y5z30U= From: "egallager at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/37722] destructors not called on computed goto Date: Wed, 03 Jan 2024 04:23:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.3.2 X-Bugzilla-Keywords: diagnostic, documentation, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: egallager at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also keywords 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=3D37722 Eric Gallager changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D105401 Keywords| |diagnostic --- Comment #9 from Eric Gallager --- see also bug 105401 for another issue about diagnostics and documentation related to computed gotos=