From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 515323858D1E; Thu, 7 Mar 2024 21:25:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 515323858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709846732; bh=Gh6Q6N86V/bM4lluDqL/pWToa6Gpbb/Y6W/oLMXjbF4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FazzUtTe0l7N2hIufQslvopWZQa4ODRDWmPzxgKrUavf52Ow13nHgeljjaHvcj8kx C8Ed7C6sVWYt2dQq5t/TzR+RwUGzfIdzMqRaeAhZPgu1hwB7w9B1fE6o/GGHfX6eP1 acpSlLx+f6Y2IAoUZw5XSjbr8bdD0rsY3WcCx7GE= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110730] STL internal allocation/deallocation might lead to core dump in the use of header units of the modules feature Date: Thu, 07 Mar 2024 21:25:32 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D110730 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #4 from Patrick Palka --- Fixed for GCC 14, thanks for the bug report.=