From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 79AA23858D38; Fri, 29 Dec 2023 07:56:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 79AA23858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703836565; bh=p89JOc2Whf1T8737VYpjchl8dYwF5EV1jVuzl4ZR63c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Cs70OKhv8954xQMfxMO6QF17IT7xvjQG3jJiv19H5fc/O5s+0mRHVGq4S5lJ9mJD0 /pnbVYQyaQcMU2Qs0CCLpXLYq6hPf4ag39lZUlMtSSmY3U//IPK4UpCb/SQ/9ErmJY xsAyYQOiLIaz910ahpUR6WcOL/i1zvIzBeQpXeVw= From: "fw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/113159] More robust std::sort for silly comparator functions Date: Fri, 29 Dec 2023 07:56:04 +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: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: fw at gcc dot gnu.org 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=3D113159 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fw at gcc dot gnu.org --- Comment #6 from Florian Weimer --- We'll likely revert most of the qsort changes for glibc 2.39 because the new implementation is both slower and has a significant backwards compatibility impact.=