From: Jakub Jelinek Date: Tue, 11 Mar 2025 13:30:50 +0000 (+0100) Subject: contrib: Add cobol to bug_components. X-Git-Tag: basepoints/gcc-16~1594 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a9f6c1e95fff745e54bbb75f1f8ca36ede81f3d;p=thirdparty%2Fgcc.git contrib: Add cobol to bug_components. Without this we can't commit anything refering to cobol/NNNNNN PRs. 2025-03-11 Jakub Jelinek * gcc-changelog/git_commit.py (bug_components): Add cobol. --- diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index fda5cf59726..5645f80ebb9 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -93,6 +93,7 @@ bug_components = { 'bootstrap', 'c', 'c++', + 'cobol', 'd', 'debug', 'demangler',