[gcc(refs/users/giulianob/heads/autopar_rebase2)] contrib: Add gdc.test to list of ignored prefixes

Giuliano Belinassi giulianob@gcc.gnu.org
Mon Aug 17 23:01:42 GMT 2020


https://gcc.gnu.org/g:6f518aa3b9a09d11f0c2095b91b59c0339e05655

commit 6f518aa3b9a09d11f0c2095b91b59c0339e05655
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Tue Jun 2 12:56:46 2020 +0200

    contrib: Add gdc.test to list of ignored prefixes
    
    The files in this subdirectory are part of the D2 test suite maintained
    in the upstream DMD code repository.
    
    contrib/ChangeLog:
    
            * gcc-changelog/git_commit.py (ignored_prefixes): Add
            gcc/testsuite/gdc.test/.

Diff:
---
 contrib/gcc-changelog/git_commit.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py
index b8c7f718c50..e2ef6c61ed0 100755
--- a/contrib/gcc-changelog/git_commit.py
+++ b/contrib/gcc-changelog/git_commit.py
@@ -128,6 +128,7 @@ bug_components = set([
 ignored_prefixes = [
     'gcc/d/dmd/',
     'gcc/go/gofrontend/',
+    'gcc/testsuite/gdc.test/',
     'gcc/testsuite/go.test/test/',
     'libgo/',
     'libphobos/libdruntime/',


More information about the Gcc-cvs mailing list