From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 92DC138AA251; Fri, 16 Sep 2022 20:10:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 92DC138AA251 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663359038; bh=Md+DtXx6Bs5M2cJX0fh/pGGfbpo2gXU4ocr2U1MWmfA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UBit/YzPNo/OJcdfIjsHQNhdTZ5X2dKxjeOYiOKFcATI7FIBxM9jnB0e4ORxk3Gm0 THestD9QFdvjyYyACLFmGrGlSh6qRw86dQC+sVPVPVDV87DlBGzqlKrLprgZJs9r7f DJv2wjZNkG3yIGULR0SzWShKjZAITXC790O78UFU= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/106932] [DR 3057] Incorrect behavior of std::filesystem::copy() with overwrite_existing or update_existing options Date: Fri, 16 Sep 2022 20:10:38 +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: 11.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: SUSPENDED 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: everconfirmed short_desc bug_status cf_reconfirmed_on resolution 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=3D106932 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Summary|Incorrect behavior of |[DR 3057] Incorrect |std::filesystem::copy() |behavior of |with overwrite_existing or |std::filesystem::copy() |update_existing options |with overwrite_existing or | |update_existing options Status|RESOLVED |SUSPENDED Last reconfirmed| |2022-09-16 Resolution|INVALID |--- --- Comment #9 from Jonathan Wakely --- Ah yes, thanks. I thought we'd resolved Davis's filesystem enum issues, but= not that one. Let's suspend this bug then, pending a resolution from the committee.=