From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CCA6E3858CD1; Sun, 17 Dec 2023 18:57:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CCA6E3858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702839420; bh=bpzt+9aYQAwHVMfZCo7jWv6mu0aAoRTwIl/Dylxw1Q8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mb6LEZSp/sD808Mcv5asq3gXklsobXT38te0gQUpUIDjUdEKUG3MrzYhw177qrU8x G8l0NCDBKIBPbAt8+llIkPM/90AUyjJfsGtgLdTITAbBLOFkm/Mi27j3Z9Al/yULcr ZJJvB9KUT3WWvJE0GlLrw699zPv4ilEAYDdHqJqM= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113045] armv7l-unknown-linux-gnueabihf: valgrind error during build of libcc1 Date: Sun, 17 Dec 2023 18:57:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail 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: 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=3D113045 --- Comment #6 from David Binderman --- (In reply to Jonathan Wakely from comment #4) > That's what the ^ on the commit suggests is happening. Righto. > You can fix your history with: > git fetch --unshallow trunk.year $ git fetch --unshallow remote: Enumerating objects: 1072084 ^C trunk.year $=20 It is not practical for me to download more than a million objects. I think it would be a reasonable git enhancement if it could handle the last (year, 3 years, 5 years, 10 years) of commits without having to download 30+ years of commits.=