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 <quic_apinski@quicinc.com>
This commit is contained in:
Andrew Pinski 2024-02-29 02:36:12 +00:00
parent edfe198084
commit 5ff49272bf

View File

@ -105,6 +105,7 @@ bug_components = {
'java',
'jit',
'libbacktrace',
'libcc1',
'libf2c',
'libffi',
'libfortran',