From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2FE103858C2F; Mon, 5 Feb 2024 16:38:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2FE103858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707151088; bh=YJ6Yh07ItWzko6ulmnUspHVke4ddwvxfK3GYr6MKAJs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=W39WP2tqhpQNnjF4mgxYaezdpkHKJxPgbWBNredN1aDNwH0fWcOabJHky3jV7wZ/C J56DpaNBT0aPR2M4D8u99deY4GeuWCX+9uH2sQDfTj+zi6PunoT3aBBfJU3BZ5nu0q Ec5820wBpUZfKuToOGh49Pg63JW3kIv5igRleInY= From: "jason at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113767] [11/12/13 Regression] Missing Destructor Call with goto and return value Date: Mon, 05 Feb 2024 16:38:07 +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: 13.2.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jason at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority 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=3D113767 Jason Merrill changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P1=