From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8C1C738543AB; Thu, 12 Jan 2023 18:39:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8C1C738543AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673548787; bh=b/tzh1GNvTBglkJ36pZ0pPTVkUyDLYMo9w78TvgSlBc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nEYu3TrF8tnEggMkAuxpNb45KquKQUZEV71ZVBiQQpUOFk3MQX2FBBVq9qAvHsjnU l/jpe0ItDaJ+Qt9TVtTKXziLy9gGHIDI0Pyg1prcN41FGc3NfrWT6fu+APdrXfqcf8 hZ5nG3rbKdZTda7WxvFVFOl5qntIDnZZZhlHw5Bc= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/107189] Inconsistent range insertion implementations in std::_Rb_tree in Date: Thu, 12 Jan 2023 18:39:46 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: fdumont at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D107189 --- Comment #2 from CVS Commits --- The master branch has been updated by Francois Dumont : https://gcc.gnu.org/g:b3c9148cad2f6f05ef9bc0be34b65a62a7e236dd commit r13-5125-gb3c9148cad2f6f05ef9bc0be34b65a62a7e236dd Author: Fran=C3=A7ois Dumont Date: Wed Oct 12 19:34:01 2022 +0200 libstdc++: Remove _Alloc_node instance in _Rb_tree [PR107189] libstdc++-v3/ChangeLog: PR libstdc++/107189 * include/bits/stl_tree.h (_Rb_tree<>::_M_insert_range_equal): Remove unused _Alloc_node instance.=