Martin Liška <mli...@suse.cz> writes:
> Hi.
>
> Thanks to Jakub, we finally set up an experimental environment:
> gcc.gnu.org/home/gccadmin/gcc-reposurgeon-8.git
>
> The repository now contains a new pre-commit hook that validates
> the git commit format ([1]) and provides a reasonable error message
> when violated. The hook is based on [2] and the page also contains
> a fuzzy definition of what is supported. Cloning [2], one can also
> check what will be added to ChangeLog entries by:
>
> $ ./git_changelog.py /home/marxin/Programming/gcc-reposurgeon-8 
> 8a37df5e5cb2de8302f9412173103593ec53961e
> ------ gcc/ChangeLog ------
> 2020-01-13  Martin Jambor  <mjam...@suse.cz>
>
>       PR ipa/93223
>       * ipa-cp.c (devirtualization_time_bonus): Check whether isummary is
>       NULL.
> ------ gcc/testsuite/ChangeLog ------
> 2020-01-13  Martin Jambor  <mjam...@suse.cz>
>
>       PR ipa/93223
>       testsuite/
>       * g++.dg/ipa/pr93223.C: New test.
>
> (one needs [3] Python package for that)

As far as this particular example goes, shouldn't the "testsuite/" line
be dropped from the above?

Thanks,
Richard

Reply via email to