From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 96E6D3853D52; Sat, 10 Dec 2022 06:39:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 96E6D3853D52 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.96,232,1665475200"; d="scan'208,223";a="92369645" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 09 Dec 2022 22:39:32 -0800 IronPort-SDR: lORkb0Op8pysmg9E0Qad0Nss4fBh7sZUj9hTTGNeXpV+e99f2jT0A0A7QmPxnj36rtZjZz+lpf 9m35nnJzpae2MJOOMh+C47/WiRSi+kSJhDzvw96LRbISxx5cckjcRhjOT9AwTe7RKJyejPQ5Nv oqARpKrhJwoism/gYtr475UlwI0MhMvDPe+dwsHS2gTuKB2nHZu9pv7NY8dMHACGs3UbkdHQEN X4BK0WfipOPIvl4cb0U15pd0HToyZZigqx3tU4tSJOUbkR256aU4R0gdJLxVRoMNKBcD5plPP/ 63U= From: Thomas Schwinge To: CC: Richard Biener , , , Martin =?utf-8?Q?Li=C5=A1ka?= Subject: Prepare 'contrib/gcc-changelog/git_commit.py' for GCC/Rust (was: Rust front-end patches v4) In-Reply-To: References: <20221206101417.778807-1-arthur.cohen@embecosm.com> User-Agent: Notmuch/0.29.3+94~g74c3f1b (https://notmuchmail.org) Emacs/27.1 (x86_64-pc-linux-gnu) Date: Sat, 10 Dec 2022 07:39:24 +0100 Message-ID: <87zgbv225f.fsf@euler.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-15.mgc.mentorg.com (139.181.222.15) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --=-=-= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi! On 2022-12-06T12:03:56+0100, Richard Biener via Gcc-patches wrote: > On Tue, Dec 6, 2022 at 11:11 AM wrote: >> This patchset contains the fixed version of our most recent patchset. [.= ..] > > Thanks a lot - this is OK to merge now Hey, hey! :-) Still working on some final edits to make the Git commits comply with GCC policies, but hopefully ready to push soon. I've pushed "Prepare 'contrib/gcc-changelog/git_commit.py' for GCC/Rust" to master branch in commit 325529e21e81fbc3561d2568cb7e8a26296e5b2f, see attached. Please let me know if there is anything that I need to do to actually generate the empty 'gcc/rust/ChangeLog' file. (For avoidance of doubt: yes, only 'gcc/rust/' at this time.) Gr=C3=BC=C3=9Fe Thomas ----------------- Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstra=C3=9Fe 201= , 80634 M=C3=BCnchen; Gesellschaft mit beschr=C3=A4nkter Haftung; Gesch=C3= =A4ftsf=C3=BChrer: Thomas Heurung, Frank Th=C3=BCrauf; Sitz der Gesellschaf= t: M=C3=BCnchen; Registergericht M=C3=BCnchen, HRB 106955 --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename="0001-Prepare-contrib-gcc-changelog-git_commit.py-for-GCC-.patch" >From 325529e21e81fbc3561d2568cb7e8a26296e5b2f Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 10 Dec 2022 07:27:55 +0100 Subject: [PATCH] Prepare 'contrib/gcc-changelog/git_commit.py' for GCC/Rust contrib/ * gcc-changelog/git_commit.py (default_changelog_locations): Add 'gcc/rust'. (bug_components): Add 'rust'. --- contrib/gcc-changelog/git_commit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index fb1d15fd86df..aae3416e082f 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -45,6 +45,7 @@ default_changelog_locations = { 'gcc/objc', 'gcc/objcp', 'gcc/po', + 'gcc/rust', 'gcc/testsuite', 'gnattools', 'gotools', @@ -122,6 +123,7 @@ bug_components = { 'preprocessor', 'regression', 'rtl-optimization', + 'rust', 'sanitizer', 'spam', 'target', -- 2.35.1 --=-=-=--