From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EA2BC3858C54; Mon, 15 Jan 2024 15:19:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA2BC3858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705331957; bh=/zk9Tw57cXB28dwEGF/VL+/RfqNx80DTucB6E8J232E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bklM/Ds74ez85DR8vfs71pYQSD545/eC4dD59nqjLqBkD8KR9Vyg17f4P53c31fdc Iis0/TbU1ikz6cqux1WKvcxJE1lanPSfziJE7sYSDdk9oOb0OUDDSsdYMAb0jevsU8 KkMP2Bat9qxY6gJSB2P9c+QxTdN1GK8LLOSx3sDM= From: "matteo at mitalia dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/113337] Uncaught rethrown exceptions don't invoke std::terminate if SEH-based unwinding is used Date: Mon, 15 Jan 2024 15:19:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcc X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: EH X-Bugzilla-Severity: normal X-Bugzilla-Who: matteo at mitalia dot net X-Bugzilla-Status: UNCONFIRMED 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: 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=3D113337 --- Comment #2 from Matteo Italia --- Created attachment 57086 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57086&action=3Dedit Proposed patch (plain return in front of _Unwind_RaiseException)=