RISC-V: Adds the prefix "th." for the instructions of XTheadVector.
[official-gcc.git] / contrib / ChangeLog
blob0d94109b2a44e0f569481e3fb27180e7f0444c1f
1 2024-01-11  Paul Iannetta  <piannetta@kalrayinc.com>
3         * dg-extract-results.py: Make the test_run regex case
4         insensitive.
6 2024-01-09  Jonathan Wakely  <jwakely@redhat.com>
8         * unicode/gen_libstdcxx_unicode_data.py: Print out Gcb_property
9         enumerators in the order they're seen, not alphabetical order.
11 2024-01-08  Jonathan Wakely  <jwakely@redhat.com>
13         * unicode/README: Add notes about generating libstdc++ tables.
14         * unicode/GraphemeBreakProperty.txt: New file.
15         * unicode/emoji-data.txt: New file.
16         * unicode/gen_libstdcxx_unicode_data.py: New file.
18 2024-01-05  Jonathan Wakely  <jwakely@redhat.com>
20         * analyze_brprob.py: Remove stray text at end of comment.
21         * analyze_brprob_spec.py: Likewise.
22         * check-params-in-docs.py: Likewise.
23         * check_GNU_style.py: Likewise.
24         * check_GNU_style_lib.py: Likewise.
25         * filter-clang-warnings.py: Likewise.
26         * gcc-changelog/git_check_commit.py: Likewise.
27         * gcc-changelog/git_commit.py: Likewise.
28         * gcc-changelog/git_email.py: Likewise.
29         * gcc-changelog/git_repository.py: Likewise.
30         * gcc-changelog/git_update_version.py: Likewise.
31         * gcc-changelog/test_email.py: Likewise.
32         * gen_autofdo_event.py: Likewise.
33         * mark_spam.py: Likewise.
34         * unicode/gen-box-drawing-chars.py: Likewise.
35         * unicode/gen-combining-chars.py: Likewise.
36         * unicode/gen-printable-chars.py: Likewise.
37         * unicode/gen_wcwidth.py: Likewise.
39 2024-01-05  Jonathan Wakely  <jwakely@redhat.com>
41         * unicode/gen_wcwidth.py: Add sys.argv[0] to usage error.
43 2024-01-03  Jakub Jelinek  <jakub@redhat.com>
45         * update-copyright.py (GenericFilter): Skip gpl_v3_without_node.texi.
46         (GCCFilter): Skip GmcOptions.cc.
48 2023-12-21  Alexandre Oliva  <oliva@adacore.com>
50         * compare_tests: Add tool to test lines.  Match tabs besides
51         blanks to insert tool and target.  Don't print undefined fname.
53 2023-12-20  Jason Merrill  <jason@redhat.com>
55         * gcc-git-customization.sh: Add git gcc-style alias.
57 2023-12-14  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
58             Arthur Cohen  <arthur.cohen@embecosm.com>
60         * gcc_update: Add libgrust file dependencies.
62 2023-12-14  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
63             Arthur Cohen  <arthur.cohen@embecosm.com>
65         * gcc-changelog/git_commit.py: Add libgrust.
67 2023-12-13  Arsen Arsenović  <arsen@aarsen.me>
69         * download_prerequisites
70         <arg parse>: Parse --only-gettext.
71         (echo_archives): Check only_gettext and stop early if true.
72         (helptext): Document --only-gettext.
74 2023-12-02  Richard Sandiford  <richard.sandiford@arm.com>
76         * config-list.mk (OPT_IN_LANGUAGES): New variable.
77         ($(LIST)): Replace --enable-languages=all with a specifc list.
78         Disable fortran on bpf and mmix.  Enable the languages in
79         OPT_IN_LANGUAGES.
81 2023-11-14  Jakub Jelinek  <jakub@redhat.com>
83         * unicode/README: Adjust glibc git commit hash, number of Unicode
84         data files to be updated and latest Unicode version.
85         * unicode/from_glibc/utf8_gen.py: Update from glibc.
86         * unicode/UnicodeData.txt: Update from Unicode 15.1.
87         * unicode/EastAsianWidth.txt: Likewise.
88         * unicode/DerivedNormalizationProps.txt: Likewise.
89         * unicode/NameAliases.txt: Likewise.
90         * unicode/DerivedCoreProperties.txt: Likewise.
91         * unicode/PropList.txt: Likewise.
93 2023-11-14  Jakub Jelinek  <jakub@redhat.com>
95         * gcc-changelog/git_update_version.py: Add
96         040e5b0edbca861196d9e2ea2af5e805769c8d5d to ignored commits.
98 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
100         * prerequisites.sha512: Add gettext.
101         * prerequisites.md5: Add gettext.
102         * download_prerequisites: Add gettext.
104 2023-10-05  Andrea Corallo  <andrea.corallo@arm.com>
106         * mdcompact/mdcompact-testsuite.el: New file.
107         * mdcompact/mdcompact.el: Likewise.
108         * mdcompact/tests/1.md: Likewise.
109         * mdcompact/tests/1.md.out: Likewise.
110         * mdcompact/tests/2.md: Likewise.
111         * mdcompact/tests/2.md.out: Likewise.
112         * mdcompact/tests/3.md: Likewise.
113         * mdcompact/tests/3.md.out: Likewise.
114         * mdcompact/tests/4.md: Likewise.
115         * mdcompact/tests/4.md.out: Likewise.
116         * mdcompact/tests/5.md: Likewise.
117         * mdcompact/tests/5.md.out: Likewise.
118         * mdcompact/tests/6.md: Likewise.
119         * mdcompact/tests/6.md.out: Likewise.
120         * mdcompact/tests/7.md: Likewise.
121         * mdcompact/tests/7.md.out: Likewise.
123 2023-10-03  Martin Jambor  <mjambor@suse.cz>
125         * mklog.py (skip_line_in_changelog): Compare to None using is instead
126         of ==, add an extra newline after the function.
128 2023-10-02  Iain Sandoe  <iain@sandoe.co.uk>
130         * config-list.mk: Add newer Darwin versions, trim one older.
131         Remove cases with no OS version, which is not supported for cross-
132         compilers.
134 2023-09-29  Patrick O'Neill  <patrick@rivosinc.com>
136         * check_GNU_style_lib.py: Skip machine description file bracket linting.
138 2023-09-29  Paul Iannetta  <piannetta@kalrayinc.com>
140         * dg-extract-results.py: Print the "Test run" line.
141         * dg-extract-results.sh: Print the "Host" line.
143 2023-09-12  Jonathan Wakely  <jwakely@redhat.com>
145         PR other/111360
146         * gcc_update: Quote variable.
148 2023-09-11  Jonathan Wakely  <jwakely@redhat.com>
150         PR other/111359
151         * gcc-git-customization.sh: Check for getent before using it.
152         Use id on macOS.
154 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
156         * gcc-changelog/git_commit.py (GitCommit.__init__,
157         to_changelog_entries): Fix lost wording fix.
159 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
161         * gcc-changelog/git_commit.py (GitCommit.__init__):
162         Handle commit_to_info_hook = None; otherwise, if None,
163         regard it as error.
164         (to_changelog_entries): Handle commit_to_info_hook = None;
165         if info is None, create a warning for it.
166         * gcc-changelog/git_email.py (GitEmail.__init__):
167         call super() with commit_to_info_hook=None instead
168         of a lambda function.
170 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
172         Revert:
173         2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
175         * gcc-changelog/git_commit.py (GitCommit.__init__):
176         Handle commit_to_info_hook = None; otherwise, if None,
177         regard it as error.
178         (to_changelog_entries): Handle commit_to_info_hook = None;
179         if info is None, create a warning for it.
180         * gcc-changelog/git_email.py (GitEmail.__init__):
181         call super() with commit_to_info_hook=None instead
182         of a lamda function.
184 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
186         * gcc-changelog/git_commit.py (GitCommit.__init__):
187         Handle commit_to_info_hook = None; otherwise, if None,
188         regard it as error.
189         (to_changelog_entries): Handle commit_to_info_hook = None;
190         if info is None, create a warning for it.
191         * gcc-changelog/git_email.py (GitEmail.__init__):
192         call super() with commit_to_info_hook=None instead
193         of a lamda function.
195 2023-09-04  Marc Poulhiès  <dkm@kataplop.net>
197         * mklog.py: Leave SOB lines after changelog.
198         * prepare-commit-msg: Apply most shellcheck suggestions.
200 2023-08-29  Lehua Ding  <lehua.ding@rivai.ai>
202         * mklog.py: Fix bugs.
204 2023-08-16  Andrew Pinski  <apinski@marvell.com>
206         * gcc_update: Add libstdc++-v3/include/bits/version.h.
208 2023-07-13  Lehua Ding  <lehua.ding@rivai.ai>
210         * mklog.py: Add --append option.
212 2023-07-07  Richard Biener  <rguenther@suse.de>
214         * gcc-changelog/git_update_version.py: Remove GCC 10 from
215         active_refs.
217 2023-06-22  David Malcolm  <dmalcolm@redhat.com>
219         * unicode/gen-box-drawing-chars.py: New file.
220         * unicode/gen-combining-chars.py: New file.
221         * unicode/gen-printable-chars.py: New file.
223 2023-06-17  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
225         * testsuite-management/validate_failures.py (IsInterestingResult):
226         Add result_set argument and use it.  Adjust callers.
228 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
230         * testsuite-management/validate_failures.py (TestResult,)
231         (ParseManifestWorker, ParseSummary, Main): Handle new option
232         "--srcpath <regex>".
234 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
236         * testsuite-management/validate_failures.py (TestResult): Update.
237         (Main): Handle new option "--expiry_date YYYYMMDD".
239 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
241         * testsuite-management/validate_failures.py (ResultSet.update,)
242         (ResultSet.HasTestsuite): New methods.
243         (GetResults): Update.
244         (ParseSummary, CompareResults, PerformComparison, Main): Handle new
245         option --invert_match.
247 2023-06-14  Thiago Bauermann  <thiago.bauermann@linaro.org>
249         * testsuite-management/validate_failures.py (TestResult): Improve error
250         output.
252 2023-06-14  Christophe Lyon  <christophe.lyon@linaro.org>
254         * testsuite-management/validate_failures.py (_EXP_LINE_FORMAT,)
255         (_EXP_LINE_REX, ResultSet): Support "$tool:" prefix in exp names.
257 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
259         * testsuite-management/validate_failures.py (Main): Use exit code "2"
260         to indicate regression.
262 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
264         * testsuite-management/validate_failures.py (_VALID_TEST_RESULTS_REX):
265         Update.
266         (TestResult): Use _VALID_TEST_RESULTS_REX.
268 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
270         * testsuite-management/validate_failures.py: Add more verbosity levels.
272 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
274         * testsuite-management/validate_failures.py: Simplify GetManifestPath().
276 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
278         * testsuite-management/validate_failures.py (GetResults): Update.
279         (CompareBuilds): Read in manifest.
281 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
283         * testsuite-management/validate_failures.py (ParseManifestWorker):
284         Support expiry attributes in manifests.
285         (ParseSummary): Add a comment.
287 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
289         * testsuite-management/validate_failures.py: Avoid testsuite
290         aliasing.
292 2023-06-13  Andi Kleen  <ak@linux.intel.com>
294         * gen_autofdo_event.py: Update for download server changes
296 2023-06-03  Lehua Ding  <lehua.ding@rivai.ai>
298         * clang-format (ForEachMacros): Add missing cases
299         for EXECUTE_IF_... macros.
301 2023-05-18  Jonathan Wakely  <jwakely@redhat.com>
303         PR bootstrap/105831
304         * bench-stringop: Use = operator instead of ==.
305         * repro_fail: Likewise.
307 2023-04-28  Martin Liska  <mliska@suse.cz>
309         * filter_gcc_for_doxygen: Use python3 and not python2.
310         * filter_params.py: Likewise.
312 2023-04-26  Jakub Jelinek  <jakub@redhat.com>
314         * gennews (files): Add files for GCC 13.
316 2023-04-17  Jakub Jelinek  <jakub@redhat.com>
318         * gcc-changelog/git_update_version.py (active_refs): Add
319         releases/gcc-13.
321 2023-03-16  Jakub Jelinek  <jakub@redhat.com>
323         * unicode/README: Update to mention also makeuname2c.
324         * unicode/NameAliases.txt: New file.
326 2023-03-13  Lewis Hyatt  <lhyatt@gmail.com>
328         * unicode/DerivedCoreProperties.txt: Update to Unicode 15.
329         * unicode/DerivedNormalizationProps.txt: Likewise.
330         * unicode/EastAsianWidth.txt: Likwise.
331         * unicode/PropList.txt: Likewise.
332         * unicode/README: Likewise.
333         * unicode/UnicodeData.txt: Likewise.
335 2023-02-22  Thomas Schwinge  <thomas@codesourcery.com>
337         * config-list.mk (LIST): Clarify i686-symbolics-gnu to i686-gnu.
339 2023-02-17  Petr Sumbera  <petr.sumbera@oracle.com>
341         * make_sunver.pl: Escape brace.
343 2023-02-10  Flavio Cruz  <flaviocruz@gmail.com>
345         * config-list.mk: Add x86_64-gnu to list of archs.
347 2023-01-19  Gaius Mulley  <gaiusmod2@gmail.com>
349         * gcc_update (files_and_dependencies): Add dependencies for
350         gcc/m2/gm2config.h.in, gcc/m2/configure,
351         gcc/m2/gm2-libs/config-host, libgm2/Makefile.in,
352         libgm2/aclocal.m4, libgm2/libm2cor/Makefile.in,
353         libgm2/libm2pim/Makefile.in, libgm2/libm2iso/Makefile.in,
354         libgm2/libm2log/Makefile.in and libgm2/libm2min/Makefile.in.
356 2023-01-17  Martin Liska  <mliska@suse.cz>
358         * update-copyright.py: Ignore test_patches.txt.
360 2023-01-17  Martin Liska  <mliska@suse.cz>
362         * gcc-changelog/test_patches.txt: The CR character was removed
363         with ./contrib/update-copyright.py which I'm going to change.
365 2023-01-16  Jakub Jelinek  <jakub@redhat.com>
367         PR other/108413
368         * update-copyright.py (LibPhobosFilter): Add __builtins.di to
369         skipped files.
371 2023-01-16  Jakub Jelinek  <jakub@redhat.com>
373         PR other/108413
374         * update-copyright.py (TestsuiteFilter): Add .mod and .rs extensions.
375         (GCCCopyright): Add 'The fast_float authors' as external author.
377 2023-01-15  Gerald Pfeifer  <gerald@pfeifer.com>
379         * config-list.mk: Update FreeBSD targets to version 13.
380         Add aarch64-freebsd13.
382 2023-01-12  Gerald Pfeifer  <gerald@pfeifer.com>
384         * config-list.mk: Remove i486-freebsd4, ia64-freebsd6, and
385         sparc64-freebsd6.
387 2023-01-06  Martin Liska  <mliska@suse.cz>
389         * update-copyright.py: Add contrib as a default dir.
391 2022-12-28  Martin Liska  <mliska@suse.cz>
393         * update-copyright.py: Add contrib folder.
395 2022-12-23  Arsen Arsenović  <arsen@aarsen.me>
397         * dg-out-generator.pl: New file.
399 2022-12-21  Martin Liska  <mliska@suse.cz>
401         * filter-clang-warnings.py: Simplify.
403 2022-12-21  Martin Liska  <mliska@suse.cz>
405         * filter-clang-warnings.py: Skip Makefile and libffi warnings.
407 2022-12-19  Martin Liska  <mliska@suse.cz>
409         * gcc-changelog/git_commit.py: Support digits in PR's
410         component in subject.
412 2022-12-19  Martin Liska  <mliska@suse.cz>
414         * gcc-changelog/test_email.py: Add new test.
415         * gcc-changelog/test_patches.txt: Add new patch.
417 2022-12-19  Martin Liska  <mliska@suse.cz>
419         * gcc-changelog/git_commit.py: Allow digit in component name.
421 2022-12-19  Tobias Burnus  <tobias@codesourcery.com>
423         * gcc-changelog/git_check_commit.py (__main__): With -v print a
424         warning for the auto-added files.
425         * gcc-changelog/git_commit.py (GitCommit.__init__): Add self.warnings.
426         (GitCommit.check_mentioned_files): Add warning for auto-added files.
427         (GitCommit.print_warnings): New function.
428         * gcc-changelog/git_email.py (__main__): Remove bogus argument to
429         GitEmail constructor; print auto-added-files warning.
430         * gcc-changelog/test_email.py (test_auto_add_file_1,
431         test_auto_add_file_2): New tests.
432         * gcc-changelog/test_patches.txt: Add two test cases.
434 2022-12-19  Martin Liska  <mliska@suse.cz>
436         * gcc-changelog/setup.cfg: Do not use flake8 pytest plug-in.
438 2022-12-16  Martin Liska  <mliska@suse.cz>
440         * filter-clang-warnings.py: Print each warning only one time.
442 2022-12-16  Martin Liska  <mliska@suse.cz>
444         * gcc-changelog/git_email.py: Use PatchSet constructor
445         as newline argument is not supported with older unidiff
446         library.
448 2022-12-16  Tobias Burnus  <tobias@codesourcery.com>
450         * gcc-changelog/git_email.py (GitEmail:__init__): Support older
451         unidiff.PatchSet that do not have a newline= argument
452         of from_filename.
454 2022-12-14  Martin Liska  <mliska@suse.cz>
456         * analyze_brprob.py: Add copyright header.
457         * analyze_brprob_spec.py: Likewise.
458         * check-params-in-docs.py: Likewise.
459         * check_GNU_style.py: Likewise.
460         * check_GNU_style_lib.py: Likewise.
461         * filter-clang-warnings.py: Likewise.
462         * gcc-changelog/git_check_commit.py: Likewise.
463         * gcc-changelog/git_commit.py: Likewise.
464         * gcc-changelog/git_email.py: Likewise.
465         * gcc-changelog/git_repository.py: Likewise.
466         * gcc-changelog/git_update_version.py: Likewise.
467         * gcc-changelog/test_email.py: Likewise.
468         * mark_spam.py: Likewise.
470 2022-12-14  Martin Liska  <mliska@suse.cz>
472         * mklog.py: Check for number of hunks and not if a modified
473         file is binary.
475 2022-12-12  Martin Liska  <mliska@suse.cz>
477         * mklog.py: Do not search PR entry in a file that is binary.
479 2022-12-11  Martin Liska  <mliska@suse.cz>
481         * check_GNU_style.py: Use newline=\n.
482         * check_GNU_style_lib.py: Simplify.
483         * gcc-changelog/git_commit.py: Fix issues seen
484         Rust patchset.
485         * gcc-changelog/git_email.py: Use newline argument.
486         * gcc-changelog/test_email.py: New test.
487         * gcc-changelog/test_patches.txt: New test.
488         * mklog.py: Use newline argument.
490 2022-12-10  Thomas Schwinge  <thomas@codesourcery.com>
492         * gcc-changelog/git_commit.py (default_changelog_locations): Add
493         'gcc/rust'.
494         (bug_components): Add 'rust'.
496 2022-12-10  Gaius Mulley  <gaiusmod2@gmail.com>
498         * gcc-changelog/git_commit.py (default_changelog_locations):
499         New entry for gcc/m2.  New entry for libgm2.
501 2022-12-06  David Malcolm  <dmalcolm@redhat.com>
503         * gcc.doxy (INPUT): Add gcc/analyzer subdirectory.
505 2022-11-25  Martin Liska  <mliska@suse.cz>
507         Revert:
508         2022-11-25  Martin Liska  <mliska@suse.cz>
510         * gcc-changelog/git_commit.py: Temporarily disable
511         check_line.start.
513 2022-11-25  Martin Liska  <mliska@suse.cz>
515         * gcc-changelog/git_commit.py: Temporarily disable
516         check_line.start.
518 2022-11-21  Martin Liska  <mliska@suse.cz>
520         Revert:
521         2022-11-20  Martin Liska  <mliska@suse.cz>
523         * gcc-changelog/git_commit.py: Temporarily disable
524         check_line.start.
526 2022-11-20  Martin Liska  <mliska@suse.cz>
528         * gcc-changelog/git_commit.py: Temporarily disable
529         check_line.start.
531 2022-11-18  Jakub Jelinek  <jakub@redhat.com>
533         * gcc-changelog/git_update_version.py: Add
534         1957bedf29a1b2cc231972aba680fe80199d5498 to ignored commits.
536 2022-11-15  Martin Liska  <mliska@suse.cz>
538         * gcc-changelog/git_commit.py: Revert temporary rule
539         relaxation.
541 2022-11-14  Martin Liska  <mliska@suse.cz>
543         * gcc-changelog/git_commit.py: Temporarily disable
544         check_line.start.
546 2022-11-11  Martin Liska  <mliska@suse.cz>
548         * gcc-changelog/git_commit.py: Check for a space after leading
549         tab.
550         * gcc-changelog/test_email.py: Likewise.
551         * gcc-changelog/test_patches.txt: Likewise.
553 2022-11-06  Jakub Jelinek  <jakub@redhat.com>
555         * gcc-changelog/git_update_version.py: Add
556         e4cba49413ca429dc82f6aa2e88129ecb3fdd943 to ignored commits.
558 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
560         * gcc-changelog/git_commit.py (default_changelog_locations):
561         Remove 'liboffloadmic'.
562         * gcc_update (files_and_dependencies): Remove 'liboffloadmic'
563         files.
564         * update-copyright.py (GCCCmdLine): Remove 'liboffloadmic'
565         comment.
567 2022-10-20  Jonathan Wakely   <jwakely@redhat.com>
568             Ulrich Drepper  <drepper@redhat.com>
570         * gcc_update: Add rule for gcc/cp/std-name-hint.gperf.
572 2022-10-07  Martin Liska  <mliska@suse.cz>
574         * gcc-changelog/git_update_version.py: Remove extra fetch.
576 2022-10-06  Martin Liska  <mliska@suse.cz>
578         * gcc-changelog/git_update_version.py: Use logging module
579         and provide robust debugging output.
581 2022-10-05  Martin Liska  <mliska@suse.cz>
583         * gcc-changelog/git_update_version.py: Do fetch before a push.
585 2022-09-20  Martin Liska  <mliska@suse.cz>
587         * filter-clang-warnings.py: Skip egrep: warning: egrep is
588         obsolescent; using grep -E.
590 2022-08-31  Martin Liska  <mliska@suse.cz>
592         * config-list.mk: Remove deprecated ports.
594 2022-08-30  Ulrich Drepper  <drepper@gmail.com>
596         * gcc_update (files_and_dependencies): Add rule for
597         gcc/cp/std-name-hint.h.
599 2022-08-30  Martin Liska  <mliska@suse.cz>
601         * config-list.mk: Remove the port.
603 2022-08-27  Xi Ruoyao  <xry111@xry111.site>
605         * gen_autofdo_event.py: Port to Python 3, and use grep -E
606         instead of egrep.
608 2022-08-26  Martin Liska  <mliska@suse.cz>
610         * config-list.mk: Remove cr16.
612 2022-08-19  Stefan Schulze Frielinghaus  <stefansf@linux.ibm.com>
614         * clang-format: Add further FOR_EACH_ macros.
616 2022-08-18  Andrea Corallo  <andrea.corallo@arm.com>
618         * git-fetch-vendor.sh : Fix typo.
620 2022-08-02  Martin Liska  <mliska@suse.cz>
622         * gcc-changelog/git_commit.py: Do not deduce changelog for root ChangeLog.
624 2022-07-22  Martin Liska  <mliska@suse.cz>
626         * git-commit-mklog.py: Do not parse -b argument.
627         Pass mklog_args as json environment variable.
628         * mklog.py: Parse GCC_MKLOG_ARGS and append it to sys.argv.
629         * prepare-commit-msg: Do not append GCC_MKLOG_ARGS to args.
631 2022-07-22  Martin Liska  <mliska@suse.cz>
633         * mklog.py: Use component: [PR xyz] only when one PR is used.
635 2022-07-04  Martin Liska  <mliska@suse.cz>
637         * git-descr.sh: By default print revision for HEAD.
639 2022-06-28  Lewis Hyatt  <lhyatt@gmail.com>
641         * unicode/README: Added instructions for updating ucnid.h.
642         * unicode/DerivedCoreProperties.txt: New file added to source
643         control from Unicode 14.0 release.
644         * unicode/DerivedNormalizationProps.txt: Likewise.
646 2022-06-26  Lewis Hyatt  <lhyatt@gmail.com>
648         * unicode/EastAsianWidth.txt: Update to Unicode 14.0.0.
649         * unicode/PropList.txt: Likewise.
650         * unicode/README: Likewise.
651         * unicode/UnicodeData.txt: Likewise.
653 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
655         * config-list.mk: Remove tilegx and tilepro entries.
656         * gcc_update: Remove tilegx and tilepro entries.
658 2022-05-27  Richard Biener  <rguenther@suse.de>
660         * gcc-changelog/git_update_version.py (active_refs): Remove
661         releases/gcc-9.
663 2022-05-06  Jakub Jelinek  <jakub@redhat.com>
665         * gennews (files): Add files for GCC 12.
667 2022-04-28  Jakub Jelinek  <jakub@redhat.com>
669         * gcc-changelog/git_update_version.py (active_refs): Add
670         releases/gcc-12.
672 2022-04-25  Martin Liska  <mliska@suse.cz>
674         * filter-clang-warnings.py: Filter out
675         -Wc++20-attribute-extensions in lex.cc.
677 2022-04-25  Martin Liska  <mliska@suse.cz>
679         * filter-clang-warnings.py: Filter out
680         -Wbitwise-instead-of-logical.
682 2022-04-04  Martin Liska  <mliska@suse.cz>
684         * gcc-changelog/git_update_version.py: Ignore the revision.
686 2022-03-31  Jakub Jelinek  <jakub@redhat.com>
687             Joseph Myers  <joseph@codesourcery.com>
689         PR other/105114
690         * gcc_update: Fix up spelling of
691         gcc/config/loongarch/genopts/loongarch-strings dependency.
693 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
694             Lulu Cheng  <chenglulu@loongson.cn>
696         * config-list.mk: Add LoongArch triplet.
698 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
699             Lulu Cheng  <chenglulu@loongson.cn>
701         * gcc_update (files_and_dependencies): Add
702         config/loongarch/loongarch.opt and config/loongarch/loongarch-str.h.
704 2022-03-28  Martin Liska  <mliska@suse.cz>
706         * gcc-changelog/git_commit.py: Match trailing dot literally.
708 2022-03-28  Martin Liska  <mliska@suse.cz>
710         * gcc-changelog/git_commit.py: Make the parsing stricter.
712 2022-03-26  Jakub Jelinek  <jakub@redhat.com>
714         * gcc-changelog/git_update_version.py: Add
715         3ab5c8cd03d92bf4ec41e351820349d92fbc40c4 to ignored commits.
717 2022-03-10  Jonathan Wakely  <jwakely@redhat.com>
719         PR other/102664
720         * gcc-git-customization.sh: Fix non-portable commands.
722 2022-03-10  Jakub Jelinek  <jakub@redhat.com>
724         PR other/102664
725         * git-descr.sh: Replace all [1-9] occurrences with [0-9].
726         * git-undescr.sh: Likewise.
728 2022-03-09  Jonathan Wakely  <jwakely@redhat.com>
730         PR other/102664
731         * git-descr.sh: Use portable sed commands.
732         * git-undescr.sh: Likewise.
734 2022-03-08  Jonathan Wakely  <jwakely@redhat.com>
736         PR other/102664
737         * git-descr.sh: Use portable form of expr match.
739 2022-01-31  Martin Liska  <mliska@suse.cz>
741         * analyze_brprob.py: Support more formatted predict.def file.
742         * analyze_brprob_spec.py: Improve output and documentation.
744 2022-01-27  Martin Liska  <mliska@suse.cz>
746         * git-undescr.sh: Support full output of git-descr.sh.
748 2022-01-27  Martin Liska  <mliska@suse.cz>
749             Martin Jambor  <mjambor@suse.cz>
751         * git-descr.sh: New file.
752         * git-undescr.sh: New file.
753         Support optional arguments --long, --short and default
754         to 14 characters of git hash.
755         * gcc-git-customization.sh: Use the created files.
757 2022-01-24  Martin Liska  <mliska@suse.cz>
759         * gcc-changelog/git_commit.py: New files in toplev must
760         be explicitly marked as "New file".
761         * gcc-changelog/test_email.py: Test.
762         * gcc-changelog/test_patches.txt: Add test.
764 2022-01-23  Martin Liska  <mliska@suse.cz>
766         * filter-clang-warnings.py: Filter out one another warning
767         for sse.md.
769 2022-01-19  Martin Liska  <mliska@suse.cz>
771         * check_GNU_style_lib.py: Skip Python files.
773 2022-01-19  Martin Liska  <mliska@suse.cz>
775         * git-backport.py: Use it.
776         * git-fix-changelog.py: New file.
777         * gcc-git-customization.sh: Add new alias git gcc-fix-changelog.
779 2022-01-17  Martin Liska  <mliska@suse.cz>
781         * git-backport.py: Support renaming of .cc files.
783 2022-01-17  Martin Liska  <mliska@suse.cz>
785         * filter-clang-warnings.py: Rename .c names to .cc.
786         * gcc_update: Likewise.
787         * paranoia.cc: Likewise.
789 2022-01-17  Martin Liska  <mliska@suse.cz>
791         * maintainers-verify.sh: Removed.
793 2022-01-13  Martin Liska  <mliska@suse.cz>
795         * git-backport.py: Simplify the script as pre-auto-ChangeLog era
796         is 14 months old.
798 2022-01-11  Martin Liska  <mliska@suse.cz>
800         * check-MAINTAINERS.py: Use sys.argv[1] as path to MAINTAINERS.
802 2022-01-11  Martin Liska  <mliska@suse.cz>
804         * check-MAINTAINERS.py: New file.
806 2022-01-03  Jakub Jelinek  <jakub@redhat.com>
808         * update-copyright.py: Add University of Illinois as external author.
810 2021-12-16  Xionghu Luo  <luoxhu@linux.ibm.com>
812         * analyze_brprob_spec.py: Add verbose argument.
814 2021-12-06  Martin Liska  <mliska@suse.cz>
816         * filter-clang-warnings.py: Filter out one warning.
818 2021-11-24  Tobias Burnus  <tobias@codesourcery.com>
820         * download_prerequisites: Update to gmp-6.2.1, mpfr-4.1.0,
821         mpc-1.2.1 and isl-0.24.
822         * prerequisites.md5: Update hash.
823         * prerequisites.sha512: Likewise.
825 2021-11-23  Martin Liska  <mliska@suse.cz>
827         * filter-clang-warnings.py: Filter -Wc++20-extensions as it does
828         not respect proper attribute detection.
830 2021-11-23  Martin Liska  <mliska@suse.cz>
832         * check-params-in-docs.py: Support @itemx in param documentation
833         and support multi-line documentation for parameters.
835 2021-11-08  Thomas Schwinge  <thomas@codesourcery.com>
837         * update-copyright.py (class BadYear): Derive from 'Exception'.
839 2021-11-05  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
841         * testsuite-management/validate_failures.py: 2to3
843 2021-11-04  Martin Liska  <mliska@suse.cz>
845         * gcc-changelog/git_check_commit.py: Add -v option.
846         * gcc-changelog/git_commit.py: Print verbose diff for wrong
847         filename.
849 2021-11-02  Martin Liska  <mliska@suse.cz>
851         * check-internal-format-escaping.py: Fix flake8 errors.
853 2021-11-01  David Malcolm  <dmalcolm@redhat.com>
855         * unicode/utf8-dump.py: New file.
857 2021-10-20  H.J. Lu  <hjl.tools@gmail.com>
859         * gcc-changelog/git_commit.py (ignored_prefixes): Add libffi/.
861 2021-10-18  Martin Liska  <mliska@suse.cz>
863         * gcc-changelog/git_commit.py: Update location of
864         'bad parentheses wrapping'.
865         * gcc-changelog/test_email.py: Test it.
867 2021-10-02  Martin Liska  <mliska@suse.cz>
869         * filter-clang-warnings.py: Filter out -Wtautological-compare
870         for the file.
872 2021-09-20  Richard Biener  <rguenther@suse.de>
874         * config-list.mk: --enable-obsolete for hppa2.0-hpux10.1 and
875         hppa2.0-hpux11.9.
877 2021-09-15  Martin Liska  <mliska@suse.cz>
879         * gcc-changelog/git_commit.py: Add FIXME note.
881 2021-09-15  Martin Liska  <mliska@suse.cz>
883         * gcc-changelog/git_commit.py: Check commit email.
884         * gcc-changelog/test_email.py: Add new test.
885         * gcc-changelog/test_patches.txt: Likewise.
887 2021-09-15  Richard Biener  <rguenther@suse.de>
889         * config-list.mk: Remove vax-openbsd.
891 2021-09-15  Richard Biener  <rguenther@suse.de>
893         * config-list.mk: Remove m68k-openbsd.
895 2021-09-13  Andrew Pinski  <apinski@marvell.com>
897         * config-list.mk: Remove m32r-linux and m32rle-linux
898         from the list.
900 2021-09-13  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
902         * config-list.mk (LIST): --enable-obsolete for cr16-elf.
904 2021-09-06  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
906         * gcc_update: Derive human readable name for HEAD using git describe
907         like "git gcc-descr" with short commit hash.  Drop "revision" from
908         gcc/REVISION.
910 2021-08-30  Andrew Pinski  <apinski@marvell.com>
912         * download_prerequisites (md5_check): Replace == inside
913         test with = to be more portable.
915 2021-08-26  Martin Liska  <mliska@suse.cz>
917         * mklog.py: Use file.{source,target}_file for proper rename
918         handling.
920 2021-08-24  Andrew Pinski  <apinski@marvell.com>
922         PR other/82704
923         * download_prerequisites: Fix issues with --md5 and
924         --sha512 options.
926 2021-08-18  Martin Liska  <mliska@suse.cz>
928         * gcc-git-customization.sh: Wrap $@ in quotes.
929         * git-commit-mklog.py: Add new argument --co.
930         * mklog.py: Skip the Co-Authored-By lines.
932 2021-08-10  Martin Liska  <mliska@suse.cz>
934         * mklog.py: Support additional PRs without PR prefix.
936 2021-08-03  Martin Liska  <mliska@suse.cz>
938         * gcc-changelog/git_update_version.py: Ignore problematic
939         commit.
941 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
943         * vimrc (textwidth): Change non-gitcommit length to 79.
945 2021-07-02  Eugene Rozenfeld  <erozen@microsoft.com>
947         * gen_autofdo_event.py: handle stepping, non-working PEBS
949 2021-06-28  Martin Liska  <mliska@suse.cz>
951         * mklog.py: Handle correctly long lines.
952         * test_mklog.py: Test it.
954 2021-06-23  Martin Liska  <mliska@suse.cz>
956         * gcc-git-customization.sh: Use the new wrapper.
957         * git-commit-mklog.py: New file.
958         * prepare-commit-msg: Support GCC_MKLOG_ARGS.
960 2021-06-22  Martin Liska  <mliska@suse.cz>
962         * mklog.py: Fix flake8 issue.
964 2021-06-21  Tobias Burnus  <tobias@codesourcery.com>
965             Martin Sebor  <msebor@redhat.com>
967         * mklog.py (bugzilla_url): Fetch also component.
968         (pr_filename_regex): New.
969         (get_pr_titles): Update PR string with correct format and component.
970         (generate_changelog): Take additional PRs; extract PR from the
971         filename.
972         (__main__): Add -b/--pr-numbers argument.
973         * test_mklog.py (EXPECTED4): Update to expect a PR for the new file.
975 2021-06-17  Jason Merrill  <jason@redhat.com>
977         * mklog.py: Add an initial component: [PRnnnnn] line when
978         we have a PR.
980 2021-06-13  Tobias Burnus  <tobias@codesourcery.com>
982         * gcc-changelog/git_commit.py (pr_regex): Add ?P<pr> for group('pr').
983         (subject_pr_regex, subject_pr2_regex): New.
984         (GitInfo.__init__, GitCommit.parse_changelog): Check subject PRs.
985         * gcc-changelog/git_email.py (SUBJECT_PREFIX, subject_patch_regex): New.
986         (GitEmail.__init__): Parse 'Subject:' and pass it to GitInfo.
987         * gcc-changelog/test_email.py (test_pr_only_in_subject,
988         test_wrong_pr_comp_in_subject, test_copyright_years): New.
989         * gcc-changelog/test_patches.txt (0030-PR-c-92746, pr-check1.patch):
990         Update to avoid triggering the new check.
991         (0001-rs6000-Support-doubleword, pr-wrong-comp.patch,
992         copyright-years.patch): New.
994 2021-06-11  Martin Liska  <mliska@suse.cz>
996         * gcc-changelog/git_update_version.py: Ignore commit that
997         violates rules and was somehow pushed.
999 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
1001         * update-copyright.py: Add c++tools.
1003 2021-05-24  Martin Liska  <mliska@suse.cz>
1005         * gcc-changelog/git_commit.py: Add note that ChangeLog entries
1006         are added automatically.
1007         * gcc-changelog/test_email.py: Update test.
1009 2021-05-18  Jonathan Wakely  <jwakely@redhat.com>
1011         * gcc-changelog/git_email.py: Remove use of non-strict mode.
1013 2021-05-17  Richard Biener  <rguenther@suse.de>
1015         * download_prerequisites: Update mpfr version to 3.1.6.
1016         * prerequisites.md5: Update.
1017         * prerequisites.sha512: Likewise.
1019 2021-05-17  Richard Biener  <rguenther@suse.de>
1021         Revert:
1022         2021-05-14  Martin Liska  <mliska@suse.cz>
1024         * download_prerequisites: Use version 4.1.0.
1026 2021-05-14  Martin Liska  <mliska@suse.cz>
1028         * download_prerequisites: Use version 4.1.0.
1030 2021-05-14  Jakub Jelinek  <jakub@redhat.com>
1032         * gcc-changelog/git_update_version.py: Remove releases/gcc-8 from
1033         active_refs.
1035 2021-05-14  Martin Liska  <mliska@suse.cz>
1037         * gcc-changelog/git_commit.py: Support Co-Authored-By before
1038         a first ChangeLog entry.
1040 2021-05-13  Martin Liska  <mliska@suse.cz>
1042         * mklog.py: Put PR entries before all ChangeLog entries
1043         (will be added to all ChangeLog locations by Daily bump script).
1044         * test_mklog.py: Test the new behavior.
1046 2021-05-12  Martin Liska  <mliska@suse.cz>
1048         * gcc-changelog/git_commit.py: Simplify needle lookup.
1049         * gcc-changelog/git_update_version.py: Pass ref_name to
1050         parse_git_revisions.
1052 2021-05-11  Martin Liska  <mliska@suse.cz>
1054         * gcc_update: Remove libhsail-rt folder.
1055         * update-copyright.py: Likewise.
1057 2021-05-11  Martin Liska  <mliska@suse.cz>
1059         * gcc-changelog/git_check_commit.py: Remove --non-strict-mode.
1060         * gcc-changelog/git_commit.py: Remove strict mode.
1061         * gcc-changelog/git_email.py: Likewise.
1062         * gcc-changelog/git_repository.py: Likewise.
1063         * gcc-changelog/test_email.py: Likewise.
1064         * gcc-changelog/test_patches.txt: Update patches so that they
1065         don't contain a ChangeLog file changes.
1067 2021-05-11  Martin Liska  <mliska@suse.cz>
1069         * gcc-changelog/git_commit.py: Remove ChangeLog locations
1070         based on ref_name.
1071         * gcc-changelog/git_repository.py: Likewise.
1073 2021-05-10  Martin Liska  <mliska@suse.cz>
1075         * gcc-changelog/git_email.py: Remove newlines when --help
1076         is used.
1078 2021-05-10  Tobias Burnus  <tobias@codesourcery.com>
1080         * gcc-changelog/git_check_commit.py (__Main__): State in --help
1081         the default value for 'revisions'.
1082         * gcc-changelog/git_email.py (show_help): Add.
1083         (__main__): Handle -h and --help.
1085 2021-05-10  Tobias Burnus  <tobias@codesourcery.com>
1087         * gcc-changelog/git_commit.py (Error.__repr__): Add space after the colon.
1088         (GitCommit.check_mentioned_files): Check whether the same file has been
1089         specified multiple times.
1090         * gcc-changelog/test_email.py (TestGccChangelog.test_multi_same_file): New.
1091         * gcc-changelog/test_patches.txt (0001-OpenMP-Fix-SIMT): New test.
1093 2021-05-10  Martin Liska  <mliska@suse.cz>
1095         Revert:
1096         2021-05-10  Martin Liska  <mliska@suse.cz>
1098         * gcc-changelog/git_commit.py: Remove components that will be
1099         removed.
1101 2021-05-10  Martin Liska  <mliska@suse.cz>
1103         * gcc_update: Start using reload.c instead of version.c.
1105 2021-05-10  Martin Liska  <mliska@suse.cz>
1107         * gcc-changelog/git_commit.py: Remove components that will be
1108         removed.
1110 2021-04-27  Jakub Jelinek  <jakub@redhat.com>
1112         * gennews (files): Add files for GCC 10 and GCC 11.
1114 2021-04-22  David Edelsohn  <dje.gcc@gmail.com>
1116         * config-list.mk: Remove rs6000-ibm-aix6.1.
1117         Rename rs6000-ibm-aix7.1 to powerpc-ibm-aix7.1.
1118         Add powerpc-ibm-aix7.2.
1120 2021-04-20  Jakub Jelinek  <jakub@redhat.com>
1122         * gcc-changelog/git_update_version.py (active_refs): Add
1123         releases/gcc-11.
1125 2021-04-12  Martin Liska  <mliska@suse.cz>
1127         * gcc-changelog/git_commit.py: Do not allow space in long lines.
1129 2021-04-12  Martin Liska  <mliska@suse.cz>
1131         * gcc-changelog/git_commit.py: Support long filenames
1132         in entries.
1133         * gcc-changelog/test_email.py: Test it.
1134         * gcc-changelog/test_patches.txt: Likewise.
1136 2021-03-23  Martin Liska  <mliska@suse.cz>
1138         * mklog.py: Fix broken tests.
1140 2021-03-22  Martin Liska  <mliska@suse.cz>
1142         * mklog.py: Add --directory argument.
1144 2021-03-19  Matthias Klose  <doko@ubuntu.com>
1146         * texi2pod.pl: Substitute @tie{} with a space for the man pages.
1148 2021-03-16  Martin Liska  <mliska@suse.cz>
1150         * gcc-changelog/git_update_version.py: Skip one problematic
1151         commit.
1153 2021-03-12  Martin Liska  <mliska@suse.cz>
1155         * gcc-changelog/git_commit.py: Allow deletion of ChangeLog
1156         files.
1157         * gcc-changelog/setup.cfg: Set line limit to 120 characters.
1158         * gcc-changelog/test_email.py: Add test.
1159         * gcc-changelog/test_patches.txt: Likewise.
1160         * gcc-changelog/git_email.py: Fix parsing of deleted files.
1162 2021-02-08  Mike Frysinger  <vapier@gentoo.org>
1164         * mklog.py (generated_files): New set.
1165         (generate_changelog): Add entries based on generated_files.
1167 2021-02-03  Aaron Sawdey  <acsawdey@linux.ibm.com>
1169         * gcc_update (files_and_dependencies): Add dependency for
1170         gcc/config/rs6000/fusion.md on gcc/config/rs6000/genfusion.md.
1172 2021-01-28  Eric Botcazou  <ebotcazou@adacore.com>
1174         PR lto/85574
1175         * compare-lto: Deal with PE-COFF executables specifically.
1177 2021-01-14  Martin Liska  <mliska@suse.cz>
1179         * mklog.py: Fix infinite loop for unsupported files.
1181 2021-01-13  Martin Liska  <mliska@suse.cz>
1183         * gcc-changelog/git_commit.py: Support wrapping of functions
1184         in parentheses that can take multiple lines.
1185         * gcc-changelog/test_email.py: Add tests for it.
1186         * gcc-changelog/test_patches.txt: Add 2 patches.
1188 2021-01-13  Martin Liska  <mliska@suse.cz>
1190         * mklog.py: Parse also define_insn_and_split and similar
1191         directives in .md files.
1192         * test_mklog.py: Test.
1194 2021-01-13  Martin Liska  <mliska@suse.cz>
1196         * gcc-changelog/git_commit.py: Allow modifications of older
1197         ChangeLog (or specific) files without need to make a ChangeLog
1198         entry.
1199         * gcc-changelog/test_email.py: Test it.
1200         * gcc-changelog/test_patches.txt: Add new patch.
1202 2021-01-11  Martin Liska  <mliska@suse.cz>
1204         * update-copyright.py: Port to python3 by guessing encoding
1205         (first utf8, then iso8859). Add 2 more ignores: .png and .pyc.
1207 2021-01-06  Martin Liska  <mliska@suse.cz>
1209         * gcc-changelog/git_commit.py: Add decode_path function.
1210         * gcc-changelog/git_email.py: Use it in order to solve
1211         utf8 encoding filename issues.
1212         * gcc-changelog/git_repository.py: Likewise.
1213         * gcc-changelog/test_email.py: Test it.
1215 2021-01-04  Jakub Jelinek  <jakub@redhat.com>
1217         * update-copyright.py: Add AMD and Ulf Adams as external authors.
1219 2021-01-04  Jakub Jelinek  <jakub@redhat.com>
1221         * update-copyright.py: Use 8 spaces instead of tab to indent.
1223 2021-01-04  Martin Liska  <mliska@suse.cz>
1225         * mklog.py: Add --update-copyright option which adds:
1226         "Update copyright years." to ChangeLog files belonging
1227         to a modified file.
1229 2021-01-04  Martin Liska  <mliska@suse.cz>
1231         * gcc-changelog/git_commit.py: Skip Update copyright
1232         years commits.
1234 2020-12-21  Martin Liska  <mliska@suse.cz>
1236         * gcc-changelog/git_commit.py: Add new error for quoted
1237         filenames.
1238         * gcc-changelog/test_email.py: Test it.
1239         * gcc-changelog/test_patches.txt: Test it.
1241 2020-12-21  Martin Liska  <mliska@suse.cz>
1243         * gcc-changelog/test_email.py: New test.
1244         * gcc-changelog/test_patches.txt: Likewise.
1246 2020-12-17  Nathan Sidwell  <nathan@acm.org>
1248         PR bootstrap/98300
1249         * gcc_update: Add c++tools/config.h.in.
1251 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1253         * gcc_update: Add c++tools & libcody.
1255 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1257         * gcc-changelog/git_commit.py (changelog_locations): Add
1258         libcody, c++tools.
1260 2020-12-08  Martin Liska  <mliska@suse.cz>
1262         * filter-clang-warnings.py: Filter more cases.
1264 2020-12-08  Martin Liska  <mliska@suse.cz>
1266         * filter-clang-warnings.py: Modernize and filter 2 more
1267         patterns.
1269 2020-12-04  Martin Liska  <mliska@suse.cz>
1271         * check-params-in-docs.py: use flake8 and add some
1272         tweaks to ignore aarch64 params.
1274 2020-12-02  Jason Merrill  <jason@redhat.com>
1276         * gcc-git-customization.sh: Configure sendemail.to.
1278 2020-11-30  Martin Liska  <mliska@suse.cz>
1280         * gcc-changelog/git_commit.py: Suggest close file for
1281         'unchanged file mentioned in a ChangeLog' error.
1282         * gcc-changelog/test_email.py: Test it.
1284 2020-11-30  Martin Liska  <mliska@suse.cz>
1286         * gcc-changelog/git_commit.py: Allow sub-directory wildcard
1287         changelog entry. Fix a typo caused by apostrophe escaping.
1288         * gcc-changelog/test_email.py: Test it.
1289         * gcc-changelog/test_patches.txt: Likewise.
1291 2020-11-30  Jonathan Wakely  <jwakely@redhat.com>
1293         * gcc-changelog/git_commit.py (wildcard_prefixes): Add libstdc++
1294         testsuite directory.
1296 2020-11-30  Martin Liska  <mliska@suse.cz>
1298         * gcc-changelog/git_commit.py: Allow wildcard pattern only.
1300 2020-11-27  Martin Liska  <mliska@suse.cz>
1302         * gcc-changelog/git_commit.py: Use regex for cherry pick prefix.
1303         * gcc-changelog/test_email.py: Test it.
1304         * gcc-changelog/test_patches.txt: Likewise.
1306 2020-11-25  Martin Liska  <mliska@suse.cz>
1308         * gcc-changelog/git_commit.py: Use revert_regex instead
1309         of string prefix.  Convert sets to literals.
1311 2020-11-16  Martin Liska  <mliska@suse.cz>
1313         * mklog.py: Do not call read on an input stream.
1314         Fix some flake8 issues.
1316 2020-11-07  Lewis Hyatt  <lhyatt@gmail.com>
1318         * unicode/EastAsianWidth.txt: Update to Unicode 13.0.0.
1319         * unicode/PropList.txt: Likewise.
1320         * unicode/README: Likewise.
1321         * unicode/UnicodeData.txt: Likewise.
1322         * unicode/from_glibc/unicode_utils.py: Update to latest glibc version.
1323         * unicode/from_glibc/utf8_gen.py: Likewise.
1325 2020-11-06  Martin Liska  <mliska@suse.cz>
1327         * gcc-changelog/git_commit.py: Add new check.
1328         * gcc-changelog/test_email.py: Test it.
1329         * gcc-changelog/test_patches.txt: Add new patch.
1331 2020-11-04  Martin Liska  <mliska@suse.cz>
1333         * gcc-changelog/git_repository.py: Set strict=True
1334         for parse_git_revisions as a default.
1336 2020-11-04  Tobias Burnus  <tobias@codesourcery.com>
1338         * gcc-changelog/git_commit.py (item_parenthesis_empty_regex,
1339         item_parenthesis_regex): Add.
1340         (check_for_empty_description): Use them.
1341         * gcc-changelog/test_email.py (test_emptry_entry_desc,
1342         test_emptry_entry_desc_2): Add.
1343         * gcc-changelog/test_patches.txt: Add two testcases for it.
1345 2020-11-03  Tobias Burnus  <tobias@codesourcery.com>
1347         * gcc-changelog/git_email.py: Add unidiff_supports_renaming check.
1349 2020-11-03  Martin Liska  <mliska@suse.cz>
1351         * gcc-changelog/setup.cfg: New file.
1353 2020-10-30  Martin Liska  <mliska@suse.cz>
1355         * gcc-changelog/git_commit.py: Handle empty groups in
1356         file description.
1357         * gcc-changelog/test_email.py: New test.
1358         * gcc-changelog/test_patches.txt: Likewise.
1360 2020-09-21  Tobias Burnus  <tobias@codesourcery.com>
1362         * mklog.py: Parse first 10 lines for PR/DR number
1363         not only the first line.
1365 2020-09-17  Dimitrij Mojoski  <dmjpp@hotmail.com>
1367         * clang-format: Autodetect C++ standard in use rather than
1368         forcing C++03.
1370 2020-08-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1372         * config-list.mk (LIST): Add OPT-enable-obsolete to tilegx-linux-gnu,
1373         tilegxbe-linux-gnu, and tilepro-linux-gnu.
1375 2020-07-29  Martin Liska  <mliska@suse.cz>
1377         * git-backport.py: fix how are ChangeLog paths combined.
1379 2020-07-23  Patrick Palka  <ppalka@redhat.com>
1381         * vimrc (SetStyle): Also inspect &filetype to determine whether
1382         a file is C-like.
1384 2020-07-23  Martin Liska  <mliska@suse.cz>
1386         * gcc-changelog/git_commit.py: When reverting a backport,
1387         we should print only Revert header.
1389 2020-07-17  Jonathan Wakely  <jwakely@redhat.com>
1391         * gcc-changelog/git_update_version.py: Fix typo.
1393 2020-07-10  Mike Nolta  <mike@nolta.net>
1395         * download_prerequisites: Don't pass wget options to curl.
1397 2020-07-07  Alexandre Oliva  <oliva@adacore.com>
1398             Martin Liska  <mliska@suse.cz>
1400         * gcc-changelog/git_commit.py: Support CASE and COND.
1401         * gcc-changelog/test_patches.txt: Add test.
1402         * gcc-changelog/test_email.py: Add test.
1404 2020-06-30  Martin Liska  <mliska@suse.cz>
1406         * gcc-changelog/git_repository.py: Support older releases of
1407         GitPython when renamed_file was named renamed.
1409 2020-06-30  Martin Liska  <mliska@suse.cz>
1411         * gcc-changelog/git_check_commit.py: Print revision
1412         of original_info.
1413         * gcc-changelog/git_commit.py: Support Revert commits.
1415 2020-06-30  Martin Liska  <mliska@suse.cz>
1417         * gcc-changelog/git_check_commit.py: Use GitInfo
1418         * gcc-changelog/git_commit.py: Add GitInfo class.
1419         * gcc-changelog/git_email.py: Use GitInfo class.
1420         * gcc-changelog/git_repository.py: Likewise.
1422 2020-06-24  Ilya Leoshkevich  <iii@linux.ibm.com>
1424         * download_prerequisites: Support AIX and OpenBSD unames.
1425         Pipe `{gzip,bzip2} -d` to `tar -xf -`.
1427 2020-06-18  Martin Liska  <mliska@suse.cz>
1429         * gcc-changelog/git_update_version.py: First checkout and then
1430         run git pull ---rebase.
1432 2020-06-18  Martin Liska  <mliska@suse.cz>
1434         * gcc-changelog/git_update_version.py: Support merge commits
1435         and walk only on the branch that is being merged and generate
1436         missing ChangeLog entries.
1438 2020-06-18  Martin Liska  <mliska@suse.cz>
1440         * gcc-changelog/git_commit.py: Fix Backported from timestamp when
1441         use_commit_ts=True is used.
1443 2020-06-17  Martin Liska  <mliska@suse.cz>
1445         * gcc-changelog/git_commit.py: Print 'Backported from master'
1446         heading to backported commits.
1447         * gcc-changelog/test_email.py: Test it.
1448         * gcc-changelog/test_patches.txt: Add new patch.
1449         * gcc-changelog/git_repository.py: Add commit_to_date hook.
1450         * gcc-changelog/git_email.py: Add fuzzy implementation
1451         of commit_to_date_hook.
1453 2020-06-11  Jonathan Wakely  <jwakely@redhat.com>
1455         * prepare-commit-msg: Use the gcc-config.mklog-hook-type Git
1456         config key instead of the GCC_FORCE_MKLOG environment variable.
1457         Optionally disable generating a new ChangeLog template for
1458         amended commits when the existing log is still OK.
1460 2020-06-11  Martin Liska  <mliska@suse.cz>
1462         * gcc-changelog/git_update_version.py: Add --curent argument.
1464 2020-06-11  Martin Liska  <mliska@suse.cz>
1466         * prepare-commit-msg: Replace ENV variable with a git config
1467         value.
1469 2020-06-11  Jonathan Wakely  <jwakely@redhat.com>
1471         * prepare-commit-msg: Use 'tee' to save the diff to a file
1472         instead of running 'git diff' twice.
1474 2020-06-10  Martin Liska  <mliska@suse.cz>
1476         * gcc-changelog/git_commit.py: Fix renamed files in
1477         parse_git_name_status.
1478         * gcc-changelog/test_email.py: Add test for it.
1480 2020-06-10  Martin Liska  <mliska@suse.cz>
1482         * gcc-changelog/git_commit.py: Add more supported prefixes.
1483         * gcc-changelog/test_email.py: Fix one flake8 error.
1484         * gcc-changelog/test_patches.txt: Add tested for newly
1485         supported prefixes.
1487 2020-06-10  Jonathan Wakely  <jwakely@redhat.com>
1489         * gcc-changelog/git_commit.py (GitCommit.parse_changelog):
1490         Improve error strings.
1491         * gcc-changelog/test_email.py: Update expected errors.
1493 2020-06-09  Jonathan Wakely  <jwakely@redhat.com>
1495         * gcc-changelog/git_email.py: Set exit status on error.
1497 2020-06-09  Martin Liska  <mliska@suse.cz>
1499         * gcc-changelog/git_commit.py: Fix ChangeLog regex in order to
1500         match the top-level ChangeLog.
1501         * gcc-changelog/test_email.py: Add test.
1502         * gcc-changelog/test_patches.txt: Likewise.
1504 2020-06-02  Martin Liska  <mliska@suse.cz>
1506         * gcc-changelog/git_commit.py: Support foo/bar/*: patterns in
1507         wildcard_prefixes locations.
1508         * gcc-changelog/test_email.py: Test it.
1509         * gcc-changelog/test_patches.txt: Add 3 new patches.
1511 2020-06-02  Iain Buclaw  <ibuclaw@gdcproject.org>
1513         * gcc-changelog/git_commit.py (ignored_prefixes): Add
1514         gcc/testsuite/gdc.test/.
1516 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1518         * gcc-changelog/test_email.py (TestGccChangelog.test_long_lines):
1519         Update expected error message.
1521 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1523         * gcc-changelog/git_commit.py (GitCommit.parse_changelog): Fix
1524         grammar.
1526 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1528         * prepare-commit-msg: Do nothing if the mklog.py script isn't
1529         present.
1531 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1533         * gcc-changelog/git_commit.py (GitCommit.check_mentioned_files):
1534         Improve error text.
1536 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1538         * config-list.mk (LIST): Add v850e1-elf.
1540 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1542         * config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems.
1544 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1546         * config-list.mk (LIST): Remove arm-wrs-vxworks.
1548 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1550         * config-list.mk (LIST): Remove cris-linux, crisv32-elf, and
1551         crisv32-linux.
1553 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1555         * config-list.mk (LIST): Add pru-elf.
1557 2020-05-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1559         * config-list.mk (LIST): Remove rs6000-ibm-aix5.3.0.
1561 2020-05-29  Martin Liska  <mliska@suse.cz>
1563         * gcc-changelog/git_commit.py: Find empty change descriptions.
1564         * gcc-changelog/test_email.py: New test.
1565         * gcc-changelog/test_patches.txt: New patch that tests that.
1567 2020-05-29  Martin Liska  <mliska@suse.cz>
1569         * git-backport.py: The script did 'git co HEAD~' when
1570         there was no modified ChangeLog file in a successful
1571         git cherry pick.
1572         Run cherry-pick --continue without editor.
1574 2020-05-29  Martin Liska  <mliska@suse.cz>
1576         * gcc-changelog/git_commit.py: Properly
1577         handle duplicite authors.
1578         * gcc-changelog/test_email.py: New test.
1579         * gcc-changelog/test_patches.txt: New patch.
1581 2020-05-28  Pierre-Marie de Rodat  <derodat@adacore.com>
1583         * gcc-changelog/git_email.py (GitEmail.__init__): Interpret file
1584         renamings as a file deletion plus a file addition.
1585         * gcc-changelog/git_repository.py (parse_git_revisions):
1586         Likewise.
1587         * gcc-changelog/test_email.py: New testcase.
1588         * gcc-changelog/test_patches.txt: New testcase.
1590 2020-05-28  Martin Liska  <mliska@suse.cz>
1592         * check-params-in-docs.py: Update to new format
1593         of help.  Apply flake8 corrections.
1595 2020-05-28  Martin Liska  <mliska@suse.cz>
1597         * mklog.py: Support renaming of files.
1598         One needs unidiff 0.6.0+.
1599         * test_mklog.py: Test it.
1601 2020-05-27  Martin Liska  <mliska@suse.cz>
1603         * gcc-git-customization.sh: Use git-backport.py to drop
1604         all changes for ChangeLog files.
1605         * git-backport.py: New file.
1607 2020-05-27  Martin Liska  <mliska@suse.cz>
1609         * gcc-git-customization.sh: Rename
1610         commit-mklog to gcc-commit-mklog.
1612 2020-05-27  Martin Liska  <mliska@suse.cz>
1614         * prepare-commit-msg: Save diff to a file if
1615         the GCC_GIT_DIFF_FILE variable is set.
1617 2020-05-26  Pierre-Marie de Rodat  <derodat@adacore.com>
1619         * gcc-changelog/git_commit.py (ChangeLogEntry): Handle entries
1620         with multi-line file lists.
1621         * gcc-changelog/test_email.py: New testcase.
1622         * gcc-changelog/test_patches.txt: Likewise.
1624 2020-05-26  Pierre-Marie de Rodat  <derodat@adacore.com>
1626         * gcc-changelog/git_update_version.py: Close file objects after
1627         use.
1628         * gcc-changelog/git_email.py: Likewise.
1629         * gcc-changelog/test_email.py: Likewise.
1631 2020-05-26  Martin Liska  <mliska@suse.cz>
1633         * gcc-changelog/git_update_version.py: Add 2 new options.
1635 2020-05-26  Alexandre Oliva  <oliva@gnu.org>
1637         * gcc-changelog/git_commit.py (changelog_regex): Accept optional
1638         'for' prefix.
1640 2020-05-26  Alexandre Oliva  <oliva@adacore.com>
1642         * compare-debug: Adjust for .gkd files named as dump files,
1643         with the source suffix rather than the object suffix.
1645 2020-05-26  Martin Liska  <mliska@suse.cz>
1647         * gcc-changelog/git_commit.py: Parse changelog entries for
1648         ignored locations.
1649         * gcc-changelog/test_email.py: Add new test for it.
1650         * gcc-changelog/test_patches.txt: Likewise.
1652 2020-05-26  Jason Merrill  <jason@redhat.com>
1654         * prepare-commit-msg: New file.
1655         * gcc-git-customization.sh: Install it.  Add commit-mklog alias.
1656         * mklog.py: Add new option -c which appends
1657         to a ChangeLog file.
1659 2020-05-25  Martin Liska  <mliska@suse.cz>
1661         * gcc-changelog/git_commit.py: Add trailing '/'
1662         for libdruntime.  Allow empty changelog for
1663         only ignored files.
1664         * gcc-changelog/test_email.py: New test for go
1665         patch in ignored location.
1666         * gcc-changelog/test_patches.txt: Add test.
1668 2020-05-22  Jakub Jelinek  <jakub@redhat.com>
1670         * gcc-changelog/git_commit.py: Add trailing / to
1671         gcc/testsuite/go.test/test and replace gcc/go/frontend/
1672         with gcc/go/gofrontend/ in ignored locations.
1674 2020-05-22  Martin Liska  <mliska@suse.cz>
1676         * gcc-changelog/git_commit.py: Add gcc/testsuite/go.test/test
1677         to ignored locations.
1679 2020-05-21  Martin Liska  <mliska@suse.cz>
1681         * gcc-changelog/git_update_version.py: Prepare the script, the
1682         only missing piece is pushing of the updated branches.
1684 2020-05-21  Martin Liska  <mliska@suse.cz>
1686         * gcc-changelog/git_commit.py: Support DR entries/
1687         * gcc-changelog/test_email.py: New test for it.
1688         * gcc-changelog/test_patches.txt: New patch for it.
1690 2020-05-21  Martin Liska  <mliska@suse.cz>
1692         * mklog.py: Support DR parsing.
1693         * test_mklog.py: New test for DR parsing.
1695 2020-05-20  Martin Liska  <mliska@suse.cz>
1697         * gcc-changelog/git_commit.py: Add author_tuple
1698         only if not present in author_lines.
1699         * gcc-changelog/test_email.py: New test.
1700         * gcc-changelog/test_patches.txt: Add new patch.
1702 2020-05-20  Martin Liska  <mliska@suse.cz>
1704         * gcc-changelog/git_commit.py: Refactor to make flake8 happy.
1705         * gcc-changelog/test_email.py: Add new test.
1706         * gcc-changelog/test_patches.txt: Add new patch.
1708 2020-05-20  Frederik Harwath  <frederik@codesourcery.com>
1710         * gcc-changelog/git_commit.py: Skip over lines starting
1711         with "Reviewed-by: ", "Reviewed-on: ", or "Signed-off-by: "
1713 2020-05-20  Martin Liska  <mliska@suse.cz>
1715         * gcc-changelog/git_check_commit.py: Change
1716         --allow-non-strict-mode to --non-strict-mode.
1718 2020-05-20  Martin Liska  <mliska@suse.cz>
1720         * gcc-changelog/git_commit.py: Support cherry pick
1721         prefix.
1722         * gcc-changelog/test_email.py: Test it.
1723         * gcc-changelog/test_patches.txt: Add new patch.
1724         * gcc-git-customization.sh: Add gcc-backport.
1726 2020-05-19  Martin Liska  <mliska@suse.cz>
1728         * mklog.py: Use REST API for bug title downloading.
1730 2020-05-19  Martin Liska  <mliska@suse.cz>
1732         * gcc-changelog/git_commit.py: Add param use_commit_ts
1733         for to_changelog_entries.
1734         * gcc-changelog/git_update_version.py: Se use_commit_ts to True.
1736 2020-05-19  Martin Liska  <mliska@suse.cz>
1738         * mklog.py: Skip GTY for struct names.  Make flake8 happy.
1739         * test_mklog.py: Add test for GTY.
1741 2020-05-19  Martin Liska  <mliska@suse.cz>
1743         * gcc-changelog/git_update_version.py:
1744         Fill up entries in reverse order.
1746 2020-05-19  Martin Liska  <mliska@suse.cz>
1748         * gcc-git-customization.sh: Add
1749         alias.gcc-mklog new hook.
1750         * mklog.py: New file.
1751         * test_mklog.py: New file.
1753 2020-05-19  Martin Liska  <mliska@suse.cz>
1755         * legacy/mklog: Moved from mklog.
1756         * legacy/mklog.pl: Moved from mklog.pl.
1758 2020-05-19  Martin Liska  <mliska@suse.cz>
1760         * gcc-git-customization.sh: Add gcc-verify alias
1761         that uses contrib/gcc-changelog/git_check_commit.py.
1763 2020-05-15  Andrew Burgess  <andrew.burgess@embecosm.com>
1765         * dg-extract-results.py: Handle GDB specific test types.
1766         * dg-extract-results.sh: Likewise.
1768 2020-05-14  Martin Liska  <mliska@suse.cz>
1770         * gcc-changelog/test_email.py: New file.
1771         * gcc-changelog/test_patches.txt: New file.
1773 2020-05-13  Patrick Palka  <ppalka@redhat.com>
1775         * vimrc: Reduce textwidth to 72 for Git commit messages.
1777 2020-05-13  Martin Liska  <mliska@suse.cz>
1779         * gcc-changelog/git_check_commit.py: Add default argument HEAD
1780         for revisions and improve error message output.
1782 2020-05-13  Martin Liska  <mliska@suse.cz>
1784         * gcc-changelog/git_commit.py: Restore print_output syntax
1785         in git_commit.py.
1787 2020-05-13  Martin Liska  <mliska@suse.cz>
1789         * gcc-changelog/git_check_commit.py: New file.
1790         * gcc-changelog/git_commit.py: New file.
1791         * gcc-changelog/git_email.py: New file.
1792         * gcc-changelog/git_repository.py: New file.
1793         * gcc-changelog/git_update_version.py: New file.
1795 2020-04-17  Martin Liska  <mliska@suse.cz>
1797         * vimrc: We do not want to modify tab options
1798         for Python files.
1800 2020-04-16  Jakub Jelinek  <jakub@redhat.com>
1802         PR bootstrap/92008
1803         * gcc_update: Add intl/plural.y dependency for intl/plural-config.h.
1805 2020-04-03  Martin Liska  <mliska@suse.cz>
1807         * gcc-git-customization.sh: Search for the pattern
1808         at line beginning only.
1810 2020-01-24  Richard Earnshaw  <rearnsha@arm.com>
1812         * gcc-git-customization.sh: Use users/<pfx> for the personal remote
1813         rather than just <pfx>.  Convert existing personal branches to the
1814         new remote.
1815         * git-add-user-branch.sh: New file.
1817 2020-01-22  Richard Earnshaw  <rearnsha@arm.com>
1819         * git-add-vendor-branch.sh: New file.
1821 2020-01-20  Richard Earnshaw  <rearnsha@arm.com>
1823         * gcc-git-customization.sh: Check that user-supplied remote
1824         name exists before continuting.  Use a separate remotes for the
1825         personal commit area.  Convert existing personal and vendor
1826         fetch rules to new layout.
1827         * git-fetch-vendor.sh: New vendor layout.  Add --enable-push
1828         option.
1830 2020-01-17  Hans-Peter Nilsson  <hp@axis.com>
1832         * gcc_update <git revision>: Use git log "--pretty=tformat:%p:%t:%H",
1833         not "--pretty=%p:%t:%H".
1835 2020-01-16  Andreas Schwab  <schwab@linux-m68k.org>
1837         * gcc-git-customization.sh: Avoid double expansion.
1839 2020-01-16  Richard Earnshaw  <rearnsha@arm.com>
1841         * gcc-git-customization.sh: Check that user.name and user.email
1842         are set.  Use $(cmd) instead of `cmd`.  Fix variable quoting when
1843         using eval.
1845 2020-01-16  Jakub Jelinek  <jakub@redhat.com>
1847         * gcc-git-customization.sh: Verify the id to be printed is ancestor of
1848         the corresponding remote release branch (or master), otherwise print
1849         nothing.
1851 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1852             Jakub Jelinek  <jakub@redhat.com>
1854         * gcc-git-customization.sh: Change uses to use in comment.
1856 2020-01-15  Jakub Jelinek  <jakub@redhat.com>
1858         * gcc-git-customization.sh: Handle output of older git which doesn't
1859         print tags/ prefixes before branchpoint/gcc-.
1861 2010-01-15  Richard Earnshaw  <rearnsha@arm.com>
1863         * gcc-git-customization.sh: Explain why we want the user's
1864         upstream account name.  Don't add push rules.  Check if push rules
1865         have been added and suggest that they should be removed.
1866         * git-fetch-vendor.sh: Don't add push rules.
1868 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1870         Revert:
1871         2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1873         * gcc-git-customization.sh: Add back the default rule that
1874         is lost by adding a custom push rule.
1875         * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
1877 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1879         * gcc-git-customization.sh: Add back the default rule that
1880         is lost by adding a custom push rule.
1881         * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
1883 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1885         * contrib/git-fetch-vendor.sh: New file.
1887 2020-01-13  Jakub Jelinek  <jakub@redhat.com>
1889         * contrib/gcc-git-customization.sh: Add git gcc-descr and gcc-undescr
1890         aliases.
1892 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1894         * gcc-git-customization.sh: New file.
1896 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
1898         * update-copyright.py: Add Mentor Graphics Corporation and Yoshinori
1899         Sato as external authors.  Skip LICENSE.txt files.
1901 2019-12-16  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1903         * config-list.mk: Add msp430-elfbare.
1905 2019-12-09  Lewis Hyatt  <lhyatt@gmail.com>
1907         PR preprocessor/49973
1908         * unicode/from_glibc/unicode_utils.py: Support script from
1909         glibc (commit 464cd3) to extract character widths from Unicode data
1910         files.
1911         * unicode/from_glibc/utf8_gen.py: Likewise.
1912         * unicode/UnicodeData.txt: Unicode v. 12.1.0 data file.
1913         * unicode/EastAsianWidth.txt: Likewise.
1914         * unicode/PropList.txt: Likewise.
1915         * unicode/gen_wcwidth.py: New utility to generate
1916         libcpp/generated_cpp_wcwidth.h with help from the glibc support
1917         scripts and the Unicode data files.
1918         * unicode/unicode-license.txt: Added.
1919         * unicode/README: New explanatory file.
1921 2019-12-07  Richard Sandiford  <richard.sandiford@arm.com>
1923         * texi2pod.pl: Handle @headitems in @multitables, printing them
1924         in italics.  Push an empty item code onto the stack.
1926 2019-11-13  Janne Blomqvist  <jb@gcc.gnu.org>
1928         * download_prerequisites: Use http instead of ftp for downloading.
1930 2019-11-08  Martin Liska  <mliska@suse.cz>
1932         * mklog: The script fails for patches that contain:
1933         '---param=foo=bar xyz'.
1935 2019-09-18  Martin Liska  <mliska@suse.cz>
1937         * clang-format: Tweak configuration based on new
1938         options offered.
1940 2019-09-09  Jose E. Marchesi  <jemarch@gnu.org>
1942         * config-list.mk (LIST): Disable go in bpf-*-* targets.
1944 2019-09-04  Martin Liska  <mliska@suse.cz>
1946         * mklog: Do not print changed functions for
1947         testsuite files.
1949 2019-09-04  Martin Liska  <mliska@suse.cz>
1951         * mklog: Parse PR references from newly added
1952         test files.
1954 2019-09-04  Martin Liska  <mliska@suse.cz>
1956         * mklog: Use argparse instead of getopt.
1958 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1960         * compare-all-tests (all_targets): Remove references to spu.
1961         * config-list.mk (LIST): Likewise.
1963 2019-09-02  Alexander Monakov  <amonakov@ispras.ru>
1965         * vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.
1966         * vimrc: Set preferred values for 'tabstop', 'softtabstop',
1967         'shiftwidth', 'noexpandtab', 'textwidth', 'formatoptions' for all
1968         files, not just C-like files.
1970 2019-09-02  Martin Liska  <mliska@suse.cz>
1972         * vim-gcc-dev/syntax/gcc-match.vim: Set tabstop=8.
1974 2019-08-13  Uros Bizjak  <ubizjak@gmail.com>
1976         * test_summary: Do not escape "=".
1978 2019-07-02  Janne Blomqvist  <jb@gcc.gnu.org>
1980         PR other/91048
1981         * mklog (read_user_info): Open ~/.mklog in string mode.
1983 2019-06-19  Martin Liska  <mliska@suse.cz>
1985         * bench-stringop: New file.
1987 2019-05-21  Janne Blomqvist  <jb@gcc.gnu.org>
1989         * mklog: Open files in text mode.
1991 2019-05-21  Janne Blomqvist  <jb@gcc.gnu.org>
1993         * mklog: Convert to Python 3.
1995 2019-05-03  Jakub Jelinek  <jakub@redhat.com>
1997         * gennews (files): Add files for GCC 9.
1999 2019-04-30  Roland Illig  <roland.illig@gmx.de>
2001         * check-internal-format-escaping.py: New version using polib.
2003 2019-04-19  Christophe Lyon  <christophe.lyon@linaro.org>
2005         PR translation/90118
2006         * check-internal-format-escaping.py: Check that %< is not next to
2007         a word.
2009 2019-04-17  Jakub Jelinek  <jakub@redhat.com>
2011         * dg-extract-results.sh: Only handle WARNING: program timed out
2012         lines specially in "$MODE" == "sum".  Restore previous behavior
2013         for "$MODE" != "sum".  Clear has_timeout and timeout_cnt if in
2014         a different variant or curfile is empty.
2015         * dg-extract-results.py: Fix a typo.
2017 2019-04-05  Martin Liska  <mliska@suse.cz>
2019         PR translation/89936
2020         * check-internal-format-escaping.py: Properly detect wrong
2021         apostrophes.
2023 2019-03-11  Martin Liska  <mliska@suse.cz>
2025         * check-internal-format-escaping.py: Uncomment apostrophes
2026         check.
2028 2019-03-11  Martin Liska  <mliska@suse.cz>
2030         * check-internal-format-escaping.py: New file.
2032 2019-03-10  Tommy Nguyen  <remyabel@gmail.com>
2034         PR contrib/82704
2035         * download_prerequisites: Use -c instead of --check for sha512sum.
2037 2019-03-06  Martin Liska  <mliska@suse.cz>
2039         * check-params-in-docs.py: Ignore a param.
2041 2019-03-05  Christophe Lyon  <christophe.lyon@linaro.org>
2043         contrib/
2044         * dg-extract-results.py: Handle case where a WARNING happens with
2045         the first test of a harness.
2047 2019-03-05  Christophe Lyon  <christophe.lyon@linaro.org>
2049         contrib/
2050         * dg-extract-results.sh: Fix order of WARNING and following test
2051         result.
2053 2019-02-04  Christophe Lyon  <christophe.lyon@linaro.org>
2055         contrib/
2056         * dg-extract-results.py: Keep timeout warnings next to their
2057         matching test.
2058         * dg-extract-results.sh: Likewise.
2060 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
2062         * update-copyright.py: Add Gerard Jungman as external author.
2064 2018-11-26  Iain Buclaw  <ibuclaw@gdcproject.org>
2066         * update-copyright.py (TestsuiteFilter): Skip .d tests.
2067         (LibPhobosFilter): Add filter for upstream D sources.
2068         (GCCCopyright): Add D Language Foundation as external author.
2069         (GCCCmdLine): Add libphobos.
2071 2018-11-19  Martin Liska  <mliska@suse.cz>
2073         * check_GNU_style_lib.py: Detect mixed usage
2074         of spaces and tabs.
2076 2018-11-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2078         * gcc_update (files_and_dependencies): Handle libphobos.
2080 2018-10-25  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
2082         * dg-cmp-results.sh: Print NA-FAIL and NA->UNRESOLVED changes at
2083         default verbosity.
2085 2018-10-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2087         * config-list.mk (LIST): Switch to i686-solaris2.11,
2088         sparc64-sun-solaris2.11.
2090 2018-10-04  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2092         * unused_functions.py: Handle archive files.
2094 2018-10-04  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2096         * unused_functions.py: New file.
2098 2018-09-25  Martin Liska  <mliska@suse.cz>
2100         * filter-rtags-warnings.py: New file.
2102 2018-09-25  Martin Liska  <mliska@suse.cz>
2104         PR middle-end/86078
2105         * check-params-in-docs.py: New file.
2107 2018-08-17  Jojo  <jijie_rong@c-sky.com>
2108             Huibin Wang  <huibin_wang@c-sky.com>
2109             Sandra Loosemore  <sandra@codesourcery.com>
2110             Chung-Lin Tang  <cltang@codesourcery.com>
2111             Andrew Jenner  <andrew@codesourcery.com>
2113         C-SKY port: Configury
2115         * config-list.mk (LIST): Add csky-elf and csky-linux-gnu.
2117 2018-07-13  Tom de Vries  <tdevries@suse.de>
2119         * maintainers-verify.sh: New file.
2121 2018-07-12  Christophe Lyon  <christophe.lyon@linaro.org>
2123         * compare_tests: Print number of tests in each category.
2125 2018-06-19  Alexander Monakov  <amonakov@ispras.ru>
2127         * vim-gcc-dev/README: New file.
2128         * vim-gcc-dev/ftdetect/gcc-dev.vim: New file.
2129         * vim-gcc-dev/syntax/gcc-match.vim: New file.
2130         * gimple.vim: Move under vim-gcc-dev/syntax/.
2131         * gcc-rtl.vim: Likewise.
2133 2018-06-19  Martin Liska  <mliska@suse.cz>
2135         * gcc-rtl.vim: New file.
2137 2018-06-12  Jeff Law  <law@redhat.com>
2139         * config-list.mk (LIST): Remove alpha-freebsd6.
2141 2018-05-08  Richard Biener  <rguenther@suse.de>
2143         PR bootstrap/85571
2144         * compare-lto: New script derived from compare-debug.
2146 2018-05-02  Jakub Jelinek  <jakub@redhat.com>
2148         * gennews (files): Add files for GCC 8.
2150 2018-05-01  Jim Wilson  <jimw@sifive.com>
2152         * gcc_update: Check for .git as a file.
2154 2018-03-21  Christophe Lyon  <christophe.lyon@linaro.org>
2156         * test_summary: Match possible single quotes in configure path.
2158 2018-03-02  Thomas Schwinge  <thomas@codesourcery.com>
2160         * update-copyright.py: Remove "libcilkrts" reference.
2162 2018-02-19  Yury Gribov  <tetra2005@gmail.com>
2164         * compare_tests: Use TMPDIR when set.
2165         * dg-cmp-results.sh: Ditto.
2166         * warn_summary: Ditto.
2168 2018-01-29  Jonathan Wakely  <jwakely@redhat.com>
2170         * download_prerequisites: Use shasum for FreeBSD and DragonFly.
2172 2018-01-19  Martin Liska  <mliska@suse.cz>
2174         * analyze_brprob.py: Support new format that can be easily
2175         parsed. Add new column to report.
2177 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
2179         * update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
2181 2017-11-28  Julia Koval  <julia.koval@intel.com>
2182             Sebastian Peryt  <sebastian.peryt@intel.com>
2184         * contrib/gcc_update: Ditto.
2186 2017-11-08  Martin Liska  <mliska@suse.cz>
2188         * analyze_brprob.py: Fix abbreviations for SI units.
2190 2017-10-02  Thomas Schwinge  <thomas@codesourcery.com>
2192         * gcc_update (files_and_dependencies): Handle libbacktrace.
2194 2017-09-18  Richard Biener  <rguenther@suse.de>
2196         * download_prerequisites (isl): Bump version to 0.18.
2198 2017-08-02  Yury Gribov  <tetra2005@gmail.com>
2200         * mklog: Added new implementation.
2202 2017-08-02  Yury Gribov  <tetra2005@gmail.com>
2204         * mklog: Rename to ...
2205         * mklog.pl: this.
2207 2017-07-17  Yury Gribov  <tetra2005@gmail.com>
2209         * mklog: Fix extraction of changed file name.
2211 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
2213         * gcc_update (files_and_dependencies)
2214         [gcc/config/avr/avr-tables.opt]: Remove dead entry.
2216 2017-06-28  Martin Liska  <mliska@suse.cz>
2218         * gcc.doxy: Add default location for filters and output folder.
2219         * filter_gcc_for_doxygen_new: Rename to filter_gcc_for_doxygen.
2220         * filter_params.pl: Remove.
2222 2017-06-21  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2224         * dg-cmp-results.sh: Restore filtering on target variant.
2226 2017-06-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2228         * dg-cmp-results.sh: Keep test result lines rather than throwing
2229         header and summary to support sum files with multiple tools.
2231 2017-05-31  Martin Liska  <mliska@suse.cz>
2233         * filter_params.py:
2234         Transform ENUM_BITFIELD and comments starting with '/**'
2236 2017-05-31  David Malcolm  <dmalcolm@redhat.com>
2237             Martin Liska  <mliska@suse.cz>
2239         * filter_params.py: New, porting the perl script to python,
2240         adding a test suite.
2241         * filter_gcc_for_doxygen_new: New file.
2243 2017-05-30  Martin Liska  <mliska@suse.cz>
2245         * analyze_brprob.py: Add new argument to parse and modify
2246         predict.def file.
2247         * analyze_brprob_spec.py: Likewise.
2249 2017-05-29  Tom de Vries  <tom@codesourcery.com>
2251         * check_GNU_style_lib.py (TrailingWhitespaceCheck.check): Assert no
2252         trailing eol.
2253         (TrailingWhitespaceTest): New unit test.
2254         (check_GNU_style_file): Remove eol before checking.
2256 2017-05-29  Tom de Vries  <tom@codesourcery.com>
2258         * check_GNU_style_lib.py (check_GNU_style_file): Treat file argument as
2259         file handle.  Add and handle file_encoding argument.
2260         * check_GNU_style.py (main): Handle '-' file argument.  Call
2261         check_GNU_style_file with file handle as argument.
2263 2017-05-29  Tom de Vries  <tom@codesourcery.com>
2265         * check_GNU_style_lib.py: Use import_pip3 to import pip3 packages.
2266         (import_pip3): New function.
2268 2017-05-24  Tom de Vries  <tom@codesourcery.com>
2270         * check_GNU_style_lib.py: New file, factored out of ...
2271         * check_GNU_style.py: ... here.  Call main unconditionally.
2273 2017-05-19  Martin Liska  <mliska@suse.cz>
2275         * check_GNU_style.py: New file.
2277 2007-05-03  Jeff Law  <law@redhat.com>
2279         * config-list.mk (am33_2.0-linux): Remove from list of targets
2280         to build.
2282 2017-05-02  Jakub Jelinek  <jakub@redhat.com>
2284         * gennews (files): Add files for GCC 7.
2286 2017-04-26  Tom de Vries  <tom@codesourcery.com>
2288         * gen_autofdo_event.py: Fix comment.
2290 2017-04-11  Damian Rouson  <damian@sourceryinstitute.org>
2292         * download_prerequisites (md5_check): New function emulates Linux
2293         'md5 --check' on macOS.  Modified script for macOS compatibility.
2295 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
2297         * config-list.mki (LIST): Add riscv32-unknown-linux-gun and
2298         riscv64-unknown-linux-gnu.
2300 2017-01-31  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2302         * update-copyright.py (Copyright.process_file): Retain original
2303         file mode.
2305 2017-01-29  Gerald Pfeifer  <gerald@pfeifer.com>
2307         * update-copyright.py: Fix the name of this script in examples.
2309 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
2311         * update-copyright.py: Add libhsail-rt to self.default_dirs
2312         and call self.add_dir on it.  Add Intel Corporation to external
2313         authors.
2315 2017-01-25  Thomas Schwinge  <thomas@codesourcery.com>
2317         * gcc_update (files_and_dependencies): Care for "libhsail-rt".
2319 2017-01-23  Gerald Pfeifer  <gerald@pfeifer.com>
2321         * patch_tester.sh (TESTLOGS): Remove
2322         $TARGET/libjava/testsuite/libjava.sum.
2324 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
2326         * warn_summary: Remove the -java option.
2328 2017-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
2330         * update-copyright.py (LibJavaFilter): Remove.
2332 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>        
2333         
2334         * gcc_update: Remove entries related to GCJ and libgcj.
2335         Complete copyright years and adjust my e-mail address.
2337 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
2339         * gcc_update: Adjust touch list for ARM.
2341 2017-01-08  Gerald Pfeifer  <gerald@pfeifer.com>
2343         * download_ecj: Remove.
2345 2017-01-05  Martin Liska  <mliska@suse.cz>
2347         * vimrc: Update indentation definition.
2349 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
2351         * update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
2352         libssp, libvtv and lto-plugin to default_dirs.
2354 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
2356         * update-copyright.py (TestsuiteFilter): Skip params/README.
2357         (GCCCmdLine): Remove libjava and libjava/testsuite add_dir.
2359 2016-12-14  Martin Liska  <mliska@suse.cz>
2361         * analyze_brprob.py: Add new column to output and new sorting
2362         option. Fix coding style to not exceed 80 characters.
2363         * analyze_brprob_spec.py: Add new sorting
2364         option. Fix coding style to not exceed 80 characters.
2366 2016-10-24  Moritz Klammler  <moritz@glammler.eu>
2368         PR other/61439
2369         * download_prerequisites: Conditionally verify checksums of
2370         downloaded pacakges.  Add help text.  
2371         * prerequisites.md5: New file.
2372         * prerequisites.sha512: New file.
2374 2016-10-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2376         * check_GNU_style.sh (remove_testsuite): New function.
2377         Use it to remove testsuite from the diff.
2379 2016-09-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2381         * dg-extract-results.sh: Revert bogus change.
2383 2016-09-20  Christophe Lyon  <christophe.lyon@linaro.org>
2385         * dg-extract-results.py: Report DejaGnu error in the final
2386         summary.
2387         * dg-extract-results.sh: Likewise.
2389 2016-09-20  Christophe Lyon  <christophe.lyon@linaro.org>
2391         * compare_tests: Take ERROR messages into account when
2392         comparing.
2394 2016-08-17  Martin Liska  <mliska@suse.cz>
2396         * mark_spam.py: Mark as spam all comments done by a creator.
2398 2016-08-15  Martin Liska  <mliska@suse.cz>
2400         * mark_spam.py: Add error handling and reset
2401         another properties of attachments and bugs.
2403 2016-08-11  Martin Liska  <mliska@suse.cz>
2405         * mark_spam.py: Mark attachments as obsolete and rename them.
2407 2016-08-03  Eric Gallager  <egall@gwmail.gwu.edu>
2409         * download_prerequisites: Explicitly remove existing symlinks
2410         before trying to create new ones.
2412 2016-07-28  Martin Liska  <mliska@suse.cz>
2414         * mark_spam.py: New file.
2416 2016-07-21  Martin Liska  <mliska@suse.cz>
2418         * analyze_brprob.py: If there's no loop, do not calculate
2419         average number of loop iterations.
2421 2016-06-24  Martin Liska  <mliska@suse.cz>
2423         * analyze_brprob.py: Parse and display average number
2424         of loop iterations.
2426 2016-06-23  Andi Kleen  <ak@linux.intel.com>
2428         * gen_autofdo_event.py: New file to regenerate
2429         gcc-auto-profile.
2431 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2433         * config-list.mk: Stop testing mep-elf.
2435 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2437         * config-list.mk: Stop testing avr-rtems.
2439 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2441         * config-list.mk: Stop testing m32r-rtems.
2443 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2445         * config-list.mk: Remove h8300-rtems support.
2447 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2449         * config-list.mk: stop testing knetbsd.
2451 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2453         * config-list.mk: Stop testing openbsd3.0.
2455 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2457         * config-list.mk: Remove interix target.
2459 2016-06-21  David Edelsohn  <dje.gcc@gmail.com>
2461         * config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1,
2462         rs6000-ibm-aix5.2.
2463         Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1.
2464         Add rs6000-ibm-aix7.1.
2466 2016-06-17  Martin Liska  <mliska@suse.cz>
2468         * analyze_brprob.py: Fix columns of script output.
2470 2016-06-13  Richard Biener  <rguenther@suse.de>
2472         * download_prerequisites (ISL): Bump version to 0.16.1
2474 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
2476         * check_GNU_style.sh: Fix paste args for BSD
2478 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
2480         * config-list.mk (LIST): Add OPT-enable-obsolete to avr-rtems,
2481         h8300-rtems, m32r-rtems, mep-elf.
2483 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
2485         * config-list.mk (GCC_SRC_DIR): New variable.
2486         (make-log-dir): Use GCC_SRC_DIR.
2487         ($(LIST)): Likewise.
2489 2016-06-09  Martin Liska  <mliska@suse.cz>
2491         * analyze_brprob_spec.py: New file.
2493 2016-06-09  Martin Liska  <mliska@suse.cz>
2495         * analyze_brprob.py: Add new argument --sorting.
2497 2016-06-09  Martin Liska  <mliska@suse.cz>
2499         * analyze_brprob.py: Cover new dump output format.
2501 2016-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2503         * update-copyright.py (LibMudflapFilter): Remove.
2504         (GCCCmdLine.__init__): Add gotools, libcc1.
2505         Remove libmudflap.
2506         List unhandled intl, libcilkrts, libgo, liboffloadmic,
2507         maintainer-scripts.
2509 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2511         * download_prerequisites: Adjust gmp/mpfr/mpc versions.
2513 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2515         * compare-all-tests: Remove SH5 support.
2516         * config-list.mk: Likewise.
2518 2016-04-28  Martin Liska  <mliska@suse.cz>
2520         * analyze_brprob: Remove.
2521         * analyze_brprob.py: New file.
2523 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
2525         * gennews (files): Add files for GCC 6.
2527 2016-04-17  Jan Hubicka  <jh@suse.cz>
2529         * analyze_brprob: Update comment.
2531 2016-04-13  Martin Sebor  <msebor@redhat.com>
2533         * check_GNU_style.sh: Avoid false posivies in trailing operator
2534         checks.
2536 2016-03-07  Martin Sebor  <msebor@redhat.com>
2538         * check_GNU_style.sh (color): New global variable.
2539         Add checks for trailing operators and spaces before left brackets.
2540         Tightened up a check for a trailing left curly brace.
2541         (g, ag, vg): Use color.
2542         (col): Don't complain about excessively long lines with DejaGnu
2543         directives.
2545 2016-03-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2547         * mklog: Look for the ChangeLog file in $cwd.
2549 2016-02-26  Joel Sherrill <joel@rtems.org>
2551         * config-list.mk: Add aarch64-rtems and x86_64-rtems
2553 2016-01-19  Jonathan Wakely  <jwakely@redhat.com>
2555         * uninclude: Fix third argument to gensub.
2557 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
2559         * update-copyright.py (GCCCopyright): Add NVIDIA Corporation
2560         as external author.
2562 2015-12-17  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2564         * config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
2565         targets x86_64-knetbsd-gnu, i686-knetbsd-gnu and i686-openbsd3.0 .
2567 2015-12-06  Tobias Burnus  <burnus@net-b.de>
2569         * download_prerequisites: Download ISL 0.15 instead of 0.14.
2571 2015-11-20  Martin Liska  <mliska@suse.cz>
2573         * clang-format: Split content of a list to multiple
2574         lines.
2576 2015-11-19  Martin Liska  <mliska@suse.cz>
2578         * clang-format: Enhance list of FOR_EACH macros.
2580 2015-11-19  Martin Liska  <mliska@suse.cz>
2582         * clang-format: New file.
2584 2015-11-11  Andrew MacLeod  <amacleod@redhat.com>
2586         * header-tools: New.  Directory containing a set of tools for
2587         manipulating header files.
2589 2015-10-30  Nathan Sidwell  <nathan@acm.org>
2591         * config-list.mk (nvptx-none): Add it.
2593 2015-09-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
2595         * download_prerequisites: Make sure that script is run from
2596         top level source directory.
2598 2015-08-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2600         * update-copyright.py (GCCCmdLine): Add libvtv.
2602 2015-08-04  Uros Bizjak  <ubizjak@gmail.com>
2604         * texi2pod.pl: Escape braces in regexp involving @strong{...}.
2606 2015-07-15  Tom de Vries  <tom@codesourcery.com>
2608         * check_GNU_style.sh (cat_with_prefix): Fix quoting.
2610 2015-06-02  Steve Ellcey  <sellcey@imgtec.com>
2612         * test_installed (--target=): New option.
2614 2015-05-30  Mikhail Maltsev  <maltsevm@gmail.com>
2616         * gimple.vim: New file.
2618 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2620         * check_GNU_style.sh: Add temp files tmp2 and tmp3.
2621         (cat_with_prefix): New function, using global variable prefix.
2622         (col): Make prefix a global variable. Rewrite to process file at a time
2623         rather than line at a time.  Print part longer than 80 chars in red.
2625 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2627         * check_GNU_style.sh (g, ag, vg): Don't cat empty file.
2629 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2631         * check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
2633 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2635         * check_GNU_style.sh: Improve readability function calls.
2637 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
2639         * config-list.mk: Add FT32.
2641 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2643         * check_GNU_style.sh (col): Fix tab size.
2645 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2647         * check_GNU_style.sh: Put stdin into a temp file.
2649 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2651         * check_GNU_style.sh: Read either from stdin, or from files.
2653 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2655         * check_GNU_style.sh: Check if files exists.
2657 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2659         * check_GNU_style.sh: Don't use a filename prefix if we're only
2660         processing one patch file.
2662 2015-05-12  Yury Gribov  <y.gribov@samsung.com>
2664         * mklog: Ignore preprocessor directives.
2666 2015-04-22  Jakub Jelinek  <jakub@redhat.com>
2668         * gennews (files): Add files for GCC 5.
2670 2015-03-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2672         * dg-extract-results.sh: Check that the necessary python modules exist.
2674 2015-02-05  Ilya Verbin  <ilya.verbin@intel.com>
2676         * gcc_update (files_and_dependencies): Add rules for liboffloadmic and
2677         liboffloadmic/plugin.
2679 2015-01-15  Richard Sandiford  <richard.sandiford@arm.com>
2681         * update-copyright.py (Copyright.__init__): Add a regexp for
2682         "copyright = u'".
2683         (Copyright.update_copyright): Don't add a space before the year
2684         in that case.
2686 2015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
2688         * gcc_update (files_and_dependencies): Update rules for new
2689         libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
2691 2015-01-12  Yury Gribov  <y.gribov@samsung.com>
2693         * check_GNU_style.sh: Support patches coming from stdin.
2694         Check that spaces are converted to tabs.
2695         Make double-space-after-dot check more precice.
2697 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2699         * config-list.mk (LIST): Add visium-elf.
2701 2015-01-05  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2703         * config-list.mk: Use shortest match for OPT to find the actual
2704         target name.
2706 2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
2708         * dg-extract-results.sh: Use --text with grep to avoid issues with
2709         binary files.  Fall back to cat -v, if that doesn't work.
2711 2014-12-12  Chung-Ju Wu  <jasonwucj@gmail.com>
2713         * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
2715 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2716             Yury Gribov  <y.gribov@samsung.com>
2718         * vimrc: New file.
2720 2014-12-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2722         * check_GNU_style.sh: Warn for incorrect number of spaces in function
2723         call only if 0 or 2+ spaces found.
2725 2014-12-02  Tobias Burnus  <burnus@net-b.de>
2727         * download_prerequisites: Download ISL 0.14 instead of 0.12.2.
2729 2014-11-25  Tom de Vries  <tom@codesourcery.com>
2730             Peter Bergner  <bergner@vnet.ibm.com>
2732         * mklog: Handle .mklog.  Use git setting independent of presence .git
2733         directory.
2735 2014-11-14  Tom de Vries  <tom@codesourcery.com>
2737         * mklog: Move reading of .diff file up and add comment.  Copy diff_lines
2738         to orig_diff_lines.  Use orig_diff_lines when appending patch.
2740 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
2742         * ChangeLog.jit: New.
2743         * jit-coverage-report.py: New file: a script to print crude
2744         code-coverage information for the libgccjit API.
2746 2014-11-11  Marat Zakirov  <m.zakirov@samsung.com>
2748         * mklog: Symbol '}' stops search for changes.
2750 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2752         * download_prerequisites: Stop downloading CLooG.
2754 2014-11-07  Marat Zakirov  <m.zakirov@samsung.com>
2756         * mklog: Always doubt in functions.
2757         Add EOF protection.
2759 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2761         * config-list.mk: Don't build Go for certain targets.
2763 2014-10-04  Trevor Saunders  <tsaunders@mozilla.com>
2765         * compare-all-tests: Don't test score-*.
2766         * config-list.mk: Likewise.
2768 2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
2770         * dg-extract-results.py (output_variation): Always sort if do_sum.
2772 2014-09-22  Tom de Vries  <tom@codesourcery.com>
2774         * mklog: Add --inline option.
2776 2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
2778         * dg-extract-results.py (Prog.result_re): Include options in test name.
2780 2014-09-19  Olivier Hainque  <hainque@adacore.com>
2782         * config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
2784 2014-09-18  Joel Sherrill <joel.sherrill@oarcorp.com>
2786         * config-list.mk (LIST): Add v850-rtems.
2788 2014-09-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2790         * config-list.mk (LIST): Add arm-rtems.
2791         Add nios2-rtems.  Remove extra option from powerpc-rtems.
2793 2014-09-08  Trevor Saunders  <tsaunders@mozilla.com>
2795         * compare-all-tests: Don't test picochip.
2796         * config-list.mk: Likewise.
2798 2014-08-11  Mingjie Xing <mingjie.xing@gmail.com>
2800         * texi2pod.pl (postprocess): Move command process for '@sc' to the
2801         front of '@dfn'.  Add a new command process for '@t{...}', just print
2802         the content.
2804 2014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
2805             Yury Gribov  <y.gribov@samsung.com>
2807         * mklog: Run mklog as a filter.
2809 2014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
2811         * mklog: Read name and email from git config when available.
2813 2014-06-28  Richard Biener  <rguenther@suse.de>
2815         * gennews: Use gcc-3.0/index.html.
2817 2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
2819         * dg-extract-results.py: For Python 3, force sys.stdout to handle
2820         surrogate escape sequences.
2821         (safe_open): New function.
2822         (output_segment, main): Use it.
2824 2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
2826         * dg-extract-results.py (Named): Remove __cmp__ method.
2827         (output_variation): Use a key to sort variation.harnesses.
2829 2014-05-24  Uros Bizjak  <ubizjak@gmail.com>
2831         * texi2pod.pl: Force .pod file to not be a numbered list.
2833 2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
2835         * dg-extract-results.py (parse_run): Handle warnings that are printed
2836         before a test harness is run.
2838 2014-05-09  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2840         * config-list.mk (show): New target.
2842 2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
2844         * dg-extract-results.py: New file.
2845         * dg-extract-results.sh: Use it if the environment seems suitable.
2847 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2849         * config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
2851 2013-04-22  Jakub Jelinek  <jakub@redhat.com>
2853         * gennews (files): Add files for GCC 4.9.
2855 2014-02-24  Walter Lee  <walt@tilera.com>
2857         * config-list.mk (LIST): Add tilegxbe-linux-gnu.
2859 2014-02-13  Richard Biener  <rguenther@suse.de>
2861         * download_prerequisites: Update ISL and CLOOG versions.
2863 2014-01-31  Brooks Moses  <bmoses@google.com>
2865         * gcc_update (files_and_dependencies): Add aarch64-tune.md.
2867 2014-01-29  Yury Gribov  <y.gribov@samsung.com>
2869         * mklog: Improve support of context diffs.
2871 2014-01-21  Tatiana Udalova  <t.udalova@samsung.com>
2873         * mklog: Avoid adding falsely changed functions to ChangeLog.
2875 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
2877         * config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
2878         ordering of some configs.
2880 2013-12-23  Yury Gribov  <y.gribov@samsung.com>
2882         * mklog: Automatically insert comments in trivial cases.
2884 2013-12-19  Yury Gribov  <y.gribov@samsung.com>
2886         * mklog: Split generated message in parts.
2888 2013-10-31  Chung-Ju Wu  <jasonwucj@gmail.com>
2890         * config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
2892 2013-10-29  Tobias Burnus  <burnus@net-b.de>
2894         * gcc_update (files_and_dependencies): Add rules for
2895         libcilkrts.
2897 2013-10-11  Thomas Schwinge  <thomas@codesourcery.com>
2899         * gcc_update (files_and_dependencies): Fix rule for
2900         libgomp/testsuite/Makefile.in.
2902 2013-10-01  Joern Rennecke  <joern.rennecke@embecosm.com>
2904         * config-list.mk: Add arc configurations.
2906 2013-09-27  Diego Novillo  <dnovillo@google.com>
2908         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2910 2013-09-12  DJ Delorie  <dj@redhat.com>
2912         * config-list.mk: Add msp430-elf.
2914 2013-08-31  Diego Novillo  <dnovillo@google.com>
2916         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2918 2013-08-29  Mike Stump  <mikestump@comcast.net>
2920         * gcc_update (configure): Update to handle svn 1.8.1.
2922 2013-08-03  Caroline Tice  <cmtice@google.com>
2924         * gcc_update: Add libvtv files.
2926 2013-06-06  Brooks Moses  <bmoses@google.com>
2928         * testsuite-management/validate_failures.py: Fix handling of
2929         summary lines with "|" characters or empty description fields.
2931 2013-05-24  Chung-Ju Wu  <jasonwucj@gmail.com>
2933         * download_prerequisites: Download isl and cloog conditionally.
2935 2013-05-21  David Malcolm  <dmalcolm@redhat.com>
2937         * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
2939 2013-05-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2941         * config-list.mk (LIST): Add -enable-obsolete for
2942         sparc-sun-solaris2.9, i686-solaris2.9.
2944 2013-05-13  Mike Stump  <mikestump@comcast.net>
2946         * compare_tests: Limit lines to 2000 characters as comm on Mac OS
2947         X 10.8.3 doesn't like long lines (those 2055 characters or more).
2949 2013-04-22  Sofiane Naci  <sofiane.naci@arm.com>
2951         * config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
2953 2013-04-18  Diego Novillo  <dnovillo@google.com>
2955         * validate_failures.py: Fix typo.
2957 2013-04-18  Diego Novillo  <dnovillo@google.com>
2959         * validate_failures.py: Loosen check for build directory.
2960         State what failed if we couldn't find the source tree or
2961         the target triplet.
2963 2013-03-22  Jakub Jelinek  <jakub@redhat.com>
2965         * gennews (files): Add files for GCC 4.8.
2967 2013-03-06  Tobias Burnus  <burnus@net-b.de>
2969         * make-obstacks-texi.pl: New.
2971 2013-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2973         * make_sunver.pl: Enforce C locale.
2975 2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
2977         * update-copyright.py: Add libdecnumber to the default list.
2978         Remove libquadmath and libssp.
2980 2013-02-06  Diego Novillo  <dnovillo@google.com>
2982         * testsuite-management/validate_failures.py: Fix typo.
2984 2013-02-06  Diego Novillo  <dnovillo@google.com>
2986         * testsuite-management/validate_failures.py: Update
2987         Copyright years.
2988         Request contributions not to use Python features newer
2989         than 2.4.
2990         (GetBuildData): If this is not a build directory,
2991         emit an error only if --results or --manifest are missing.
2993 2013-02-06  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2995         * testsuite-management/validate_failures.py
2996         (IsInterestingResult): Fix performance regression
2998 2013-02-04  Richard Sandiford  <rdsandiford@googlemail.com>
3000         * update-copyright.py: New file.
3002 2013-01-15  David Blaikie  <dblaikie@gmail.com>
3004         * dg-extract-results.sh: Handle KPASSes.
3006         * dg-extract-results.sh: Constrain the start-of-log pattern.
3008         * dg-extract-results.sh: Fix order of summary counts.
3010 2012-12-01  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3012         * testsuite-management/validate_failures.py
3013         (IsInterestingResult): Only strip line a second time if we did split.
3014         Rephrase return statement while at it.
3015         (CollectSumFiles): Also ignore .git directory.
3017 2012-12-03  Diego Novillo  <dnovillo@google.com>
3019         * testsuite-management/validate_failures.py: Fix stale
3020         use of 'options'.
3022 2012-11-30  Doug Evans  <dje@google.com>
3024         * testsuite-management/validate_failures.py: Add support for @include,
3025         @remove directives in manifest files.
3027         * testsuite-management/validate_failures.py: Add function
3028         GetManifestPath.  New global _MANIFEST_SUBDIR.
3030 2012-11-29  Doug Evans  <dje@google.com>
3032         * testsuite-management/validate_failures.py: Remove pass/fail
3033         indicator from result of GetBuildData.
3035         * testsuite-management/validate_failures.py: Store options in global
3036         variable _OPTIONS.
3038         * testsuite-management/validate_failures.py: Rename variable
3039         manifest_name to manifest_path everywhere.
3041         * testsuite-management/validate_failures.py (CompareBuilds): Pass
3042         options.results to GetSumFiles for clean build.
3044 2012-11-28  Doug Evans  <dje@google.com>
3046         * testsuite-management/validate_failures.py: Use <target_alias> instead
3047         of <target>.  Minor whitespace changes.
3049         * testsuite-management/validate_failures.py: Record ordinal with
3050         TestResult.
3052 2012-11-19  Mike Stump  <mikestump@comcast.net>
3054         * compare_tests: Add export LC_ALL=C to make sort happier.
3056 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
3058         * gcc_update: Update libsanitizer generated files.
3060 2012-11-12  Tobias Burnus  <burnus@net-b.de>
3062         * gcc_update: Add libquadmath generated files.
3064 2012-11-12  H.J. Lu  <hongjiu.lu@intel.com>
3066         * gcc_update: Add libsanitizer generated files.
3068 2012-11-05  Lawrence Crowl  <crowl@google.com>
3070         * compare_two_ftime_report_sets: New.
3072 2012-11-02  Diego Novillo  <dnovillo@google.com>
3074         * testsuite-management/validate_failures.py: Add option
3075         --clean_build to compare test results against another
3076         build.
3078 2012-10-31  Diego Novillo  <dnovillo@google.com>
3080         * testsuite-management/validate_failures.py: Fix parsing
3081         of summary lines.
3083 2012-10-29  Diego Novillo  <dnovillo@google.com>
3085         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3087 2012-10-06  Diego Novillo  <dnovillo@google.com>
3089         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3091 2012-10-02   Christophe Lyon  <christophe.lyon@linaro.org>
3093         * check_GNU_style.sh: Remove temporay file upon exit.
3095 2012-09-26  Joern Rennecke  <joern.rennecke@embecosm.com>
3097         * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
3098         arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
3099         Use --enable-obsolete for picochip-elf.
3101 2012-09-10   Diego Novillo  <dnovillo@google.com>
3103         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3105 2012-09-04  Eric Botcazou  <ebotcazou@adacore.com>
3107         * make_sunver.pl: Add missing newline at the end of extern "C++" block.
3109 2012-08-24   Diego Novillo  <dnovillo@google.com>
3111         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3113 2012-08-14   Diego Novillo  <dnovillo@google.com>
3115         * testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
3117 2012-08-13  Diego Novillo  <dnovillo@google.com>
3119         * testsuite-management/validate_failures.py (ExpirationDate): Tidy
3120         comment.
3122 2012-08-13  Diego Novillo  <dnovillo@google.com>
3124         * testsuite-management/validate_failures.py (ParseSummary): Fix
3125         comment.
3127 2012-08-13  Diego Novillo  <dnovillo@google.com>
3129         * testsuite-management/validate_failures.py: Import datetime.
3130         (TestResult.ExpirationDate): New.
3131         (TestResult.HasExpired): New.
3132         (ParseSummary): Call it.  If it returns True, warn that the
3133         expected failure has expired and do not add it to the set of
3134         expected results.
3135         (GetResults): Clarify documentation.
3137 2012-07-26   Diego Novillo  <dnovillo@google.com>
3139         * testsuite-management/validate_failures.py: Do not use
3140         'with ... as ...' constructs.
3142 2012-07-19   Diego Novillo  <dnovillo@google.com>
3144         * testsuite-management/validate_failures.py (CollectSumFiles):
3145         Rename from GetSumFiles.
3146         (GetSumFiles): Factor out of CheckExpectedResults.
3147         (CheckExpectedResults): Call it.
3148         (ProduceManifest): Call it.
3150 2012-07-18   Diego Novillo  <dnovillo@google.com>
3152         * testsuite-management/validate_failures.py: Fix
3153         /usr/bin/python invocation.
3155 2012-06-19  Steven Bosscher  <steven@gcc.gnu.org>
3157         * check_makefile_deps.sh: Look for c-common.o in c-family/.
3158         Add a few more crt* files to the list of files to skip.
3160 2012-05-31  Marek Polacek  <polacek@redhat.com>
3162         * mklog: Prevent printing three spaces after the date.
3164 2012-06-04   Diego Novillo  <dnovillo@google.com>
3166         * testsuite-management/validate_failures.py (GetResults):
3167         Change argument to accept list of summary files to analyze.
3168         Update callers.
3169         (CheckExpectedResults): Handle options.manifest, options.results
3170         and options.ignore_missing_failures.
3171         (Main): Add options --manifest, --results and --ignore_missing_failures.
3173 2012-05-31   Diego Novillo  <dnovillo@google.com>
3174              Cary Coutant  <ccoutant@google.com>
3176         * mklog: New.
3178 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
3180         PR bootstrap/53472
3181         * contrib/compare-debug (remove_comment): New function.
3182         Remove any .comment sections if the first cmp failed.
3184 2012-05-09  David Edelsohn  <dje.gcc@gmail.com>
3186         * gcc_update: Use $GCC_SVN to retrieve branch and revision.
3188 2012-05-01  Richard Henderson  <rth@redhat.com>
3190         * gcc_update: Add libatomic generated files.
3192 2012-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3194         * compare_tests: Append '/' to make 'find' traverse
3195         symlinked directories.
3197 2012-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3199         * testsuite-management/validate_failures.py (GetBuildData): Use
3200         target_alias.
3202 2012-04-06  Doug Evans  <dje@google.com>
3204         * dg-extract-results.sh: Handle KFAILs.
3206 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3208         * config-list.mk (LIST): Remove mips-sgi-irix6.5.
3210 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
3212         * gennews (files): Add files for GCC 4.7.
3214 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3216         * config-list.mk (LIST): Remove mips-openbsd.
3218 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3220         * config-list.mk (LIST): Remove alpha-dec-osf5.1.
3222 2012-03-02   Diego Novillo  <dnovillo@google.com>
3224         * testsuite-management/validate_failures.py (class TestResult): Fix
3225         match pattern for the summary line.  If there is a parsing failure,
3226         show the line we failed to parse.
3228 2012-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3230         PR libstdc++/52188
3231         * make_sunver.pl: Remove #ifdef handling.
3233 2012-02-17   Doug Kwan  <dougkwan@google.com>
3235         * contrib/testsuite-management/validate_failures.py
3236         (GetMakefileValue): Check for cross compilers.
3238 2012-02-15   Quentin Neill  <quentin.neill@amd.com>
3240         * compare_tests: Fix trailing paths in dir arguments.
3241         Handle sum1/sum2 temp files with others.
3243 2012-02-14  Walter Lee  <walt@tilera.com>
3245         * config-list.mk (LIST): Add tilegx-linux-gnu and
3246         tilepro-linux-gnu.
3247         * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
3248         (gcc/config/tilepro/mul-tables.c): New dependencies.
3250 2012-02-11  Mike Stump  <mikestump@comcast.net>
3252         * compare_tests (exit_status): Fix.
3254 2012-02-10   Diego Novillo  <dnovillo@google.com>
3256         * repro_fail: Add --debug and --debug-tui flags.
3258 2012-02-02  Sumanth G  <sumanth.gundapaneni@kpitcummins.com>
3259             Jayant R Sonar  <jayant.sonar@kpitcummins.com>
3261         * config-list.mk (LIST): Add cr16-elf.
3263 2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
3265         PR target/51345
3266         * gcc_update (files_and_dependencies): Add
3267         gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
3269 2011-11-29  DJ Delorie  <dj@redhat.com>
3271         * config-list.mk (LIST): Add rl78-elf.
3273 2011-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3275         * make_sunver.pl: Convert '?' in glob patterns to '.'.
3277 2011-11-07  Richard Henderson  <rth@redhat.com>
3279         Merged from transactional-memory.
3281         * gcc_update: Add libitm to touch data.
3283 2011-11-07   Quentin Neill  <quentin.neill@amd.com>
3285         * compare_tests: Add ability to compare all .sum
3286         files from two build directories.
3288 2011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
3290         * contrib-list.mk: Add Epiphany configurations.
3292 2011-09-13   Diego Novillo  <dnovillo@google.com>
3294         * testsuite-management: New.
3295         * testsuite-management/validate_failures.py: New.
3297 2011-08-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3299         * gcc_update: Determine svn branch from hg convert_revision.
3301 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3303         * config-list.mk (i586-netware): Remove.
3304         (.PHONY): Remove make-script-dir dependency.
3305         (make-script-dir): Remove.
3306         ($(LIST)): Remove make-script-dir dependency.
3308 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
3310         * gcc_update: Add C6X generated files.
3311         * contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
3313 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3315         * config-list.mk (LIST): Append OPT-enable-obsolete to
3316         alpha-dec-osf5.1, mips-sgi-irix6.5.
3318 2011-06-24  Diego Novillo  <dnovillo@google.com>
3320         * repro_fail: New.
3322 2011-06-21  Joseph Myers  <joseph@codesourcery.com>
3324         * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
3326 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
3328         * gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
3329         gcc/config/arm/arm-fpus.def.
3331 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
3333         * gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
3334         dependencies.
3336 2011-05-09  Joseph Myers  <joseph@codesourcery.com>
3338         * gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
3340 2010-05-05  Joern Rennecke  <joern.rennecke@embecosm.com>
3342         * config-list.mk: New file.
3344 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
3346         * gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
3348 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3350         * paranoia.cc (ENUM_BITFIELD): Remove.
3352 2011-04-08  Joseph Myers  <joseph@codesourcery.com>
3354         * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
3356 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3358         * compare-all-tests (all_targets): Remove crx and m68hc11.
3360 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3362         PR bootstrap/48135
3363         * make_sunver.pl: Don't use File::Glob.
3365 2011-03-05  Joseph Myers  <joseph@codesourcery.com>
3367         * gennews (files): Add files for GCC 4.6.
3369 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
3371         * patch_tester.sh (nopristinecache): New shell var, set according
3372         to presence or absence of new -nopristinecache option.
3373         (usage): Document new option.
3374         (bootntest_pristine): Implement it.
3376 2010-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3378         * make_sunver.pl: Use elfdump -s to extract symbols if possible,
3379         readelf -s otherwise.
3381 2010-11-08  Eric Botcazou  <ebotcazou@adacore.com>
3383         * make_sunver.pl: Ignore entries without symbol name first.  Then do
3384         not ignore symbols marked as 'R'.
3386 2010-10-18  Andi Kleen  <ak@linux.intel.com>
3388         * gccbug.el: Remove.
3390 2010-10-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3392         * gcc_update: Run $GCC_HG pull and update separately.
3393         Check parents for SVN revision.
3395 2010-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3397         * test_recheck: New script.
3399 2010-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3401         * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
3402         Also escape characters with grave accents, to be fixed ...
3403         (unmunge): ... here.
3404         (postprocess): Also handle @/ and @acronym{...}.
3406 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
3408         * check_GNU_style.sh: Do not print warning messages when there are
3409         no occurences.
3411 2010-09-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3413         * gcc_update: Handle hg, too.
3415 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
3417         * make_sunver.pl: Remove extra whitespace in regexp.
3419 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
3421         * check_GNU_style.sh: New.
3423 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3425         * make_sunver.pl: New file.
3427 2010-07-02  Iain Sandoe  <iains@gcc.gnu.org>
3429         * compare-debug (Darwin): Remove '-x' flag from ld-based object
3430         stripping.  Add a comment as to why we do it this way.
3432 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
3434         * compare-debug: Drop LTO sections.
3436 2010-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3438         * gcc_update: Support updating a git clone.
3440 2010-06-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3442         * test_summary: Don't use diff -u.
3443         Adapt egrep regex.
3445 2010-06-02  Andrew Haley  <aph@redhat.com>
3447         * download_prerequisites: New script.
3449 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3451         * dg-extract-results.sh: Redirect grep output to /dev/null instead
3452         of grep -q.
3454 2010-04-22  Basile Starynkevitch  <basile@starynkevitch.net>
3456         * gcc_update: Sets the locale to C.
3458 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
3460         * gennews (files): Add files for GCC 4.5.
3462 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3464         Fix *.log tests output containing "===".
3465         * dg-extract-results.sh (/\===/): Rename to ...
3466         (/^\t\t=== .* ===$/): ... this pattern.
3468 2010-03-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3470         * dg-extract-results.sh: Fix result order to match sequential case.
3472 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3474         * check_warning_flags.sh: Use \012 instead of \n with tr.
3476 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3478         * dg-extract-results.sh: Don't use tail -n.
3480 2009-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3481             Richard Guenther  <rguenther@suse.de>
3483         PR lto/39216
3484         * gcc_update: Adjust file timestamps for lto-plugin.
3486 2009-09-10  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
3488         PR bootstrap/41245
3489         * compare-debug: Handle stripping of dwarf debug sections from darwin
3490         mach-o objects.
3492 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
3494         * compare-debug: Grep for blank before dash to avoid grep -e.
3496 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
3498         * compare-debug: Look for .gkd files and compare them.
3500 2009-08-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3502         PR testsuite/41166
3503         * test_summary: Invoke config.status, rather than trying to
3504         parse it.  Adjust awk script.
3506 2009-08-18  Alexandre Oliva  <aoliva@redhat.com>
3508         * compare-debug: Drop .eh_frame relocations too.
3510 2009-08-18  H.J. Lu  <hongjiu.lu@intel.com>
3512         PR testsuite/40704
3513         * test_summary: Filter out "\r".
3515 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
3517         * compare-debug: Don't fail just because of .eh_frame differences.
3519 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
3521         PR testsuite/39807
3522         * dg-extract-results.sh: Close open files and use >> instead of >
3523         to decrease number of concurrently open files from awk.  Avoid
3524         = at the beginning of a regexp and redirect to a file determined
3525         by curfile variable rather than concatenated strings to workaround
3526         Solaris nawk bug.
3528 2009-04-25  Gerald Pfeifer  <gerald@pfeifer.com>
3530         * test_summary: Only include LAST_UPDATED if it exists.
3531         Complete copyright years.
3533 2009-04-16  Paolo Bonzini  <bonzini@gnu.org>
3535         * compare-all-tests: New.
3537 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3539         * gennews (files): Reference GCC 4.4 web pages.
3541 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
3543         * reghunt/date_based/reg_periodic: Change copyright header to refer
3544         to version 3 of the GNU General Public License and to point readers
3545         at the COPYING3 file and the FSF's license web page.
3546         * reghunt/date_based/reg_search: Likewise.
3547         * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
3548         * regression/btest-gcc.sh: Likewise.
3549         * regression/objs-gcc.sh: Likewise.
3551 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3553         * check_warning_flags.sh: Update flag exceptions.
3555 2008-11-18  Ben Elliston  <bje@au.ibm.com>
3557         * dg-cmp-results.sh: Do not print usage if either .sum file cannot
3558         be opened; print a more meaningful error instead.
3560 2008-10-24  Janis Johnson  <janis187@us.ibm.com>
3561             Jakub Jelinek  <jakub@redhat.com>
3563         * dg-extract-results.sh: New file.
3565 2008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3567         * check_makefile_deps.sh: New file.
3569 2008-05-08  Sebastian Pop  <sebastian.pop@amd.com>
3571         * patch_tester.sh (report): Do not print "Checker: ".
3573 2008-04-23  Sebastian Pop  <sebastian.pop@amd.com>
3575         * patch_tester.sh (report): Do not print the time.
3577 2008-04-01  Joseph Myers  <joseph@codesourcery.com>
3579         * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
3580         Handle @heading.  Handle enumerated lists with starting numbers
3581         and extra headings.
3583 2008-03-10  Janis Johnson  <janis187@us.ibm.com>
3585         * patch_tester.sh (initialization): Initialize svnpatch and stop.
3586         (usage): Add -svnpath and -stop.
3587         (makedir): New.
3588         (argument handling): Process -stop and -svnpath.
3589         (setup code): Use makedir, error out if initial svn checkout fails.
3590         (update): Use svnpath.  Invoke contrib/gcc_update.
3591         (apply_patch): Require that patch was created at top level.  Use eval
3592         with option variables.  Don't use bootstrap target for make.  Verify
3593         that some tests were run.
3594         (bootntest_patched): Use snvpath.
3595         (main loop): For -stop, exit when there are no more patches to test.
3597 2008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3599         * check_warning_flags.sh: Instead of invoke.texi, take the path
3600         to the doc directory as argument.  Check that warnings listed in
3601         'gcc --help' are accepted by the compiler, and listed in the
3602         manuals.
3604 2008-03-06  Tom Tromey  <tromey@redhat.com>
3606         * patch_tester.sh (usage): Watermark is not lexicographic.
3607         Load $STATE/defaults if it exists.
3608         (selfexec): Use $0.
3609         (apply_patch): Handle deletions.
3610         (bootntest): Handle default settings.
3612 2008-03-05  Jakub Jelinek  <jakub@redhat.com>
3614         * gennews (files): Reference GCC 4.3 web pages.
3616 2008-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3618         * check_warning_flags.sh: New file.
3620 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3622         * paranoia.cc (main): Remove handling of c4x_single and
3623         c4x_extended formats.
3625 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
3627         * compareSumTests3: Changed to GPLv3.
3628         * prepare_patch.sh: Same.
3629         * uninclude: Same.
3630         * dglib.pm: Same.
3631         * gennews: Same.
3632         * texi2pod.pl: Same.
3633         * analyze_brprob: Same.
3634         * gcc_build: Same.
3636 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
3638         * patch_tester.sh: Changed to GPLv3.
3640 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3642         * patch_tester.sh: Don't save the script anymore.
3644 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3646         * patch_tester.sh: New.
3647         * prepare_patch.sh: New.
3649 2007-11-26  Alexandre Oliva  <aoliva@redhat.com>
3651         * compare-debug: Introduce -p flag to preserve .stripped files.
3653 2007-10-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3655         * texi2pod.pl: Handle @asis.
3656         (postprocess): Move @gccoptlist{} after all formatting commands.
3658 2007-10-01  Alexandre Oliva  <aoliva@redhat.com>
3660         * compare-debug: Avoid spurious errors when .stripped files
3661         exist.
3663 2007-09-22  Hans-Peter Nilsson  <hp@axis.com>
3665         * warn_summary (srcdirFilter): Add fixincludes, sim,
3666         newlib and mpfr.
3668 2007-08-23  H.J. Lu  <hongjiu.lu@intel.com>
3670         * gcc_update: Handle different URL paths and tags.
3672 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3674         * compare-debug: New.
3676 2007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
3677             Andreas Schwab  <schwab@suse.de>
3679         * gcc_update: Use "svn info" for revision number.  Create
3680         gcc/REVISION with branch name and revision number.
3682 2007-08-10  Diego Novillo  <dnovillo@google.com>
3684         * gcc.doxy: Rename from tree-ssa.doxy.
3686 2007-08-10  Diego Novillo  <dnovillo@google.com>
3688         * tree-ssa.doxy: Update for doxygen 1.5.
3689         Include all the files in the middle and back ends.
3691 2007-06-30  Hans-Peter Nilsson  <hp@axis.com>
3693         * gcc_update (files_and_dependencies): Handle
3694         gcc/testsuite/gcc.dg/cpp/direct2s.c.
3696 2007-05-13  Mark Mitchell  <mark@codesourcery.com>
3698         * gennews (files): Reference GCC 4.2 web pages.
3700 2007-04-04  Zack Weinberg  <zack@mrtock.ucsd.edu>
3702         * texi2pod.pl: Correct handling of @itemize with no argument.
3704 2007-03-17  Hans-Peter Nilsson  <hp@axis.com>
3706         * uninclude: New utility, from Alexandre Oliva.
3708 2007-02-26  Dominique Dhumieres  <dominiq@lps.ens.fr>
3710         * test_installed: Adjust to the move from g77 to gfortran.
3712 2007-02-16  Matthias Klose  <doko@debian.org>
3714         * texi2pod.pl: Handle @subsubsection, ignore @anchor.
3716 2007-02-10  Hans-Peter Nilsson  <hp@axis.com>
3718         * test_summary (configflags): Adjust for changes in the
3719         config.status format due to update to autoconf 2.59.
3721 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3723         * gcc_update: Update for configure.in -> configure.ac.
3725 2007-02-06  Richard Sandiford  <richard@codesourcery.com>
3727         * texi2pod.pl: Handle @multitable.
3729 2007-01-15  Tom Tromey  <tromey@redhat.com>
3731         * download_ecj: New file.
3733 2006-09-27  Matthew Sachs  <msachs@apple.com>
3735         * compareSumTests3: POD syntax fix.
3737 2006-09-27  Matthew Sachs  <msachs@apple.com>
3739         * dglib.pm: Initial commit.
3740         * compareSumTests3: Initial commit.
3742 2006-09-18  Bernhard Fischer  <aldot@gcc.gnu.org>
3744         * dg-cmp-results.sh (compare-$$.awk): Print name[old]
3745         and not non-existing nm[old].
3747 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3749         Port to hosts whose 'sort' and 'tail' implementations
3750         treat operands with leading '+' as file names, as POSIX
3751         has required since 2001.  However, make sure the code still
3752         works on pre-POSIX hosts.
3753         * compare_tests: Don't assume "sort +2" is equivalent to
3754         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3756 2006-06-05  James Lemke  <jwlemke@wasabisystems.com>
3758         * dg-cmp-results.sh: New script for comparing DejaGNU logs.
3760 2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
3761             Mike Stump  <mrs@apple.com>
3763         * compare_tests: Handle multilibs better.
3765 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3767         * texi2pod.pl: Correct handling of absolute @include.
3769 2006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
3771         * texi2pod.pl: Handle -I.
3773 2006-02-28  Mark Mitchell  <mark@codesourcery.com>
3775         * gennews (files): Update for GCC 4.1.
3777 2006-01-24  Diego Novillo  <dnovillo@redhat.com>
3779         * gcc_update (files_and_dependencies): Handle
3780         libgomp/testsuite/Makefile.in.
3782 2006-01-18  Richard Henderson  <rth@redhat.com>
3783             Diego Novillo  <dnovillo@redhat.com>
3785         * gcc_update (files_and_dependencies): Add libgomp files.
3787 2005-12-06  Ben Elliston  <bje@au.ibm.com>
3789         * newcvsroot: Remove.
3791 2005-11-03  Steven Bosscher  <stevenb@suse.de>
3793         * gcc_build: Fix my previous checking.
3795 2005-11-01  Joseph S. Myers  <joseph@codesourcery.com>
3797         * gcc_update: Include revision number in LAST_UPDATED.
3799 2005-10-30  Steven Bosscher  <stevenb@suse.de>
3801         * gcc_build: Use gcc.gnu.org as the default server.  Set up
3802         SVN_REPOSITORY correctly.  Add support for checking out branches.
3804 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3806         * gcc_update: When svn update is called and
3807         --silent is used, pass -q.
3809 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3811         * gcc_update: Remove the -q from svn invocation.
3813 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3815         * gcc_build: Remove -d from the call to gcc_update.
3817 2005-10-28  Daniel Berlin  <dberlin@dberlin.org>
3818             Ben Elliston  <bje@au1.ibm.com>
3820         * gcc_update: Update for svn.
3821         * newcvsroot: Ditto.
3822         * gcc_build: Ditto.
3824 2005-10-21  Mark Mitchell  <mark@codesourcery.com>
3826         * texi2pod.pl: Substitue for @value even when part of @include.
3828 2005-10-21  Bob Wilson  <bob.wilson@acm.org>
3830         * texi2pod.pl: Convert two single quotes or two backquotes to
3831         double quotes.
3833 2005-08-23  Ben Elliston  <bje@au.ibm.com>
3835         * gcc_update: Update dependencies for libjava/aclocal.m4.
3837 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
3839         * All files: Update with new FSF address.
3841 2005-07-14  Ben Elliston  <bje@au.ibm.com>
3843         * filter_params.pl: Typo fix.
3844         * filter_knr2ansi.pl: Likewise.
3846 2005-06-05  Gerald Pfeifer  <gerald@pfeifer.com>
3848         * gennews (files): Update for egcs-1.0 release pages consolidation.
3850 2005-04-17  Joseph S. Myers  <joseph@codesourcery.com>
3852         * gennews (files): Update for GCC 4.0.
3854 2005-03-18  Alexandre Oliva  <aoliva@redhat.com>
3856         * gcc_update (silent): Unset instead of initializing to null.
3858 2005-03-18  Andreas Schwab  <schwab@suse.de>
3860         * gcc_update (apply_patch): Properly quote $1.
3862 2005-03-18  Zack Weinberg  <zack@codesourcery.com>
3864         * gcc_update: Add --silent option.
3866 2005-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3868         * warn_summary (keywordFilter): Update sed pattern for new quoting
3869         style in warnings.
3871 2005-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3873         * warn_summary: Add -fortran subdir flag.
3874         (subdirectoryFilter): Fix missing ada subdir.
3876 2004-11-20  Hans-Peter Nilsson  <hp@bitrange.com>
3878         * gcc_update (touch_files): Don't rely on "make" being GNU make;
3879         grep for "Touching" to determine that the rule executes.
3881 2004-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
3883         * gcc_update (touch_files): Explicitly pass --no-print-directory.
3885 2004-11-04  Andrew Pinski  <pinskia@physics.uc.edu>
3887         * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
3889 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
3891         * gcc_update: Add fixincludes.
3893 2004-08-26  Matthias Klose  <doko@debian.org>
3895         * texi2pod.pl: keep references of the form @ref{...}, print them bold.
3897 2004-08-26  Matthias Klose  <doko@debian.org>
3899         * test_summary: Include baseline used for libstdc++-v3 abi check
3900         in test summary.
3902 2004-08-25  Ben Elliston  <bje@au.ibm.com>
3904         * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
3906 2004-08-20  Andreas Tobler  <a.tobler@schweiz.ch>
3908         * gcc_update (self): libjava/configure.in -> configure.ac. Automake
3909         update done.
3911 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
3913         * gcc_update: libjava/configure.ac -> configure.in.  Automake
3914         1.4 does not handle configure.ac properly.
3916 2004-08-04  Andreas Schwab  <schwab@suse.de>
3918         * gcc_update: libjava/configure.in -> configure.ac.
3920 2004-08-03  Richard Earnshaw  <rearnsha@arm.com>
3922         * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
3924 2004-07-16  Jeff Law  <law@redhat.com>
3926         * analyze_brprob: Fix comments.  More consistent output format.
3928 2004-06-17  Diego Novillo  <dnovillo@redhat.com>
3930         * tree-ssa.doxy: Update for doxygen 1.3.5.
3932 2004-06-14  Andreas Jaeger  <aj@suse.de>
3934         * gcc_update: boehm-gc/configure.in -> configure.ac.
3936 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
3938         * gcc_update (boehm-gc/configure): Depend on
3939         boehm-gc/configure.ac instead of boehm-gc/configure.in
3941 2004-06-14  Paolo Bonzini  <bonzini@gnu.org>
3943         * gcc_update (libmudflap/configure): Depend on
3944         libmudflap/configure.ac instead of libmudflap/configure.in
3946 2004-06-14  Andreas Jaeger  <aj@suse.de>
3948         * gcc_update: Add libcpp.
3950 2004-06-10  Andreas Jaeger  <aj@suse.de>
3952         * gcc_update: Add libgfortran.
3954 2004-05-29  Andrew Pinski  <pinskia@physics.uc.edu>
3956         * gcc_update (libbanshee/configure): Depend on
3957         libbanshee/configure.ac instead of libbanshee/configure.in
3959 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
3961         * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
3962         from list of files to be touched.
3963         * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
3965 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
3967         * gennews: Update for GCC 3.4.
3969 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
3971         Merge from tree-ssa-20020619-branch.
3973         * filter_gcc_for_doxygen: New file.
3974         * filter_knr2ansi.pl: New file.
3975         * filter_params.pl: New file.
3976         * tree-ssa.doxy: New file.
3977         * contrib/gcc_update (files_and_dependencies): Handle
3978         libbanshee and libmudflap.
3980 2004-04-12  Kelley Cook  <kcook@gcc.gnu.org>
3981             Andreas Jaeger  <aj@suse.de>
3983         * gcc_update (files_and_dependencies): Insert zlib dependencies.
3985 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3987         * gcc_update (files_and_dependencies): libobjc/configure now
3988         depends on configure.ac, not configure.in.
3990 2004-04-01  Kelley Cook  <kcook@gcc.gnu.org>
3992         * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
3994 2004-03-16  Andreas Tobler  <a.tobler@schweiz.ch>
3996         * gcc_update (files_and_dependencies): Insert libffi dependencies.
3998 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
4000         * gcc_update (files_and_dependencies): Insert libada/configure.
4002 2004-02-29  Andrew Pinski  <pinskia@physics.uc.edu>
4004         * gcc_update (files_and_dependencies): Update intl/configure.in
4005         to intl/configure.ac.
4007 2004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
4009         * gcc_update (files_and_dependencies): Update fastjar/configure.in
4010         to fastjar/configure.ac
4012 2004-01-07  Kelley Cook  <kcook@gcc.gnu.org>
4014         * gcc_update (files_and_dependencies): Remove non-existant files.
4016 2004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
4018         * gcc_update (files_generated): Revert 2003-12-18 change.
4020 2004-01-03  Andrew Pinski  <pinskia@physics.uc.edu>
4022         * gcc_update (files_and_dependencies): For gcc directory,
4023         rename configure.in to configure.ac.
4025 2003-12-19  Andreas Tobler  <a.tobler@schweiz.ch>
4027         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
4028         remove acconfig.h. No longer used.
4030 2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
4032         * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
4033         gcc/ada/gnat_ug_* to use it.
4035 2003-12-16  James E Wilson  <wilson@specifixinc.com>
4037         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
4038         rename configure.in to configure.ac, and stamp-h.in to config-h.in.
4040 2003-12-11  Kelley Cook  <kcook@gcc.gnu.org>
4042         * gcc_update (files_and_dependencies): Correct typo in the filename
4043         gnat_ug_wnt.texi.
4045 2003-12-08  Arnaud Charlet  <charlet@act-europe.fr
4047         * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
4048         treeprs.ads.
4050 2003-10-16  Mark Mitchell  <mark@codesourcery.com>
4052         * gennews (files): Add GCC 3.3 files.
4054 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
4056         * gcc_build: Fix handling of -t option.  Add -x option.
4058 2003-07-31  Matt Kraai  <kraai@alumni.cmu.edu>
4060         * texi2pod.pl: Remove extra line.
4062 2003-07-15  Matt Kraai  <kraai@alumni.cmu.edu>
4064         * texi2pod.pl: Default @itemize's parameter to @bullet.
4066 2003-07-12  Zack Weinberg  <zack@codesourcery.com>
4068         * gcc_update: gcc/acconfig.h no longer exists.
4070 2003-07-11  Matthias Klose  <doko@debian.org>
4072         * test_installed: Add options to run objc tests.
4073         In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
4075 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
4077         * gcc_update: Remove gcc/intl/plural.c from list.
4078         Add new generated files intl/plural.c, intl/configure,
4079         intl/config.h.in.
4081 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
4083         * gcc_update (files_and_dependencies): Add
4084         gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
4085         gcc/testsuite/gcc.dg/cpp/mi1c.h.
4087 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4089         * paranoia.cc: Fix spelling error.
4091         * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
4092         to GCC.
4094 2003-04-04  Mike Stump  <mrs@apple.com>
4096         * compare_tests: Fix exit status and be more flexible with spacing.
4098 2003-03-08  Phil Edwards  <pme@gcc.gnu.org>
4100         * test_summary:  Add -h, print existing comments as help.
4102 2003-03-03  H.J. Lu  <hjl@gnu.org>
4104         * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
4105         * gcc_update: Likewise.
4107 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
4109         * test_summary (configflags): Only use the first match.  Remove
4110         excess space.  Use sub instead of gsub where possible.  Use `none'
4111         if no configure flags were given.
4113 2003-01-10  Loren J. Rittle  <ljrittle@acm.org>
4115         * test_summary (configflags): awk portability.
4117 2003-01-07  Alexandre Oliva  <aoliva@redhat.com>
4119         * test_summary (configflags): Compute correctly with both
4120         autoconfiscated and Cygnus-style top-level.
4122 2003-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4124         * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
4125         on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
4126         gcc/java/keyword.gperf
4128 2002-12-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4130         * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
4131         depending on gcc/intl/plural.y.
4133 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
4135         * gcc_update (configure): Depend on config/acx.m4 as well.
4137         * gcc_update (configure): Depend on configure.in.
4139 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
4141         * texi2pod.pl: Skip contents of @copying.
4143 2002-11-09  Zack Weinberg  <zack@codesourcery.com>
4145         * gthr_supp_vxw_5x.c: New file.
4147 2002-10-21  Richard Henderson  <rth@redhat.com>
4149         * paranoia.cc (real_c_float::image): Accomodate size of
4150         real_internal format.
4151         (main): Unbuffer stdio.  Add real_internal format.
4152         (floor_log2_wide): New.
4154 2002-10-16  Richard Henderson  <rth@redhat.com>
4156         * paranoia.cc (ENUM_BITFIELD): New.
4157         (class): Define as klass around real.h.
4158         (real_c_float): Not a template any longer; define MODE as a
4159         class static constant; use real_format elements for SIZE.
4160         Update uses of real_to_decimal and real_to_hexadecimal.
4161         (main): Change -g argument to use a format name.
4162         (mode_for_size): Remove.
4164 2002-09-16  Richard Henderson  <rth@redhat.com>
4166         * paranoia.cc: New file.
4168 2002-09-04  Richard Henderson  <rth@redhat.com>
4170         * enquire.c: Remove.
4172 2002-08-14  Mark Mitchell  <mark@codesourcery.com>
4174         * gennews (files): Add GCC 3.2 files.
4176 2002-07-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4178         * gennews (files): Add proper files for the GCC 3.1 release series.
4179         Simplify and reformat introductory wording.
4181 2002-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4183         * enquire.c: Move from gcc.
4185 2002-07-16  H.J. Lu  <hjl@gnu.org>
4187         * gcc_update (touch_files): Pass -s to ${MAKE}.
4189 2002-06-26  Zack Weinberg  <zack@codesourcery.com>
4191         * texi2pod.pl: Correct handling of the internal R<> sequence.
4193 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
4195         * gcc_update (files_and_dependencies): Add generated Texinfo files
4196         for Ada.
4198 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4200         * test_installed: Allow for PWDCMD to override hardcoded pwd.
4201         * test_summary: Likewise.
4203 2002-04-18  Geoffrey Keating  <geoffk@redhat.com>
4205         * gcc_update (touch_files): Don't have empty for loop.
4207 2002-04-16  Richard Henderson  <rth@redhat.com>
4209         * gcc_update: Remove libchill.
4211 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
4213         * texi2pod.pl: Handle @end ftable and @end vtable.
4215 2002-03-11  Zack Weinberg  <zack@codesourcery.com>
4217         * texi2pod.pl: Handle @include, @ftable, @vtable.
4218         Reformat some code for clarity.
4220 2002-02-24  Christian Jönsson  <c.christian.joensson@telia.com>
4222         * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
4223         WARNING and ERROR output from the *.sum files.
4225 2002-01-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4227         * gennews (files): Replace gcc-2.95/gcc-2.95.html,
4228         gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
4229         and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
4231 2002-01-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4233         * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
4234         egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
4235         egcs-1.1/index.html.
4237 2002-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4239         * warn_summary: Add -ada subdirectory flag.
4241 2001-12-12  Matthias Klose  <doko@debian.org>
4243         * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
4244         generation of more than one man page from one source.
4245         Add '-' to set of valid chars for an identifier.
4246         Let -D option accept flags of the form <flag>=<value>.
4247         Use \s+ for whitespace detection in '@c man' lines.
4248         Handle @set and @clear independent of $output.
4249         Substitute all @value{}'s in a line.
4251 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4253         * texi2pod.pl: Handle @ifnottex, @iftex and @display.  Handle @var
4254         in verbatim blocks specially.  Handle @unnumbered, @unnumberedsec
4255         and @center.  Allow [a-z] after @enumerate.  Handle 0 and numbers
4256         greater than 9 in enumerations.
4258 2001-11-07  Laurent Guerby  <guerby@acm.org>
4260         * gcc_update (files_and_dependencies): Add Ada dependencies.
4262 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4264         * snapshot: Remove.
4266 2001-09-07  Richard Sandiford  <rsandifo@redhat.com>
4268         Revert:
4269         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
4270         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
4271         touch.
4273 2001-09-04  David.Billinghurst  <David.Billinghurst@riotinto.com>
4275         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
4276         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
4277         touch.
4279 Mon Aug 13 02:29:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
4281         * analyze_brprob: Update for changes in gcc debug output.
4283 Sat Jul 28 22:37:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
4285         * analyze_brprob: Avoid more overflows.
4287 2001-07-27  Richard Henderson  <rth@redhat.com>
4289         * test_summary: Copy LAST_UPDATED UTC time to head of summary.
4291 Fri Jul 27 18:01:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
4293         * analyze_brprob: Avoid overflows.
4295 2001-07-27  Richard Henderson  <rth@redhat.com>
4297         * gcc_update: Dump timestamp in LAST_UPDATED.
4299 2001-07-26  Andreas Jaeger  <aj@suse.de>,
4300             Hans-Peter Nilsson  <hp@bitrange.com>
4302         * analyze_brprob: Fix documentation.
4304 Mon Jul 23 15:47:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
4306         * analyze_brprob: Fix awk compatibility problems; update comment.
4308 2001-07-23  Andreas Jaeger  <aj@suse.de>
4310         * analyze_brprob: Fix more typos.
4312 2001-07-23  Andreas Jaeger  <aj@suse.de>
4314         * analyze_brprob: Fix typos.
4316 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4318         * texi2pod.pl: Handle @r inside @item.
4320 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
4322         * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
4324 2001-07-01  Zoltan Felleg  <zfelleg@telnet.hu>
4326         * warn_summary: Fix typo in a comment.
4328 2001-06-14  Albert Chin-A-Young  <china@thewrittenword.com>
4330         * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
4332 2001-06-13  Mark Mitchell  <mark@codesourcery.com>
4334         * gennews: Set TERM to vt100 for Lynx.
4336 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4338         * release: Remove.
4340 Tue Jun 12 12:21:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
4342         * analyze_brprob: New file.
4344 2001-06-11  Mark Mitchell  <mark@codesourcery.com>
4346         * gcc_build: Output information about the commands used to
4347         configure the compiler.
4349 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4351         * gennews: Update for GCC 3.0.
4353 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4355         * gcc_update: Update for move of documentation to gcc/doc.
4357 2001-05-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4359         * contrib/test_summary (files): Sort before evaluating.
4361 2001-05-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4363         * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
4365 2001-05-21  Mark Mitchell  <mark@codesourcery.com>
4367         * gcc_build: Use -d when invoking gcc_update.
4369 2001-05-18  Andreas Jaeger  <aj@suse.de>
4371         * gcc_update: Add rules for libf2c/libI77.
4373 2001-05-17  Alexandre Oliva  <aoliva@redhat.com>
4375         * gcc_update (touch_files): Use simpler, yet as portable, syntax.
4377 2001-05-14  Loren J. Rittle  <ljrittle@acm.org>
4379         * gcc_update (touch_files): Enhance make portability.
4381 2001-05-14  Alexandre Oliva  <aoliva@redhat.com>
4383         * gcc_update (touch_files): Use a Makefile to touch files.
4385 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4387         * texi2pod.pl: Add copyright and GPL notices.
4389 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
4391         * texi2pod.pl: Handle "\,".
4393 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
4395         * texi2pod.pl: Fix regular expression for @r to avoid exponential
4396         recursion.  From Russ Allbery <rra@stanford.edu>.  Remove perl
4397         version check.
4399 2001-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4401         * warn_summary (stageNfilter): Update for recent changes in
4402         bootstrap logic.
4404 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4406         * texi2pod.pl: Require at least perl 5.6.0.
4408 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4410         * gcc_update: Add gcc/gcc.1 to generated files.
4411         * texi2pod.pl: Handle @r and @gccoptlist.  Handle @gol.  Handle
4412         discarding to end of sentence with @xref where the sentence has an
4413         interior "." in markup, and handle discarding parentheses around
4414         such a sentence.
4416 2001-01-11  Bernd Schmidt  <bernds@redhat.com>
4418         * gennews: Add gcc-2.95.3.
4420 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
4422         * texi2pod.pl: Handle @gcctabopt and @env in tables.  Handle
4423         @command.  Format URLs and email addresses in bold.
4425 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4427         * gcc_update: Add cpp.1 to the list of generated files.
4429         * texi2pod.pl: Handle @option and @env.
4431 2001-01-03  Mike Stump  <mrs@wrs.com>
4433         * snapshot: Update to account for java libraries.
4435 2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
4437         * test_summary: Export filesuffix, not fileprefix.
4439 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4441         * release: Change some EGCS references to GCC.
4443 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4445         * warn_summary: Fix subdirectory filtering.  Add -intl and -fixinc
4446         subdirectory flags.  Add source directory prefix filtering.
4447         Redirect diagnostic output to stderr.
4449 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
4451         * texi2pod.pl: If multiple @c man sections with the same tag
4452         appear, concatenate them in the final output.  When skipping,
4453         ignore block commands that can't cause skipping, and honor
4454         those that can.  Ensure that verbatim blocks are separate
4455         paragraphs.
4457 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4459         * gcc_update: Don't touch tradcif.c or java/parse.h.
4461 2000-12-05  Zack Weinberg  <zack@wolery.stanford.edu>
4463         * texi2pod.pl: Restructure for comprehensibility, add
4464         comments.  Merge handling of @ignore and @ifxxx.  Handle a
4465         whole bunch more Texinfo commands.  Use consistent formatting
4466         style.
4468 2000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4470         * gennews: New script.
4472 2000-11-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4474         * gcc_update: Update a comment as we now require bison for CVS users.
4476 2000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4478         * gcc_update: Add gcov.1 to the list of generated files.
4480 2000-11-21  Mark Mitchell  <mark@codesourcery.com>
4482         * gcc_build: Remove code to put information in a log file.
4484 2000-11-19  Zack Weinberg  <zackw@stanford.edu>
4486         * texi2pod.pl:
4487         - Add real command line parsing.
4488           - Support @ifset, @ifclear, @set, @value, -D switch.
4489           - Support @sc.  Improve handling of @ref and friends.
4490           - Discard @subsection, @need, @node lines.
4491         - Un-nest font changes to match texinfo semantics.
4492           - Handle @{ and @}.  Oops.
4493         - Don't emit E<> directives inside verbatim blocks.
4495 2000-11-12  Bruce Korb  <bkorb@gnu.org>
4497         * release: generalize the release script a bit.
4499 Sat Nov 11 17:29:03 2000  Mark P Mitchell  <mark@codesourcery.com>
4501         * gcc_build: Add -o option for setting the objdir to use.
4503 2000-11-11  Jeff Law  <law@redhat.com>,
4505         * release: New file.
4507 2000-11-08  Jeff Law  <law@redhat.com>,
4508             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4510         * snapshot: New file.
4512 2000-11-08  Jeffrey Oldham  <oldham@oz.codesourcery.com>
4514         * gcc_build (bootstrap_gcc): New function.
4515         (configure_gcc): Likewise.
4516         (build_gcc): Rewritten to use configure and bootstrap.
4517         (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
4519 2000-10-31  Mark Mitchell  <mark@codesourcery.com>
4521         * gcc_build (MAKE): New variable.
4522         (build_gcc): Use it.  Fix logging of errors.
4523         (install_gcc): Likewise.
4525 2000-10-29  Mark Mitchell  <mark@codesourcery.com>
4527         * gcc_build: Save the output from CVS into the logfile as well.
4529 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
4531         * gcc_build: Fix typos.
4533 2000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4535         * gperf-2.7-19981006.pat: Remove.
4537 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4539         * test_installed: Change EGCS references to refer to GCC.
4541 2000-09-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4543         * gcc_update (touch_files): Add some informative output.
4545 2000-09-16  Andreas Jaeger  <aj@suse.de>
4547         * gcc_update: Remove gcc/c-parse.gperf.
4549 2000-08-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>,
4550             Alexandre Oliva  <aoliva@redhat.com>
4552         * gcc_update: Execute touch_files_reexec even if `cvs update`
4553         failed.
4555 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
4557         * test_summary: AWK breaks with filenames containing `='.
4559 Sun Jul 16 12:04:33 2000  Mark P Mitchell  <mark@codesourcery.com>
4561         * gcc_build: New script.
4563 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
4565         * gcc_update (files_and_dependencies): Remove generated YACC files.
4567 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
4569         * gcc_update (files_and_dependencies): Remove generated YACC files.
4571 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
4573         * newcvsroot: Handle filenames that contain spaces.
4575 2000-06-03  Zack Weinberg  <zack@wolery.cumb.org>
4577         * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
4578         Elide --with-gcc-version-trigger and --norecursion from
4579         configure flags.  Remove code to report status of haifa scheduler.
4581 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
4583         * gcc_update (self): Set to `$0'.
4584         (touch_files_reexec): Use `$self' instead of `$0'.
4586 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
4588         * gcc_update (touch_files_reexec): New function, run after the
4589         tree is modified.
4591 2000-05-08  Richard Hendeson  <rth@cygnus.com>
4593         * gcc_update: Remove references to inclhack.tpl.
4595 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
4597         * index-prop: Use a single pattern.  Also support *** cdiffs.
4599 2000-04-28  Pavel Roskin  <pavel_roskin@geocities.com>
4601         * index-prop: Don't change /dev/null.
4603 2000-04-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4605         * gcc_update: Refer to GCC and gcc_update instead of egcs and
4606         egcs_update.
4608 2000-04-26  Jonathan Larmour  <jlarmour@redhat.co.uk>
4610         * index-prop: Fix occasional problem when using cvs diff -p.
4612 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
4614         * gcc_update: Remove references to cexp.c/cexp.y.
4616 1999-12-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4618         * newcvsroot: Add check on the number of command-line arguments.
4619         Add usage.
4621 Sun Nov 28 00:41:44 1999  William Bader (william@nscs.fast.net)
4623         * gcc_update: Allow patches compressed by bzip2.
4625 1999-10-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4627         * newcvsroot: New file.
4629 1999-09-11  Craig Burley  <craig@jcb-sc.com>
4631         * convert_to_f2c, convert_to_g2c, download_f2c: New file.
4633 1999-08-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4635         * gcc_update: New file.
4636         * egcs_update: Renamed to gcc_update.
4638 1999-08-09  Robert Lipe  <robertlipe@usa.net>
4640         * test_summary: Quote curly braces in 1999-07-03 change.
4642 1999-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
4644         * egcs_update (files_and_dependencies): Fixed typo in
4645         gcc/cstamp-h.in.  Added gcc/config.in.
4647 1999-07-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
4649         * egcs_update (files_and_dependencies): New function, with
4650         complete list of files to be updated, as well as their
4651         dependencies.
4652         (touch_files): Check the timestamp of each generated file against
4653         its dependencies'.
4654         (main): New flags --touch, --list and --help.  Remove the
4655         pre-update step.
4657 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
4659         * test_summary: Replace egcs with gcc.  Update e-mail address.
4661 1999-07-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4662             Jerry Quinn  <jquinn@nortelnetworks.com>
4664         * egcs_update (touch_files, apply_patch): New functions.
4665         Use them.  New command-line option --patch.  Split test of local
4666         tree into two parts.  Add comments.
4668 1999-07-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
4670         * test_summary: If Target is `unix{*}', append the Target variants
4671         to Host.
4673 1999-06-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
4675         * test_summary: Set default mail-address and version for egcs
4676         instead of relying on unpredictable pathnames.
4677         Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
4679 Fri Apr  2 16:09:02 1999  Jeffrey A Law  (law@cygnus.com)
4681         * fixinc/*: Delete obsolete files.
4683 1999-02-04  Robert Lipe  <robertlipe@usa.net>
4685         * egcs_update: Test return values of 'cvs update'.  Propogate
4686         to caller as exit values.
4688 1999-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4690         * egcs_update: Use "if" instead of "&&".  Touch generated files
4691         only after the corresponding *.y files.
4693 1999-01-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4695         * egcs_update: Do not use xargs, but a backquote construct.
4697 1999-01-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
4699         * test_summary (version): Remove carriage return that gawk inserts
4700         in the version string for some reason.
4702 1998-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4704         * egcs_update: Only touch files that already exist.
4706 1998-11-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
4708         * test_summary (EOF): Remove double backslash.
4709         Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4711 1998-11-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
4713         * test_summary (address): Set to egcs-testresults mailing list.
4715 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
4717         * test_summary (address): Added Marc Lehmann's testsuite-results
4718         to the default e-mail address.
4720 1998-11-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
4722         * test_summary (-p, prepend_logs): Add these before the summary.
4723         (Compiler, Platform): Print these just before configflags.
4725 Sat Oct 31 10:53:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4727         * warn_summary (longLineFilter): New shell function to encapsulate
4728         this functionality.  It is off by default, only active if -llf
4729         flag is specified.
4730         (subdirectoryFilter): Fix bug in filtering which made some
4731         subdirectory warnings erroneously appear in the toplevel set.
4732         (stageNfilter): Renamed from `stageNwarns'.  Updated to collect
4733         warnings from stage1 as well as stage0, which means warnings from
4734         outside the bootstrap directory.  Eg, the libraries, etc.
4735         (warningFilter): New shell function to encapsulate this
4736         functionality.
4737         (keywordFilter): New shell function to encapsulate this
4738         functionality.
4740         Store data in a temp file rather than calculating it 3x.  Arrange
4741         to remove it on exit and signals.
4743         Add -pass/-wpass flags to do "pass through" (i.e. manual
4744         inspection) of bootstrap output from a particular stageN as well
4745         as language subdirs.
4747         Add better comments/documentation.
4749 Sat Oct 31 16:39:31 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4751         * egcs_update: Add comment about keeping the FAQ synchronized.
4753 Fri Oct 30 00:39:27 1998  Jeffrey A Law  (law@cygnus.com)
4755         * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
4756         in the repo again.
4758 Fri Oct 16 07:35:00 1998  Bruce Korb  <korb@datadesign.com>
4760         * egcs_update:  Added gcc/fixinc/* generated files to touch list.
4762 Tue Oct 13 23:28:33 1998  Jeffrey A Law  (law@cygnus.com)
4764         * egcs_update: Remove gcc/java/parse.c from list of files to
4765         touch.
4767 Wed Oct  7 13:00:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4769         * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
4771 Mon Oct  5 14:19:48 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4773         * warn_summary (subdirectoryFilter): New shell function to
4774         optionally filter in/out gcc subdirectories when summarizing
4775         warnings.  Add new flags to support subdirectory filtering.
4777         Also, ensure the bootstrap stage is a number.  Add some more C
4778         keywords that are preserved in the "warning type" summary and
4779         tighten up the "arg ???" regexp.
4781 Tue Sep 22 07:30  Bruce Korb  <korb@datadesign.com>
4783         * fixinc/inclhack.def:  Not all C++ comments in C headers
4784         were treated alike.  They are now.  Also fixed syntax
4785         of sed expression in "systypes" fix.
4787         * fixinc/inclhack.def:  Removed SVR4.2-ism from shell invocation
4789         * egcs_update:  Added fixinc/* generated files to touch list.
4791 Wed Sep 16 16:06:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4793         * egcs_update: Additionally touch gcc/java/parse.[ch].
4795 Thu Sep  9 16:48  Bruce Korb <korb@datadesign.com>
4797         * fixinc/inclhack.def:  Added two files required by
4798         SCO's Open Server 5's avoid_bool fix.
4799         Regenerated fixinc.x and inclhack.sh to incorporate
4800         the update.
4802 Thu Sep  3 10:11:32 1998  Robert Lipe   <robertl@dgii.com>
4804         * egcs_update: Do the pass 1 CVS update only for files that
4805         may reasonably be under CVS control.
4807 1998-08-14  Alexandre Oliva  <oliva@dcc.unicamp.br>
4809         * test_installed: New script for testing already-installed
4810         gcc/g++/g77.
4812 Wed Aug 12 19:59:36 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4814         * egcs_update: Assigned copyright to FSF.
4816 Tue Aug 11 17:55:53 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4817                           Alexandre Oliva  <oliva@dcc.unicamp.br>
4819         * egcs_update: New switch --nostdflags and documentation
4820         enhancements.
4822 Tue Aug 11 17:33:19 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4824         * egcs_update: New script.
4826 1998-08-05  Bruce Korb  <korbb@datadesign.com>
4828         * fixinc/Makefile
4829         Added define for target machine so machine-specific tests
4830         can be selected for or against.
4832         * fixinc/fixincl.c
4833         Added an array of string pointers to machines to select
4834         or avoid, depending on a FD_MACH_IFNOT bit flag.
4835         Used a shell script to match the defined TARGET_MACHINE
4836         with any of the given match patterns.
4838         * fixinc/fixincl.tpl
4839         Generate the array of strings and bit flag, as needed,
4840         depending on "mach" and "not_machine" attributes for a fix.
4842         * fixinc/mkfixinc.sh
4843         Invoke the make with TARGET assigned the value of the
4844         machine name argument.
4846 Mon Jul 27 22:08:12 1998  Mike Stump  (mrs@wrs.com)
4848         * compare_tests: New script.
4850 1998-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
4852         * test_summary: Assigned copyright to FSF.
4854 Mon Jul 27 20:33:02 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4856         * test_summary: Corrected script name in comments providing
4857         documentation.  Added linebreaks for lines with > 80 characters.
4859 Fri Jun 19 02:36:59 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
4861         * test_summary: New switch, -i, and environment variable,
4862         append_logs, for including files in the report.
4864 1998-06-01  Manfred Hollstein  <manfred@s-direktnet.de>
4866         * warn_summary: Update to Kaveh's latest version allowing to
4867         specify the last stage built.
4869 1998-05-29  Bruce Korb  <korbb@datadesign.com>
4871         * fixinc/mkfixinc.sh
4872         Changes to make it easier to invoke on platforms that
4873         normally do not invoke fixincludes.
4875         * fixinc/inclhack.def
4876         Applied fixes from egcs/gcc/fixincludes from the past several
4877         months.
4879 1998-05-28  Bruce Korb  <korbb@datadesign.com>
4881         * fixinc/*: Updated most everything for a first real
4882         try at getting "fast_fixincludes" working.
4884 1998-05-28  Jason Merrill  <jason@yorick.cygnus.com>
4886         * index-prop: New file.
4888 Sat May 23 23:38:49 1998  Matthias Klose  <doko@cs.tu-berlin.de>
4890         * test_summary: find good awk (copied from warn_summary).
4892 Sat May 23 23:38:33 1998  Jeffrey A Law  (law@cygnus.com)
4894         * test_summary, warn_summary: New files