From: Andrew Pinski Date: Thu, 29 Feb 2024 02:36:12 +0000 (+0000) Subject: Add libcc1 to bug components X-Git-Tag: basepoints/gcc-15~909 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ff49272bf4eb6a030739cc24ba001f206305e08;p=thirdparty%2Fgcc.git Add libcc1 to bug components As found by Tom Tromey in https://gcc.gnu.org/pipermail/gcc-patches/2024-February/646807.html libcc1 is not listed as bug component even though it is there in bugzilla. This fixes that oversight. Committed as obvious after testing using git gcc-verify on a patch. contrib/ChangeLog: * gcc-changelog/git_commit.py (bug_components): Add libcc1. Signed-off-by: Andrew Pinski --- diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 87bec4e00f56..87ecb9e1a17d 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -105,6 +105,7 @@ bug_components = { 'java', 'jit', 'libbacktrace', + 'libcc1', 'libf2c', 'libffi', 'libfortran',