From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D76CB3858293; Mon, 29 Jan 2024 18:47:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D76CB3858293 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706554045; bh=SjP+LStLls35+zl98E5eXMped3FX1KtbA0lCSGLoYy0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yefw7NaFkwEA9+1cg1SBfmTxhXMNmIbRh/l5q3wi6RN7ltNKhemRWTGq6YM1OChvT t2JovSL3DCAxgCQx5s5Ox25F8KkswkGcpZOMEIENXpekeIG1U1Q/e3le4j7XnFClOu DM3UJYiI6xD+NOAUut/qrW4zVB6pQibMunHH+tV0= 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 18:47:25 +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 #1 from Lennox Ho --- Created attachment 57256 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57256&action=3Dedit repro.cpp Added minimal repro=