From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B376E3858C35; Sun, 17 Dec 2023 13:44:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B376E3858C35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702820677; bh=gHZW6b/ucKNPJqc+MUpVb4ukX+m44j8A+OyZGUHVwZg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gMh7PGmZ+MOA+AEyTAzSP+jZvKGsDYo09ivJ+RQy/HspeCh/kc6h2KnUMsFJALGRb E77uc7bGX/uKVeG9jpwIyXmaetIDjs88RghEd7RMyOS9lRCTA0+ba4cL12BGThQ2/H sm9TN6WN0FamoDYnpcuuOxY6TV5LqKbOEllsrC50= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/107367] All standard library algorithms should optimize to pointers internally when they are contiguous iterators after C++20 Date: Sun, 17 Dec 2023 13:44:37 +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: redi at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: MOVED 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: 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=3D107367 --- Comment #4 from Jonathan Wakely --- *** Bug 113046 has been marked as a duplicate of this bug. ***=