From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CD0083948A73; Fri, 7 Oct 2022 15:55:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CD0083948A73 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665158139; bh=Sy3bXQ3KNnggSRZf1jJEfmIF+mXDlpNzsHjrD9ec+5k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fm8mJN1OP5IcZiLunIyM9WbbgQb78qYDpsm22+nxgsPwmXUKjg0PUQ0xh6+tFjFau ziUMv8YWtkZ2A4HroZge6REKyyuRQ9VBvwB5IrW3kpZXW+xMmnmDPzqQ3ruRZHZb27 njmlPMQdevGkZdQGJqr6vOP66ymTA7Jgdqbn8NKU= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/68606] Reduce or disable the static emergency pool for C++ exceptions Date: Fri, 07 Oct 2022 15:55:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 4.9.3 X-Bugzilla-Keywords: patch X-Bugzilla-Severity: enhancement X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D68606 --- Comment #20 from Jonathan Wakely --- Patch posted: https://gcc.gnu.org/pipermail/gcc-patches/2022-October/603073.html=