diff options
| author | David Malcolm <dmalcolm@redhat.com> | 2025-07-28 10:56:07 -0400 |
|---|---|---|
| committer | David Malcolm <dmalcolm@redhat.com> | 2025-07-28 10:56:07 -0400 |
| commit | 95f517dc7796ba1694755ce13b226e2358a89d8e (patch) | |
| tree | 8fae93ffff6043a3522414f1bc76c64197d1b6b4 /contrib | |
| parent | 1f36aabfe81aa168da11229158faf70b68b9dfd7 (diff) | |
git_commit.py: add "diagnostics" to bug components
contrib/ChangeLog
* gcc-changelog/git_commit.py: Add "diagnostics" to bug
components.
Diffstat (limited to 'contrib')
| -rwxr-xr-x | contrib/gcc-changelog/git_commit.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 80a32769ac1..e0c46be8ab2 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -97,6 +97,7 @@ bug_components = { 'd', 'debug', 'demangler', + 'diagnostics', 'driver', 'fastjar', 'fortran', |
