From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8AC5B383F846; Wed, 27 May 2020 13:50:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8AC5B383F846 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1590587423; bh=LcqYOkdGMoRD68cocfQ1eQzy/G/FVKIaWGAeQ4p2mdw=; h=From:To:Subject:Date:From; b=HBaE0N7jSQjS+PFfOwMciA/DRHEQAIJaEehGkuuaHItQkn+U1q+AVu/AKmPMaKT12 vvrjjoxLf+qIaMWXbMVmqfBi6FcYudFmCYv6cuMh1CK06Vr9e95W8gN7WMqnZX4t8X 8VBL2uKz90evQ6Gc0rXarpIf8ER3rGGEHmxRt2DA= From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/95364] New: [Regression] contrib/gcc_update -r 8712 no longer works Date: Wed, 27 May 2020 13:50:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 10.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 13:50:23 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95364 Bug ID: 95364 Summary: [Regression] contrib/gcc_update -r 8712 no longer works Product: gcc Version: 10.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: hjl.tools at gmail dot com Target Milestone: --- Before switching to git repo, we could use $ contrib/gcc_update -r 8712 to switch to revision 8712. After switching to git, it is no longer possib= le to update to a specific commit with contrib/gcc_update: $ ./contrib/gcc_update --help ... By default all command-line options are passed to `svn update` or `hg/git pull` in addition to $UPDATE_OPTIONS (defined below). If the first parameter reads --nostdflags, $UPDATE_OPTIONS as well as this parameter itself are omitted. If the first parameter reads --patch, the second parameter is considered a patch file. If the first parameter is --touch, no svn operation will be performed, only generated files that appear to be out of date in the local tree will be touched. If the first parameter is --list, a list of the generated files and their dependencies will be printed; --help prints this message. If the first parameter is --silent, this script prints nothing other than error messages; the second parameter is then interpreted as above. Examples: contrib/gcc_update -r 8712 contrib/gcc_update --patch some-patch contrib/gcc_update --touch contrib/gcc_update --list UPDATE_OPTIONS=3D"" [hjl@gnu-cfl-2 gcc]$ The help message also mentions "svn update".=