]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
contrib: Add cobol to bug_components.
authorJakub Jelinek <jakub@redhat.com>
Tue, 11 Mar 2025 13:30:50 +0000 (14:30 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 11 Mar 2025 13:30:50 +0000 (14:30 +0100)
Without this we can't commit anything refering to cobol/NNNNNN PRs.

2025-03-11  Jakub Jelinek  <jakub@redhat.com>

* gcc-changelog/git_commit.py (bug_components): Add cobol.

contrib/gcc-changelog/git_commit.py

index fda5cf597263dbc638f62bc98a1dedfa8d2e9a73..5645f80ebb9b5bfc02a2f25bb6a4a8a6e6ae8d9a 100755 (executable)
@@ -93,6 +93,7 @@ bug_components = {
     'bootstrap',
     'c',
     'c++',
+    'cobol',
     'd',
     'debug',
     'demangler',