Hi! On 2022-12-06T12:03:56+0100, Richard Biener via Gcc-patches <gcc-patches@gcc.gnu.org> wrote: > On Tue, Dec 6, 2022 at 11:11 AM <arthur.co...@embecosm.com> 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üße Thomas ----------------- Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955
>From 325529e21e81fbc3561d2568cb7e8a26296e5b2f Mon Sep 17 00:00:00 2001 From: Thomas Schwinge <tho...@codesourcery.com> 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