From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 992B8385781A; Sat, 25 Feb 2023 14:16:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 992B8385781A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677334564; bh=Z4qWYlBVRa+UlkI8j+rkbU3kOCZ3dXUYtIgrGvNj6jU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=e8xdiPckeHA3SIsCarpdsl8B3CLDWzCiG/5sYEYdRvg2LYCmJ3gMXEXmEfsR/OsGX Cd9pxydBzjqrQ4HnkBvV34O2lxCfao3HZyQtBgrF3PD6obmtpJYoCHBH3yrls4zWvp JrtBJBgYVQ9lmo6pv+lXfBnf+50he9iem1qgdOH4= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/108846] std::copy, std::copy_n and std::copy_backward on potentially overlapping subobjects Date: Sat, 25 Feb 2023 14:16: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: 13.0 X-Bugzilla-Keywords: ABI X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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: 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=3D108846 --- Comment #17 from Jonathan Wakely --- We need to change the arguments too, as that specialization takes a const _= Tp* as the input range.=