From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 592E53858CDA; Mon, 29 Jan 2024 23:38:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 592E53858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706571537; bh=sSrSSxtlYhShAzbKWVvPw19tFLyckOdNeZBXAQ89Cvw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ER0UdGYTVQ842kxMFLQAS7az641vsc9QPJ/FmOepSjA9RDrf9/ju/aIpIHVFWQvEd iizHDCBgmTIKfsxzMC4oVSl8vy/xSTa8ef3iAmrNys+Vm3NlU7zM0mxp76QFyd+ZDc uec+vJ2Cm2rU6sVYz7wBSI6kDr9+JS68B0R8t3lQ= From: "lennoxhoe at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/113663] [MinGW] std::filesystem::hard_link_count always returns 1 Date: Mon, 29 Jan 2024 23:38:56 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: lennoxhoe at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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: attachments.created 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 --- Comment #2 from Lennox Ho --- Created attachment 57257 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57257&action=3Dedit hard_link_count patch for Windows I've put together a patch (attached).=