From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 59F56385842A; Fri, 22 Mar 2024 22:55:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 59F56385842A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711148125; bh=45SAzzaRcTJLTfCq6Ql2WW/uHEwhvkVEJS5XzOswG88=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hIeft/RE9L5IeIKNrA4quxH110VS1RXUZ4aiR3O/TWWpOK04mJiEMrQ073KVlMfeK FjeECMInYUb6uX4JMV8Z0u3CQ2sv32u+l8r9z05u229E3Vi6gDvKMySgdQRQSNBTHp yqfXe05HBxV5AxtpX8EQPXG+uO6LDPBoF1gOmBSM= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/114401] libstdc++ allocator destructor omitted when reinserting node_handle into tree- and hashtable-based containers Date: Fri, 22 Mar 2024 22:55:25 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal 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: 11.5 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=3D114401 --- Comment #4 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #2) > There's another bug in the node move assignment operator, so I'll fix that > too. Turns out there wasn't, just the one you reported originally. It's fixed on trunk, but I'll backport it to the release branches.=