From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 85BC33858427; Wed, 27 Mar 2024 17:49:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 85BC33858427 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711561745; bh=FvcBlSDMxEp7LlEmgdEiu1qNucO7ibezzeHMrX/XvBA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=R0wY0LpO4e3ONmqa+Hp91Ipm3E5QMAET1abYPrcNiclJSfI1zzK2Uhb/5MlgvX9/7 mkhuydCkgb7yDtsC6EE5HIXaCUsCb2FuBd0EuZ7aC+AbwWVhP689cs4uy8BlhJIbbS G6wVYo8y2qpO4IdtU0tphtV78AankxA6Wpzov1wk= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/113663] [MinGW] std::filesystem::hard_link_count always returns 1 Date: Wed, 27 Mar 2024 17:49: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.2.0 X-Bugzilla-Keywords: patch 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: keywords bug_file_loc 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=3D113663 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch URL| |https://gcc.gnu.org/piperma | |il/gcc-patches/2024-January | |/644473.html --- Comment #5 from Jonathan Wakely --- I've only just noticed you submitted a patch for this: https://gcc.gnu.org/pipermail/gcc-patches/2024-January/644473.html Libstdc++ patches need to be CC'd to the libstdc++ list, or they won't be s= een by the right people. I've found it now though, so I'll review it ASAP, than= ks.=