From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 76624384F491; Fri, 16 Dec 2022 15:13:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 76624384F491 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671203618; bh=4Z9dnlSx2HWuE/uOWvHd2K6sEATaoxCsRDFKBPq5Zxk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=l87fwSu+R4DcK4OEKeTo/G0GUIZLfBcx1cjm9a/1sxrGdQYvh2krjR+qObme3vvXY hbnBJk0t2HTF6yECsnNA5qg4f1bzREBl9iXujl5zdgwCI/FBbENN011pSOVqVxWJl5 sQ/EkS1feUZMQSlvJNrvHm0yArstYUc397lMNnqc= From: "m101010a at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/55918] Stack partially unwound when noexcept causes call to std::terminate Date: Fri, 16 Dec 2022 15:13:36 +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: 4.7.2 X-Bugzilla-Keywords: ABI X-Bugzilla-Severity: normal X-Bugzilla-Who: m101010a at gmail 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=3D55918 m101010a at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m101010a at gmail dot com --- Comment #7 from m101010a at gmail dot com --- I have written a GCC plugin (available at https://github.com/m42a/gcc-noexcept-plugin ) based on comment #6 that consistently prevents stack unwinding in this case.=