diff mbox series

[COMMITTED] Add libcc1 to bug components

Message ID 20240229023515.2286131-1-quic_apinski@quicinc.com
State New
Headers show
Series [COMMITTED] Add libcc1 to bug components | expand

Commit Message

Andrew Pinski Feb. 29, 2024, 2:35 a.m. UTC
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 <quic_apinski@quicinc.com>
---
 contrib/gcc-changelog/git_commit.py | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py
index 87bec4e00f5..87ecb9e1a17 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',