testsuite: suppress mangling compatibility aliases
[official-gcc.git] / contrib / ChangeLog
blobe3b7a4db62e457ea2101df714dc93e45e507762f
1 2023-12-21  Alexandre Oliva  <oliva@adacore.com>
3         * compare_tests: Add tool to test lines.  Match tabs besides
4         blanks to insert tool and target.  Don't print undefined fname.
6 2023-12-20  Jason Merrill  <jason@redhat.com>
8         * gcc-git-customization.sh: Add git gcc-style alias.
10 2023-12-14  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
11             Arthur Cohen  <arthur.cohen@embecosm.com>
13         * gcc_update: Add libgrust file dependencies.
15 2023-12-14  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
16             Arthur Cohen  <arthur.cohen@embecosm.com>
18         * gcc-changelog/git_commit.py: Add libgrust.
20 2023-12-13  Arsen Arsenović  <arsen@aarsen.me>
22         * download_prerequisites
23         <arg parse>: Parse --only-gettext.
24         (echo_archives): Check only_gettext and stop early if true.
25         (helptext): Document --only-gettext.
27 2023-12-02  Richard Sandiford  <richard.sandiford@arm.com>
29         * config-list.mk (OPT_IN_LANGUAGES): New variable.
30         ($(LIST)): Replace --enable-languages=all with a specifc list.
31         Disable fortran on bpf and mmix.  Enable the languages in
32         OPT_IN_LANGUAGES.
34 2023-11-14  Jakub Jelinek  <jakub@redhat.com>
36         * unicode/README: Adjust glibc git commit hash, number of Unicode
37         data files to be updated and latest Unicode version.
38         * unicode/from_glibc/utf8_gen.py: Update from glibc.
39         * unicode/UnicodeData.txt: Update from Unicode 15.1.
40         * unicode/EastAsianWidth.txt: Likewise.
41         * unicode/DerivedNormalizationProps.txt: Likewise.
42         * unicode/NameAliases.txt: Likewise.
43         * unicode/DerivedCoreProperties.txt: Likewise.
44         * unicode/PropList.txt: Likewise.
46 2023-11-14  Jakub Jelinek  <jakub@redhat.com>
48         * gcc-changelog/git_update_version.py: Add
49         040e5b0edbca861196d9e2ea2af5e805769c8d5d to ignored commits.
51 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
53         * prerequisites.sha512: Add gettext.
54         * prerequisites.md5: Add gettext.
55         * download_prerequisites: Add gettext.
57 2023-10-05  Andrea Corallo  <andrea.corallo@arm.com>
59         * mdcompact/mdcompact-testsuite.el: New file.
60         * mdcompact/mdcompact.el: Likewise.
61         * mdcompact/tests/1.md: Likewise.
62         * mdcompact/tests/1.md.out: Likewise.
63         * mdcompact/tests/2.md: Likewise.
64         * mdcompact/tests/2.md.out: Likewise.
65         * mdcompact/tests/3.md: Likewise.
66         * mdcompact/tests/3.md.out: Likewise.
67         * mdcompact/tests/4.md: Likewise.
68         * mdcompact/tests/4.md.out: Likewise.
69         * mdcompact/tests/5.md: Likewise.
70         * mdcompact/tests/5.md.out: Likewise.
71         * mdcompact/tests/6.md: Likewise.
72         * mdcompact/tests/6.md.out: Likewise.
73         * mdcompact/tests/7.md: Likewise.
74         * mdcompact/tests/7.md.out: Likewise.
76 2023-10-03  Martin Jambor  <mjambor@suse.cz>
78         * mklog.py (skip_line_in_changelog): Compare to None using is instead
79         of ==, add an extra newline after the function.
81 2023-10-02  Iain Sandoe  <iain@sandoe.co.uk>
83         * config-list.mk: Add newer Darwin versions, trim one older.
84         Remove cases with no OS version, which is not supported for cross-
85         compilers.
87 2023-09-29  Patrick O'Neill  <patrick@rivosinc.com>
89         * check_GNU_style_lib.py: Skip machine description file bracket linting.
91 2023-09-29  Paul Iannetta  <piannetta@kalrayinc.com>
93         * dg-extract-results.py: Print the "Test run" line.
94         * dg-extract-results.sh: Print the "Host" line.
96 2023-09-12  Jonathan Wakely  <jwakely@redhat.com>
98         PR other/111360
99         * gcc_update: Quote variable.
101 2023-09-11  Jonathan Wakely  <jwakely@redhat.com>
103         PR other/111359
104         * gcc-git-customization.sh: Check for getent before using it.
105         Use id on macOS.
107 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
109         * gcc-changelog/git_commit.py (GitCommit.__init__,
110         to_changelog_entries): Fix lost wording fix.
112 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
114         * gcc-changelog/git_commit.py (GitCommit.__init__):
115         Handle commit_to_info_hook = None; otherwise, if None,
116         regard it as error.
117         (to_changelog_entries): Handle commit_to_info_hook = None;
118         if info is None, create a warning for it.
119         * gcc-changelog/git_email.py (GitEmail.__init__):
120         call super() with commit_to_info_hook=None instead
121         of a lambda function.
123 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
125         Revert:
126         2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
128         * gcc-changelog/git_commit.py (GitCommit.__init__):
129         Handle commit_to_info_hook = None; otherwise, if None,
130         regard it as error.
131         (to_changelog_entries): Handle commit_to_info_hook = None;
132         if info is None, create a warning for it.
133         * gcc-changelog/git_email.py (GitEmail.__init__):
134         call super() with commit_to_info_hook=None instead
135         of a lamda function.
137 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
139         * gcc-changelog/git_commit.py (GitCommit.__init__):
140         Handle commit_to_info_hook = None; otherwise, if None,
141         regard it as error.
142         (to_changelog_entries): Handle commit_to_info_hook = None;
143         if info is None, create a warning for it.
144         * gcc-changelog/git_email.py (GitEmail.__init__):
145         call super() with commit_to_info_hook=None instead
146         of a lamda function.
148 2023-09-04  Marc Poulhiès  <dkm@kataplop.net>
150         * mklog.py: Leave SOB lines after changelog.
151         * prepare-commit-msg: Apply most shellcheck suggestions.
153 2023-08-29  Lehua Ding  <lehua.ding@rivai.ai>
155         * mklog.py: Fix bugs.
157 2023-08-16  Andrew Pinski  <apinski@marvell.com>
159         * gcc_update: Add libstdc++-v3/include/bits/version.h.
161 2023-07-13  Lehua Ding  <lehua.ding@rivai.ai>
163         * mklog.py: Add --append option.
165 2023-07-07  Richard Biener  <rguenther@suse.de>
167         * gcc-changelog/git_update_version.py: Remove GCC 10 from
168         active_refs.
170 2023-06-22  David Malcolm  <dmalcolm@redhat.com>
172         * unicode/gen-box-drawing-chars.py: New file.
173         * unicode/gen-combining-chars.py: New file.
174         * unicode/gen-printable-chars.py: New file.
176 2023-06-17  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
178         * testsuite-management/validate_failures.py (IsInterestingResult):
179         Add result_set argument and use it.  Adjust callers.
181 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
183         * testsuite-management/validate_failures.py (TestResult,)
184         (ParseManifestWorker, ParseSummary, Main): Handle new option
185         "--srcpath <regex>".
187 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
189         * testsuite-management/validate_failures.py (TestResult): Update.
190         (Main): Handle new option "--expiry_date YYYYMMDD".
192 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
194         * testsuite-management/validate_failures.py (ResultSet.update,)
195         (ResultSet.HasTestsuite): New methods.
196         (GetResults): Update.
197         (ParseSummary, CompareResults, PerformComparison, Main): Handle new
198         option --invert_match.
200 2023-06-14  Thiago Bauermann  <thiago.bauermann@linaro.org>
202         * testsuite-management/validate_failures.py (TestResult): Improve error
203         output.
205 2023-06-14  Christophe Lyon  <christophe.lyon@linaro.org>
207         * testsuite-management/validate_failures.py (_EXP_LINE_FORMAT,)
208         (_EXP_LINE_REX, ResultSet): Support "$tool:" prefix in exp names.
210 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
212         * testsuite-management/validate_failures.py (Main): Use exit code "2"
213         to indicate regression.
215 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
217         * testsuite-management/validate_failures.py (_VALID_TEST_RESULTS_REX):
218         Update.
219         (TestResult): Use _VALID_TEST_RESULTS_REX.
221 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
223         * testsuite-management/validate_failures.py: Add more verbosity levels.
225 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
227         * testsuite-management/validate_failures.py: Simplify GetManifestPath().
229 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
231         * testsuite-management/validate_failures.py (GetResults): Update.
232         (CompareBuilds): Read in manifest.
234 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
236         * testsuite-management/validate_failures.py (ParseManifestWorker):
237         Support expiry attributes in manifests.
238         (ParseSummary): Add a comment.
240 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
242         * testsuite-management/validate_failures.py: Avoid testsuite
243         aliasing.
245 2023-06-13  Andi Kleen  <ak@linux.intel.com>
247         * gen_autofdo_event.py: Update for download server changes
249 2023-06-03  Lehua Ding  <lehua.ding@rivai.ai>
251         * clang-format (ForEachMacros): Add missing cases
252         for EXECUTE_IF_... macros.
254 2023-05-18  Jonathan Wakely  <jwakely@redhat.com>
256         PR bootstrap/105831
257         * bench-stringop: Use = operator instead of ==.
258         * repro_fail: Likewise.
260 2023-04-28  Martin Liska  <mliska@suse.cz>
262         * filter_gcc_for_doxygen: Use python3 and not python2.
263         * filter_params.py: Likewise.
265 2023-04-26  Jakub Jelinek  <jakub@redhat.com>
267         * gennews (files): Add files for GCC 13.
269 2023-04-17  Jakub Jelinek  <jakub@redhat.com>
271         * gcc-changelog/git_update_version.py (active_refs): Add
272         releases/gcc-13.
274 2023-03-16  Jakub Jelinek  <jakub@redhat.com>
276         * unicode/README: Update to mention also makeuname2c.
277         * unicode/NameAliases.txt: New file.
279 2023-03-13  Lewis Hyatt  <lhyatt@gmail.com>
281         * unicode/DerivedCoreProperties.txt: Update to Unicode 15.
282         * unicode/DerivedNormalizationProps.txt: Likewise.
283         * unicode/EastAsianWidth.txt: Likwise.
284         * unicode/PropList.txt: Likewise.
285         * unicode/README: Likewise.
286         * unicode/UnicodeData.txt: Likewise.
288 2023-02-22  Thomas Schwinge  <thomas@codesourcery.com>
290         * config-list.mk (LIST): Clarify i686-symbolics-gnu to i686-gnu.
292 2023-02-17  Petr Sumbera  <petr.sumbera@oracle.com>
294         * make_sunver.pl: Escape brace.
296 2023-02-10  Flavio Cruz  <flaviocruz@gmail.com>
298         * config-list.mk: Add x86_64-gnu to list of archs.
300 2023-01-19  Gaius Mulley  <gaiusmod2@gmail.com>
302         * gcc_update (files_and_dependencies): Add dependencies for
303         gcc/m2/gm2config.h.in, gcc/m2/configure,
304         gcc/m2/gm2-libs/config-host, libgm2/Makefile.in,
305         libgm2/aclocal.m4, libgm2/libm2cor/Makefile.in,
306         libgm2/libm2pim/Makefile.in, libgm2/libm2iso/Makefile.in,
307         libgm2/libm2log/Makefile.in and libgm2/libm2min/Makefile.in.
309 2023-01-17  Martin Liska  <mliska@suse.cz>
311         * update-copyright.py: Ignore test_patches.txt.
313 2023-01-17  Martin Liska  <mliska@suse.cz>
315         * gcc-changelog/test_patches.txt: The CR character was removed
316         with ./contrib/update-copyright.py which I'm going to change.
318 2023-01-16  Jakub Jelinek  <jakub@redhat.com>
320         PR other/108413
321         * update-copyright.py (LibPhobosFilter): Add __builtins.di to
322         skipped files.
324 2023-01-16  Jakub Jelinek  <jakub@redhat.com>
326         PR other/108413
327         * update-copyright.py (TestsuiteFilter): Add .mod and .rs extensions.
328         (GCCCopyright): Add 'The fast_float authors' as external author.
330 2023-01-15  Gerald Pfeifer  <gerald@pfeifer.com>
332         * config-list.mk: Update FreeBSD targets to version 13.
333         Add aarch64-freebsd13.
335 2023-01-12  Gerald Pfeifer  <gerald@pfeifer.com>
337         * config-list.mk: Remove i486-freebsd4, ia64-freebsd6, and
338         sparc64-freebsd6.
340 2023-01-06  Martin Liska  <mliska@suse.cz>
342         * update-copyright.py: Add contrib as a default dir.
344 2022-12-28  Martin Liska  <mliska@suse.cz>
346         * update-copyright.py: Add contrib folder.
348 2022-12-23  Arsen Arsenović  <arsen@aarsen.me>
350         * dg-out-generator.pl: New file.
352 2022-12-21  Martin Liska  <mliska@suse.cz>
354         * filter-clang-warnings.py: Simplify.
356 2022-12-21  Martin Liska  <mliska@suse.cz>
358         * filter-clang-warnings.py: Skip Makefile and libffi warnings.
360 2022-12-19  Martin Liska  <mliska@suse.cz>
362         * gcc-changelog/git_commit.py: Support digits in PR's
363         component in subject.
365 2022-12-19  Martin Liska  <mliska@suse.cz>
367         * gcc-changelog/test_email.py: Add new test.
368         * gcc-changelog/test_patches.txt: Add new patch.
370 2022-12-19  Martin Liska  <mliska@suse.cz>
372         * gcc-changelog/git_commit.py: Allow digit in component name.
374 2022-12-19  Tobias Burnus  <tobias@codesourcery.com>
376         * gcc-changelog/git_check_commit.py (__main__): With -v print a
377         warning for the auto-added files.
378         * gcc-changelog/git_commit.py (GitCommit.__init__): Add self.warnings.
379         (GitCommit.check_mentioned_files): Add warning for auto-added files.
380         (GitCommit.print_warnings): New function.
381         * gcc-changelog/git_email.py (__main__): Remove bogus argument to
382         GitEmail constructor; print auto-added-files warning.
383         * gcc-changelog/test_email.py (test_auto_add_file_1,
384         test_auto_add_file_2): New tests.
385         * gcc-changelog/test_patches.txt: Add two test cases.
387 2022-12-19  Martin Liska  <mliska@suse.cz>
389         * gcc-changelog/setup.cfg: Do not use flake8 pytest plug-in.
391 2022-12-16  Martin Liska  <mliska@suse.cz>
393         * filter-clang-warnings.py: Print each warning only one time.
395 2022-12-16  Martin Liska  <mliska@suse.cz>
397         * gcc-changelog/git_email.py: Use PatchSet constructor
398         as newline argument is not supported with older unidiff
399         library.
401 2022-12-16  Tobias Burnus  <tobias@codesourcery.com>
403         * gcc-changelog/git_email.py (GitEmail:__init__): Support older
404         unidiff.PatchSet that do not have a newline= argument
405         of from_filename.
407 2022-12-14  Martin Liska  <mliska@suse.cz>
409         * analyze_brprob.py: Add copyright header.
410         * analyze_brprob_spec.py: Likewise.
411         * check-params-in-docs.py: Likewise.
412         * check_GNU_style.py: Likewise.
413         * check_GNU_style_lib.py: Likewise.
414         * filter-clang-warnings.py: Likewise.
415         * gcc-changelog/git_check_commit.py: Likewise.
416         * gcc-changelog/git_commit.py: Likewise.
417         * gcc-changelog/git_email.py: Likewise.
418         * gcc-changelog/git_repository.py: Likewise.
419         * gcc-changelog/git_update_version.py: Likewise.
420         * gcc-changelog/test_email.py: Likewise.
421         * mark_spam.py: Likewise.
423 2022-12-14  Martin Liska  <mliska@suse.cz>
425         * mklog.py: Check for number of hunks and not if a modified
426         file is binary.
428 2022-12-12  Martin Liska  <mliska@suse.cz>
430         * mklog.py: Do not search PR entry in a file that is binary.
432 2022-12-11  Martin Liska  <mliska@suse.cz>
434         * check_GNU_style.py: Use newline=\n.
435         * check_GNU_style_lib.py: Simplify.
436         * gcc-changelog/git_commit.py: Fix issues seen
437         Rust patchset.
438         * gcc-changelog/git_email.py: Use newline argument.
439         * gcc-changelog/test_email.py: New test.
440         * gcc-changelog/test_patches.txt: New test.
441         * mklog.py: Use newline argument.
443 2022-12-10  Thomas Schwinge  <thomas@codesourcery.com>
445         * gcc-changelog/git_commit.py (default_changelog_locations): Add
446         'gcc/rust'.
447         (bug_components): Add 'rust'.
449 2022-12-10  Gaius Mulley  <gaiusmod2@gmail.com>
451         * gcc-changelog/git_commit.py (default_changelog_locations):
452         New entry for gcc/m2.  New entry for libgm2.
454 2022-12-06  David Malcolm  <dmalcolm@redhat.com>
456         * gcc.doxy (INPUT): Add gcc/analyzer subdirectory.
458 2022-11-25  Martin Liska  <mliska@suse.cz>
460         Revert:
461         2022-11-25  Martin Liska  <mliska@suse.cz>
463         * gcc-changelog/git_commit.py: Temporarily disable
464         check_line.start.
466 2022-11-25  Martin Liska  <mliska@suse.cz>
468         * gcc-changelog/git_commit.py: Temporarily disable
469         check_line.start.
471 2022-11-21  Martin Liska  <mliska@suse.cz>
473         Revert:
474         2022-11-20  Martin Liska  <mliska@suse.cz>
476         * gcc-changelog/git_commit.py: Temporarily disable
477         check_line.start.
479 2022-11-20  Martin Liska  <mliska@suse.cz>
481         * gcc-changelog/git_commit.py: Temporarily disable
482         check_line.start.
484 2022-11-18  Jakub Jelinek  <jakub@redhat.com>
486         * gcc-changelog/git_update_version.py: Add
487         1957bedf29a1b2cc231972aba680fe80199d5498 to ignored commits.
489 2022-11-15  Martin Liska  <mliska@suse.cz>
491         * gcc-changelog/git_commit.py: Revert temporary rule
492         relaxation.
494 2022-11-14  Martin Liska  <mliska@suse.cz>
496         * gcc-changelog/git_commit.py: Temporarily disable
497         check_line.start.
499 2022-11-11  Martin Liska  <mliska@suse.cz>
501         * gcc-changelog/git_commit.py: Check for a space after leading
502         tab.
503         * gcc-changelog/test_email.py: Likewise.
504         * gcc-changelog/test_patches.txt: Likewise.
506 2022-11-06  Jakub Jelinek  <jakub@redhat.com>
508         * gcc-changelog/git_update_version.py: Add
509         e4cba49413ca429dc82f6aa2e88129ecb3fdd943 to ignored commits.
511 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
513         * gcc-changelog/git_commit.py (default_changelog_locations):
514         Remove 'liboffloadmic'.
515         * gcc_update (files_and_dependencies): Remove 'liboffloadmic'
516         files.
517         * update-copyright.py (GCCCmdLine): Remove 'liboffloadmic'
518         comment.
520 2022-10-20  Jonathan Wakely   <jwakely@redhat.com>
521             Ulrich Drepper  <drepper@redhat.com>
523         * gcc_update: Add rule for gcc/cp/std-name-hint.gperf.
525 2022-10-07  Martin Liska  <mliska@suse.cz>
527         * gcc-changelog/git_update_version.py: Remove extra fetch.
529 2022-10-06  Martin Liska  <mliska@suse.cz>
531         * gcc-changelog/git_update_version.py: Use logging module
532         and provide robust debugging output.
534 2022-10-05  Martin Liska  <mliska@suse.cz>
536         * gcc-changelog/git_update_version.py: Do fetch before a push.
538 2022-09-20  Martin Liska  <mliska@suse.cz>
540         * filter-clang-warnings.py: Skip egrep: warning: egrep is
541         obsolescent; using grep -E.
543 2022-08-31  Martin Liska  <mliska@suse.cz>
545         * config-list.mk: Remove deprecated ports.
547 2022-08-30  Ulrich Drepper  <drepper@gmail.com>
549         * gcc_update (files_and_dependencies): Add rule for
550         gcc/cp/std-name-hint.h.
552 2022-08-30  Martin Liska  <mliska@suse.cz>
554         * config-list.mk: Remove the port.
556 2022-08-27  Xi Ruoyao  <xry111@xry111.site>
558         * gen_autofdo_event.py: Port to Python 3, and use grep -E
559         instead of egrep.
561 2022-08-26  Martin Liska  <mliska@suse.cz>
563         * config-list.mk: Remove cr16.
565 2022-08-19  Stefan Schulze Frielinghaus  <stefansf@linux.ibm.com>
567         * clang-format: Add further FOR_EACH_ macros.
569 2022-08-18  Andrea Corallo  <andrea.corallo@arm.com>
571         * git-fetch-vendor.sh : Fix typo.
573 2022-08-02  Martin Liska  <mliska@suse.cz>
575         * gcc-changelog/git_commit.py: Do not deduce changelog for root ChangeLog.
577 2022-07-22  Martin Liska  <mliska@suse.cz>
579         * git-commit-mklog.py: Do not parse -b argument.
580         Pass mklog_args as json environment variable.
581         * mklog.py: Parse GCC_MKLOG_ARGS and append it to sys.argv.
582         * prepare-commit-msg: Do not append GCC_MKLOG_ARGS to args.
584 2022-07-22  Martin Liska  <mliska@suse.cz>
586         * mklog.py: Use component: [PR xyz] only when one PR is used.
588 2022-07-04  Martin Liska  <mliska@suse.cz>
590         * git-descr.sh: By default print revision for HEAD.
592 2022-06-28  Lewis Hyatt  <lhyatt@gmail.com>
594         * unicode/README: Added instructions for updating ucnid.h.
595         * unicode/DerivedCoreProperties.txt: New file added to source
596         control from Unicode 14.0 release.
597         * unicode/DerivedNormalizationProps.txt: Likewise.
599 2022-06-26  Lewis Hyatt  <lhyatt@gmail.com>
601         * unicode/EastAsianWidth.txt: Update to Unicode 14.0.0.
602         * unicode/PropList.txt: Likewise.
603         * unicode/README: Likewise.
604         * unicode/UnicodeData.txt: Likewise.
606 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
608         * config-list.mk: Remove tilegx and tilepro entries.
609         * gcc_update: Remove tilegx and tilepro entries.
611 2022-05-27  Richard Biener  <rguenther@suse.de>
613         * gcc-changelog/git_update_version.py (active_refs): Remove
614         releases/gcc-9.
616 2022-05-06  Jakub Jelinek  <jakub@redhat.com>
618         * gennews (files): Add files for GCC 12.
620 2022-04-28  Jakub Jelinek  <jakub@redhat.com>
622         * gcc-changelog/git_update_version.py (active_refs): Add
623         releases/gcc-12.
625 2022-04-25  Martin Liska  <mliska@suse.cz>
627         * filter-clang-warnings.py: Filter out
628         -Wc++20-attribute-extensions in lex.cc.
630 2022-04-25  Martin Liska  <mliska@suse.cz>
632         * filter-clang-warnings.py: Filter out
633         -Wbitwise-instead-of-logical.
635 2022-04-04  Martin Liska  <mliska@suse.cz>
637         * gcc-changelog/git_update_version.py: Ignore the revision.
639 2022-03-31  Jakub Jelinek  <jakub@redhat.com>
640             Joseph Myers  <joseph@codesourcery.com>
642         PR other/105114
643         * gcc_update: Fix up spelling of
644         gcc/config/loongarch/genopts/loongarch-strings dependency.
646 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
647             Lulu Cheng  <chenglulu@loongson.cn>
649         * config-list.mk: Add LoongArch triplet.
651 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
652             Lulu Cheng  <chenglulu@loongson.cn>
654         * gcc_update (files_and_dependencies): Add
655         config/loongarch/loongarch.opt and config/loongarch/loongarch-str.h.
657 2022-03-28  Martin Liska  <mliska@suse.cz>
659         * gcc-changelog/git_commit.py: Match trailing dot literally.
661 2022-03-28  Martin Liska  <mliska@suse.cz>
663         * gcc-changelog/git_commit.py: Make the parsing stricter.
665 2022-03-26  Jakub Jelinek  <jakub@redhat.com>
667         * gcc-changelog/git_update_version.py: Add
668         3ab5c8cd03d92bf4ec41e351820349d92fbc40c4 to ignored commits.
670 2022-03-10  Jonathan Wakely  <jwakely@redhat.com>
672         PR other/102664
673         * gcc-git-customization.sh: Fix non-portable commands.
675 2022-03-10  Jakub Jelinek  <jakub@redhat.com>
677         PR other/102664
678         * git-descr.sh: Replace all [1-9] occurrences with [0-9].
679         * git-undescr.sh: Likewise.
681 2022-03-09  Jonathan Wakely  <jwakely@redhat.com>
683         PR other/102664
684         * git-descr.sh: Use portable sed commands.
685         * git-undescr.sh: Likewise.
687 2022-03-08  Jonathan Wakely  <jwakely@redhat.com>
689         PR other/102664
690         * git-descr.sh: Use portable form of expr match.
692 2022-01-31  Martin Liska  <mliska@suse.cz>
694         * analyze_brprob.py: Support more formatted predict.def file.
695         * analyze_brprob_spec.py: Improve output and documentation.
697 2022-01-27  Martin Liska  <mliska@suse.cz>
699         * git-undescr.sh: Support full output of git-descr.sh.
701 2022-01-27  Martin Liska  <mliska@suse.cz>
702             Martin Jambor  <mjambor@suse.cz>
704         * git-descr.sh: New file.
705         * git-undescr.sh: New file.
706         Support optional arguments --long, --short and default
707         to 14 characters of git hash.
708         * gcc-git-customization.sh: Use the created files.
710 2022-01-24  Martin Liska  <mliska@suse.cz>
712         * gcc-changelog/git_commit.py: New files in toplev must
713         be explicitly marked as "New file".
714         * gcc-changelog/test_email.py: Test.
715         * gcc-changelog/test_patches.txt: Add test.
717 2022-01-23  Martin Liska  <mliska@suse.cz>
719         * filter-clang-warnings.py: Filter out one another warning
720         for sse.md.
722 2022-01-19  Martin Liska  <mliska@suse.cz>
724         * check_GNU_style_lib.py: Skip Python files.
726 2022-01-19  Martin Liska  <mliska@suse.cz>
728         * git-backport.py: Use it.
729         * git-fix-changelog.py: New file.
730         * gcc-git-customization.sh: Add new alias git gcc-fix-changelog.
732 2022-01-17  Martin Liska  <mliska@suse.cz>
734         * git-backport.py: Support renaming of .cc files.
736 2022-01-17  Martin Liska  <mliska@suse.cz>
738         * filter-clang-warnings.py: Rename .c names to .cc.
739         * gcc_update: Likewise.
740         * paranoia.cc: Likewise.
742 2022-01-17  Martin Liska  <mliska@suse.cz>
744         * maintainers-verify.sh: Removed.
746 2022-01-13  Martin Liska  <mliska@suse.cz>
748         * git-backport.py: Simplify the script as pre-auto-ChangeLog era
749         is 14 months old.
751 2022-01-11  Martin Liska  <mliska@suse.cz>
753         * check-MAINTAINERS.py: Use sys.argv[1] as path to MAINTAINERS.
755 2022-01-11  Martin Liska  <mliska@suse.cz>
757         * check-MAINTAINERS.py: New file.
759 2022-01-03  Jakub Jelinek  <jakub@redhat.com>
761         * update-copyright.py: Add University of Illinois as external author.
763 2021-12-16  Xionghu Luo  <luoxhu@linux.ibm.com>
765         * analyze_brprob_spec.py: Add verbose argument.
767 2021-12-06  Martin Liska  <mliska@suse.cz>
769         * filter-clang-warnings.py: Filter out one warning.
771 2021-11-24  Tobias Burnus  <tobias@codesourcery.com>
773         * download_prerequisites: Update to gmp-6.2.1, mpfr-4.1.0,
774         mpc-1.2.1 and isl-0.24.
775         * prerequisites.md5: Update hash.
776         * prerequisites.sha512: Likewise.
778 2021-11-23  Martin Liska  <mliska@suse.cz>
780         * filter-clang-warnings.py: Filter -Wc++20-extensions as it does
781         not respect proper attribute detection.
783 2021-11-23  Martin Liska  <mliska@suse.cz>
785         * check-params-in-docs.py: Support @itemx in param documentation
786         and support multi-line documentation for parameters.
788 2021-11-08  Thomas Schwinge  <thomas@codesourcery.com>
790         * update-copyright.py (class BadYear): Derive from 'Exception'.
792 2021-11-05  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
794         * testsuite-management/validate_failures.py: 2to3
796 2021-11-04  Martin Liska  <mliska@suse.cz>
798         * gcc-changelog/git_check_commit.py: Add -v option.
799         * gcc-changelog/git_commit.py: Print verbose diff for wrong
800         filename.
802 2021-11-02  Martin Liska  <mliska@suse.cz>
804         * check-internal-format-escaping.py: Fix flake8 errors.
806 2021-11-01  David Malcolm  <dmalcolm@redhat.com>
808         * unicode/utf8-dump.py: New file.
810 2021-10-20  H.J. Lu  <hjl.tools@gmail.com>
812         * gcc-changelog/git_commit.py (ignored_prefixes): Add libffi/.
814 2021-10-18  Martin Liska  <mliska@suse.cz>
816         * gcc-changelog/git_commit.py: Update location of
817         'bad parentheses wrapping'.
818         * gcc-changelog/test_email.py: Test it.
820 2021-10-02  Martin Liska  <mliska@suse.cz>
822         * filter-clang-warnings.py: Filter out -Wtautological-compare
823         for the file.
825 2021-09-20  Richard Biener  <rguenther@suse.de>
827         * config-list.mk: --enable-obsolete for hppa2.0-hpux10.1 and
828         hppa2.0-hpux11.9.
830 2021-09-15  Martin Liska  <mliska@suse.cz>
832         * gcc-changelog/git_commit.py: Add FIXME note.
834 2021-09-15  Martin Liska  <mliska@suse.cz>
836         * gcc-changelog/git_commit.py: Check commit email.
837         * gcc-changelog/test_email.py: Add new test.
838         * gcc-changelog/test_patches.txt: Likewise.
840 2021-09-15  Richard Biener  <rguenther@suse.de>
842         * config-list.mk: Remove vax-openbsd.
844 2021-09-15  Richard Biener  <rguenther@suse.de>
846         * config-list.mk: Remove m68k-openbsd.
848 2021-09-13  Andrew Pinski  <apinski@marvell.com>
850         * config-list.mk: Remove m32r-linux and m32rle-linux
851         from the list.
853 2021-09-13  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
855         * config-list.mk (LIST): --enable-obsolete for cr16-elf.
857 2021-09-06  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
859         * gcc_update: Derive human readable name for HEAD using git describe
860         like "git gcc-descr" with short commit hash.  Drop "revision" from
861         gcc/REVISION.
863 2021-08-30  Andrew Pinski  <apinski@marvell.com>
865         * download_prerequisites (md5_check): Replace == inside
866         test with = to be more portable.
868 2021-08-26  Martin Liska  <mliska@suse.cz>
870         * mklog.py: Use file.{source,target}_file for proper rename
871         handling.
873 2021-08-24  Andrew Pinski  <apinski@marvell.com>
875         PR other/82704
876         * download_prerequisites: Fix issues with --md5 and
877         --sha512 options.
879 2021-08-18  Martin Liska  <mliska@suse.cz>
881         * gcc-git-customization.sh: Wrap $@ in quotes.
882         * git-commit-mklog.py: Add new argument --co.
883         * mklog.py: Skip the Co-Authored-By lines.
885 2021-08-10  Martin Liska  <mliska@suse.cz>
887         * mklog.py: Support additional PRs without PR prefix.
889 2021-08-03  Martin Liska  <mliska@suse.cz>
891         * gcc-changelog/git_update_version.py: Ignore problematic
892         commit.
894 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
896         * vimrc (textwidth): Change non-gitcommit length to 79.
898 2021-07-02  Eugene Rozenfeld  <erozen@microsoft.com>
900         * gen_autofdo_event.py: handle stepping, non-working PEBS
902 2021-06-28  Martin Liska  <mliska@suse.cz>
904         * mklog.py: Handle correctly long lines.
905         * test_mklog.py: Test it.
907 2021-06-23  Martin Liska  <mliska@suse.cz>
909         * gcc-git-customization.sh: Use the new wrapper.
910         * git-commit-mklog.py: New file.
911         * prepare-commit-msg: Support GCC_MKLOG_ARGS.
913 2021-06-22  Martin Liska  <mliska@suse.cz>
915         * mklog.py: Fix flake8 issue.
917 2021-06-21  Tobias Burnus  <tobias@codesourcery.com>
918             Martin Sebor  <msebor@redhat.com>
920         * mklog.py (bugzilla_url): Fetch also component.
921         (pr_filename_regex): New.
922         (get_pr_titles): Update PR string with correct format and component.
923         (generate_changelog): Take additional PRs; extract PR from the
924         filename.
925         (__main__): Add -b/--pr-numbers argument.
926         * test_mklog.py (EXPECTED4): Update to expect a PR for the new file.
928 2021-06-17  Jason Merrill  <jason@redhat.com>
930         * mklog.py: Add an initial component: [PRnnnnn] line when
931         we have a PR.
933 2021-06-13  Tobias Burnus  <tobias@codesourcery.com>
935         * gcc-changelog/git_commit.py (pr_regex): Add ?P<pr> for group('pr').
936         (subject_pr_regex, subject_pr2_regex): New.
937         (GitInfo.__init__, GitCommit.parse_changelog): Check subject PRs.
938         * gcc-changelog/git_email.py (SUBJECT_PREFIX, subject_patch_regex): New.
939         (GitEmail.__init__): Parse 'Subject:' and pass it to GitInfo.
940         * gcc-changelog/test_email.py (test_pr_only_in_subject,
941         test_wrong_pr_comp_in_subject, test_copyright_years): New.
942         * gcc-changelog/test_patches.txt (0030-PR-c-92746, pr-check1.patch):
943         Update to avoid triggering the new check.
944         (0001-rs6000-Support-doubleword, pr-wrong-comp.patch,
945         copyright-years.patch): New.
947 2021-06-11  Martin Liska  <mliska@suse.cz>
949         * gcc-changelog/git_update_version.py: Ignore commit that
950         violates rules and was somehow pushed.
952 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
954         * update-copyright.py: Add c++tools.
956 2021-05-24  Martin Liska  <mliska@suse.cz>
958         * gcc-changelog/git_commit.py: Add note that ChangeLog entries
959         are added automatically.
960         * gcc-changelog/test_email.py: Update test.
962 2021-05-18  Jonathan Wakely  <jwakely@redhat.com>
964         * gcc-changelog/git_email.py: Remove use of non-strict mode.
966 2021-05-17  Richard Biener  <rguenther@suse.de>
968         * download_prerequisites: Update mpfr version to 3.1.6.
969         * prerequisites.md5: Update.
970         * prerequisites.sha512: Likewise.
972 2021-05-17  Richard Biener  <rguenther@suse.de>
974         Revert:
975         2021-05-14  Martin Liska  <mliska@suse.cz>
977         * download_prerequisites: Use version 4.1.0.
979 2021-05-14  Martin Liska  <mliska@suse.cz>
981         * download_prerequisites: Use version 4.1.0.
983 2021-05-14  Jakub Jelinek  <jakub@redhat.com>
985         * gcc-changelog/git_update_version.py: Remove releases/gcc-8 from
986         active_refs.
988 2021-05-14  Martin Liska  <mliska@suse.cz>
990         * gcc-changelog/git_commit.py: Support Co-Authored-By before
991         a first ChangeLog entry.
993 2021-05-13  Martin Liska  <mliska@suse.cz>
995         * mklog.py: Put PR entries before all ChangeLog entries
996         (will be added to all ChangeLog locations by Daily bump script).
997         * test_mklog.py: Test the new behavior.
999 2021-05-12  Martin Liska  <mliska@suse.cz>
1001         * gcc-changelog/git_commit.py: Simplify needle lookup.
1002         * gcc-changelog/git_update_version.py: Pass ref_name to
1003         parse_git_revisions.
1005 2021-05-11  Martin Liska  <mliska@suse.cz>
1007         * gcc_update: Remove libhsail-rt folder.
1008         * update-copyright.py: Likewise.
1010 2021-05-11  Martin Liska  <mliska@suse.cz>
1012         * gcc-changelog/git_check_commit.py: Remove --non-strict-mode.
1013         * gcc-changelog/git_commit.py: Remove strict mode.
1014         * gcc-changelog/git_email.py: Likewise.
1015         * gcc-changelog/git_repository.py: Likewise.
1016         * gcc-changelog/test_email.py: Likewise.
1017         * gcc-changelog/test_patches.txt: Update patches so that they
1018         don't contain a ChangeLog file changes.
1020 2021-05-11  Martin Liska  <mliska@suse.cz>
1022         * gcc-changelog/git_commit.py: Remove ChangeLog locations
1023         based on ref_name.
1024         * gcc-changelog/git_repository.py: Likewise.
1026 2021-05-10  Martin Liska  <mliska@suse.cz>
1028         * gcc-changelog/git_email.py: Remove newlines when --help
1029         is used.
1031 2021-05-10  Tobias Burnus  <tobias@codesourcery.com>
1033         * gcc-changelog/git_check_commit.py (__Main__): State in --help
1034         the default value for 'revisions'.
1035         * gcc-changelog/git_email.py (show_help): Add.
1036         (__main__): Handle -h and --help.
1038 2021-05-10  Tobias Burnus  <tobias@codesourcery.com>
1040         * gcc-changelog/git_commit.py (Error.__repr__): Add space after the colon.
1041         (GitCommit.check_mentioned_files): Check whether the same file has been
1042         specified multiple times.
1043         * gcc-changelog/test_email.py (TestGccChangelog.test_multi_same_file): New.
1044         * gcc-changelog/test_patches.txt (0001-OpenMP-Fix-SIMT): New test.
1046 2021-05-10  Martin Liska  <mliska@suse.cz>
1048         Revert:
1049         2021-05-10  Martin Liska  <mliska@suse.cz>
1051         * gcc-changelog/git_commit.py: Remove components that will be
1052         removed.
1054 2021-05-10  Martin Liska  <mliska@suse.cz>
1056         * gcc_update: Start using reload.c instead of version.c.
1058 2021-05-10  Martin Liska  <mliska@suse.cz>
1060         * gcc-changelog/git_commit.py: Remove components that will be
1061         removed.
1063 2021-04-27  Jakub Jelinek  <jakub@redhat.com>
1065         * gennews (files): Add files for GCC 10 and GCC 11.
1067 2021-04-22  David Edelsohn  <dje.gcc@gmail.com>
1069         * config-list.mk: Remove rs6000-ibm-aix6.1.
1070         Rename rs6000-ibm-aix7.1 to powerpc-ibm-aix7.1.
1071         Add powerpc-ibm-aix7.2.
1073 2021-04-20  Jakub Jelinek  <jakub@redhat.com>
1075         * gcc-changelog/git_update_version.py (active_refs): Add
1076         releases/gcc-11.
1078 2021-04-12  Martin Liska  <mliska@suse.cz>
1080         * gcc-changelog/git_commit.py: Do not allow space in long lines.
1082 2021-04-12  Martin Liska  <mliska@suse.cz>
1084         * gcc-changelog/git_commit.py: Support long filenames
1085         in entries.
1086         * gcc-changelog/test_email.py: Test it.
1087         * gcc-changelog/test_patches.txt: Likewise.
1089 2021-03-23  Martin Liska  <mliska@suse.cz>
1091         * mklog.py: Fix broken tests.
1093 2021-03-22  Martin Liska  <mliska@suse.cz>
1095         * mklog.py: Add --directory argument.
1097 2021-03-19  Matthias Klose  <doko@ubuntu.com>
1099         * texi2pod.pl: Substitute @tie{} with a space for the man pages.
1101 2021-03-16  Martin Liska  <mliska@suse.cz>
1103         * gcc-changelog/git_update_version.py: Skip one problematic
1104         commit.
1106 2021-03-12  Martin Liska  <mliska@suse.cz>
1108         * gcc-changelog/git_commit.py: Allow deletion of ChangeLog
1109         files.
1110         * gcc-changelog/setup.cfg: Set line limit to 120 characters.
1111         * gcc-changelog/test_email.py: Add test.
1112         * gcc-changelog/test_patches.txt: Likewise.
1113         * gcc-changelog/git_email.py: Fix parsing of deleted files.
1115 2021-02-08  Mike Frysinger  <vapier@gentoo.org>
1117         * mklog.py (generated_files): New set.
1118         (generate_changelog): Add entries based on generated_files.
1120 2021-02-03  Aaron Sawdey  <acsawdey@linux.ibm.com>
1122         * gcc_update (files_and_dependencies): Add dependency for
1123         gcc/config/rs6000/fusion.md on gcc/config/rs6000/genfusion.md.
1125 2021-01-28  Eric Botcazou  <ebotcazou@adacore.com>
1127         PR lto/85574
1128         * compare-lto: Deal with PE-COFF executables specifically.
1130 2021-01-14  Martin Liska  <mliska@suse.cz>
1132         * mklog.py: Fix infinite loop for unsupported files.
1134 2021-01-13  Martin Liska  <mliska@suse.cz>
1136         * gcc-changelog/git_commit.py: Support wrapping of functions
1137         in parentheses that can take multiple lines.
1138         * gcc-changelog/test_email.py: Add tests for it.
1139         * gcc-changelog/test_patches.txt: Add 2 patches.
1141 2021-01-13  Martin Liska  <mliska@suse.cz>
1143         * mklog.py: Parse also define_insn_and_split and similar
1144         directives in .md files.
1145         * test_mklog.py: Test.
1147 2021-01-13  Martin Liska  <mliska@suse.cz>
1149         * gcc-changelog/git_commit.py: Allow modifications of older
1150         ChangeLog (or specific) files without need to make a ChangeLog
1151         entry.
1152         * gcc-changelog/test_email.py: Test it.
1153         * gcc-changelog/test_patches.txt: Add new patch.
1155 2021-01-11  Martin Liska  <mliska@suse.cz>
1157         * update-copyright.py: Port to python3 by guessing encoding
1158         (first utf8, then iso8859). Add 2 more ignores: .png and .pyc.
1160 2021-01-06  Martin Liska  <mliska@suse.cz>
1162         * gcc-changelog/git_commit.py: Add decode_path function.
1163         * gcc-changelog/git_email.py: Use it in order to solve
1164         utf8 encoding filename issues.
1165         * gcc-changelog/git_repository.py: Likewise.
1166         * gcc-changelog/test_email.py: Test it.
1168 2021-01-04  Jakub Jelinek  <jakub@redhat.com>
1170         * update-copyright.py: Add AMD and Ulf Adams as external authors.
1172 2021-01-04  Jakub Jelinek  <jakub@redhat.com>
1174         * update-copyright.py: Use 8 spaces instead of tab to indent.
1176 2021-01-04  Martin Liska  <mliska@suse.cz>
1178         * mklog.py: Add --update-copyright option which adds:
1179         "Update copyright years." to ChangeLog files belonging
1180         to a modified file.
1182 2021-01-04  Martin Liska  <mliska@suse.cz>
1184         * gcc-changelog/git_commit.py: Skip Update copyright
1185         years commits.
1187 2020-12-21  Martin Liska  <mliska@suse.cz>
1189         * gcc-changelog/git_commit.py: Add new error for quoted
1190         filenames.
1191         * gcc-changelog/test_email.py: Test it.
1192         * gcc-changelog/test_patches.txt: Test it.
1194 2020-12-21  Martin Liska  <mliska@suse.cz>
1196         * gcc-changelog/test_email.py: New test.
1197         * gcc-changelog/test_patches.txt: Likewise.
1199 2020-12-17  Nathan Sidwell  <nathan@acm.org>
1201         PR bootstrap/98300
1202         * gcc_update: Add c++tools/config.h.in.
1204 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1206         * gcc_update: Add c++tools & libcody.
1208 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1210         * gcc-changelog/git_commit.py (changelog_locations): Add
1211         libcody, c++tools.
1213 2020-12-08  Martin Liska  <mliska@suse.cz>
1215         * filter-clang-warnings.py: Filter more cases.
1217 2020-12-08  Martin Liska  <mliska@suse.cz>
1219         * filter-clang-warnings.py: Modernize and filter 2 more
1220         patterns.
1222 2020-12-04  Martin Liska  <mliska@suse.cz>
1224         * check-params-in-docs.py: use flake8 and add some
1225         tweaks to ignore aarch64 params.
1227 2020-12-02  Jason Merrill  <jason@redhat.com>
1229         * gcc-git-customization.sh: Configure sendemail.to.
1231 2020-11-30  Martin Liska  <mliska@suse.cz>
1233         * gcc-changelog/git_commit.py: Suggest close file for
1234         'unchanged file mentioned in a ChangeLog' error.
1235         * gcc-changelog/test_email.py: Test it.
1237 2020-11-30  Martin Liska  <mliska@suse.cz>
1239         * gcc-changelog/git_commit.py: Allow sub-directory wildcard
1240         changelog entry. Fix a typo caused by apostrophe escaping.
1241         * gcc-changelog/test_email.py: Test it.
1242         * gcc-changelog/test_patches.txt: Likewise.
1244 2020-11-30  Jonathan Wakely  <jwakely@redhat.com>
1246         * gcc-changelog/git_commit.py (wildcard_prefixes): Add libstdc++
1247         testsuite directory.
1249 2020-11-30  Martin Liska  <mliska@suse.cz>
1251         * gcc-changelog/git_commit.py: Allow wildcard pattern only.
1253 2020-11-27  Martin Liska  <mliska@suse.cz>
1255         * gcc-changelog/git_commit.py: Use regex for cherry pick prefix.
1256         * gcc-changelog/test_email.py: Test it.
1257         * gcc-changelog/test_patches.txt: Likewise.
1259 2020-11-25  Martin Liska  <mliska@suse.cz>
1261         * gcc-changelog/git_commit.py: Use revert_regex instead
1262         of string prefix.  Convert sets to literals.
1264 2020-11-16  Martin Liska  <mliska@suse.cz>
1266         * mklog.py: Do not call read on an input stream.
1267         Fix some flake8 issues.
1269 2020-11-07  Lewis Hyatt  <lhyatt@gmail.com>
1271         * unicode/EastAsianWidth.txt: Update to Unicode 13.0.0.
1272         * unicode/PropList.txt: Likewise.
1273         * unicode/README: Likewise.
1274         * unicode/UnicodeData.txt: Likewise.
1275         * unicode/from_glibc/unicode_utils.py: Update to latest glibc version.
1276         * unicode/from_glibc/utf8_gen.py: Likewise.
1278 2020-11-06  Martin Liska  <mliska@suse.cz>
1280         * gcc-changelog/git_commit.py: Add new check.
1281         * gcc-changelog/test_email.py: Test it.
1282         * gcc-changelog/test_patches.txt: Add new patch.
1284 2020-11-04  Martin Liska  <mliska@suse.cz>
1286         * gcc-changelog/git_repository.py: Set strict=True
1287         for parse_git_revisions as a default.
1289 2020-11-04  Tobias Burnus  <tobias@codesourcery.com>
1291         * gcc-changelog/git_commit.py (item_parenthesis_empty_regex,
1292         item_parenthesis_regex): Add.
1293         (check_for_empty_description): Use them.
1294         * gcc-changelog/test_email.py (test_emptry_entry_desc,
1295         test_emptry_entry_desc_2): Add.
1296         * gcc-changelog/test_patches.txt: Add two testcases for it.
1298 2020-11-03  Tobias Burnus  <tobias@codesourcery.com>
1300         * gcc-changelog/git_email.py: Add unidiff_supports_renaming check.
1302 2020-11-03  Martin Liska  <mliska@suse.cz>
1304         * gcc-changelog/setup.cfg: New file.
1306 2020-10-30  Martin Liska  <mliska@suse.cz>
1308         * gcc-changelog/git_commit.py: Handle empty groups in
1309         file description.
1310         * gcc-changelog/test_email.py: New test.
1311         * gcc-changelog/test_patches.txt: Likewise.
1313 2020-09-21  Tobias Burnus  <tobias@codesourcery.com>
1315         * mklog.py: Parse first 10 lines for PR/DR number
1316         not only the first line.
1318 2020-09-17  Dimitrij Mojoski  <dmjpp@hotmail.com>
1320         * clang-format: Autodetect C++ standard in use rather than
1321         forcing C++03.
1323 2020-08-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1325         * config-list.mk (LIST): Add OPT-enable-obsolete to tilegx-linux-gnu,
1326         tilegxbe-linux-gnu, and tilepro-linux-gnu.
1328 2020-07-29  Martin Liska  <mliska@suse.cz>
1330         * git-backport.py: fix how are ChangeLog paths combined.
1332 2020-07-23  Patrick Palka  <ppalka@redhat.com>
1334         * vimrc (SetStyle): Also inspect &filetype to determine whether
1335         a file is C-like.
1337 2020-07-23  Martin Liska  <mliska@suse.cz>
1339         * gcc-changelog/git_commit.py: When reverting a backport,
1340         we should print only Revert header.
1342 2020-07-17  Jonathan Wakely  <jwakely@redhat.com>
1344         * gcc-changelog/git_update_version.py: Fix typo.
1346 2020-07-10  Mike Nolta  <mike@nolta.net>
1348         * download_prerequisites: Don't pass wget options to curl.
1350 2020-07-07  Alexandre Oliva  <oliva@adacore.com>
1351             Martin Liska  <mliska@suse.cz>
1353         * gcc-changelog/git_commit.py: Support CASE and COND.
1354         * gcc-changelog/test_patches.txt: Add test.
1355         * gcc-changelog/test_email.py: Add test.
1357 2020-06-30  Martin Liska  <mliska@suse.cz>
1359         * gcc-changelog/git_repository.py: Support older releases of
1360         GitPython when renamed_file was named renamed.
1362 2020-06-30  Martin Liska  <mliska@suse.cz>
1364         * gcc-changelog/git_check_commit.py: Print revision
1365         of original_info.
1366         * gcc-changelog/git_commit.py: Support Revert commits.
1368 2020-06-30  Martin Liska  <mliska@suse.cz>
1370         * gcc-changelog/git_check_commit.py: Use GitInfo
1371         * gcc-changelog/git_commit.py: Add GitInfo class.
1372         * gcc-changelog/git_email.py: Use GitInfo class.
1373         * gcc-changelog/git_repository.py: Likewise.
1375 2020-06-24  Ilya Leoshkevich  <iii@linux.ibm.com>
1377         * download_prerequisites: Support AIX and OpenBSD unames.
1378         Pipe `{gzip,bzip2} -d` to `tar -xf -`.
1380 2020-06-18  Martin Liska  <mliska@suse.cz>
1382         * gcc-changelog/git_update_version.py: First checkout and then
1383         run git pull ---rebase.
1385 2020-06-18  Martin Liska  <mliska@suse.cz>
1387         * gcc-changelog/git_update_version.py: Support merge commits
1388         and walk only on the branch that is being merged and generate
1389         missing ChangeLog entries.
1391 2020-06-18  Martin Liska  <mliska@suse.cz>
1393         * gcc-changelog/git_commit.py: Fix Backported from timestamp when
1394         use_commit_ts=True is used.
1396 2020-06-17  Martin Liska  <mliska@suse.cz>
1398         * gcc-changelog/git_commit.py: Print 'Backported from master'
1399         heading to backported commits.
1400         * gcc-changelog/test_email.py: Test it.
1401         * gcc-changelog/test_patches.txt: Add new patch.
1402         * gcc-changelog/git_repository.py: Add commit_to_date hook.
1403         * gcc-changelog/git_email.py: Add fuzzy implementation
1404         of commit_to_date_hook.
1406 2020-06-11  Jonathan Wakely  <jwakely@redhat.com>
1408         * prepare-commit-msg: Use the gcc-config.mklog-hook-type Git
1409         config key instead of the GCC_FORCE_MKLOG environment variable.
1410         Optionally disable generating a new ChangeLog template for
1411         amended commits when the existing log is still OK.
1413 2020-06-11  Martin Liska  <mliska@suse.cz>
1415         * gcc-changelog/git_update_version.py: Add --curent argument.
1417 2020-06-11  Martin Liska  <mliska@suse.cz>
1419         * prepare-commit-msg: Replace ENV variable with a git config
1420         value.
1422 2020-06-11  Jonathan Wakely  <jwakely@redhat.com>
1424         * prepare-commit-msg: Use 'tee' to save the diff to a file
1425         instead of running 'git diff' twice.
1427 2020-06-10  Martin Liska  <mliska@suse.cz>
1429         * gcc-changelog/git_commit.py: Fix renamed files in
1430         parse_git_name_status.
1431         * gcc-changelog/test_email.py: Add test for it.
1433 2020-06-10  Martin Liska  <mliska@suse.cz>
1435         * gcc-changelog/git_commit.py: Add more supported prefixes.
1436         * gcc-changelog/test_email.py: Fix one flake8 error.
1437         * gcc-changelog/test_patches.txt: Add tested for newly
1438         supported prefixes.
1440 2020-06-10  Jonathan Wakely  <jwakely@redhat.com>
1442         * gcc-changelog/git_commit.py (GitCommit.parse_changelog):
1443         Improve error strings.
1444         * gcc-changelog/test_email.py: Update expected errors.
1446 2020-06-09  Jonathan Wakely  <jwakely@redhat.com>
1448         * gcc-changelog/git_email.py: Set exit status on error.
1450 2020-06-09  Martin Liska  <mliska@suse.cz>
1452         * gcc-changelog/git_commit.py: Fix ChangeLog regex in order to
1453         match the top-level ChangeLog.
1454         * gcc-changelog/test_email.py: Add test.
1455         * gcc-changelog/test_patches.txt: Likewise.
1457 2020-06-02  Martin Liska  <mliska@suse.cz>
1459         * gcc-changelog/git_commit.py: Support foo/bar/*: patterns in
1460         wildcard_prefixes locations.
1461         * gcc-changelog/test_email.py: Test it.
1462         * gcc-changelog/test_patches.txt: Add 3 new patches.
1464 2020-06-02  Iain Buclaw  <ibuclaw@gdcproject.org>
1466         * gcc-changelog/git_commit.py (ignored_prefixes): Add
1467         gcc/testsuite/gdc.test/.
1469 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1471         * gcc-changelog/test_email.py (TestGccChangelog.test_long_lines):
1472         Update expected error message.
1474 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1476         * gcc-changelog/git_commit.py (GitCommit.parse_changelog): Fix
1477         grammar.
1479 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1481         * prepare-commit-msg: Do nothing if the mklog.py script isn't
1482         present.
1484 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1486         * gcc-changelog/git_commit.py (GitCommit.check_mentioned_files):
1487         Improve error text.
1489 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1491         * config-list.mk (LIST): Add v850e1-elf.
1493 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1495         * config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems.
1497 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1499         * config-list.mk (LIST): Remove arm-wrs-vxworks.
1501 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1503         * config-list.mk (LIST): Remove cris-linux, crisv32-elf, and
1504         crisv32-linux.
1506 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1508         * config-list.mk (LIST): Add pru-elf.
1510 2020-05-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1512         * config-list.mk (LIST): Remove rs6000-ibm-aix5.3.0.
1514 2020-05-29  Martin Liska  <mliska@suse.cz>
1516         * gcc-changelog/git_commit.py: Find empty change descriptions.
1517         * gcc-changelog/test_email.py: New test.
1518         * gcc-changelog/test_patches.txt: New patch that tests that.
1520 2020-05-29  Martin Liska  <mliska@suse.cz>
1522         * git-backport.py: The script did 'git co HEAD~' when
1523         there was no modified ChangeLog file in a successful
1524         git cherry pick.
1525         Run cherry-pick --continue without editor.
1527 2020-05-29  Martin Liska  <mliska@suse.cz>
1529         * gcc-changelog/git_commit.py: Properly
1530         handle duplicite authors.
1531         * gcc-changelog/test_email.py: New test.
1532         * gcc-changelog/test_patches.txt: New patch.
1534 2020-05-28  Pierre-Marie de Rodat  <derodat@adacore.com>
1536         * gcc-changelog/git_email.py (GitEmail.__init__): Interpret file
1537         renamings as a file deletion plus a file addition.
1538         * gcc-changelog/git_repository.py (parse_git_revisions):
1539         Likewise.
1540         * gcc-changelog/test_email.py: New testcase.
1541         * gcc-changelog/test_patches.txt: New testcase.
1543 2020-05-28  Martin Liska  <mliska@suse.cz>
1545         * check-params-in-docs.py: Update to new format
1546         of help.  Apply flake8 corrections.
1548 2020-05-28  Martin Liska  <mliska@suse.cz>
1550         * mklog.py: Support renaming of files.
1551         One needs unidiff 0.6.0+.
1552         * test_mklog.py: Test it.
1554 2020-05-27  Martin Liska  <mliska@suse.cz>
1556         * gcc-git-customization.sh: Use git-backport.py to drop
1557         all changes for ChangeLog files.
1558         * git-backport.py: New file.
1560 2020-05-27  Martin Liska  <mliska@suse.cz>
1562         * gcc-git-customization.sh: Rename
1563         commit-mklog to gcc-commit-mklog.
1565 2020-05-27  Martin Liska  <mliska@suse.cz>
1567         * prepare-commit-msg: Save diff to a file if
1568         the GCC_GIT_DIFF_FILE variable is set.
1570 2020-05-26  Pierre-Marie de Rodat  <derodat@adacore.com>
1572         * gcc-changelog/git_commit.py (ChangeLogEntry): Handle entries
1573         with multi-line file lists.
1574         * gcc-changelog/test_email.py: New testcase.
1575         * gcc-changelog/test_patches.txt: Likewise.
1577 2020-05-26  Pierre-Marie de Rodat  <derodat@adacore.com>
1579         * gcc-changelog/git_update_version.py: Close file objects after
1580         use.
1581         * gcc-changelog/git_email.py: Likewise.
1582         * gcc-changelog/test_email.py: Likewise.
1584 2020-05-26  Martin Liska  <mliska@suse.cz>
1586         * gcc-changelog/git_update_version.py: Add 2 new options.
1588 2020-05-26  Alexandre Oliva  <oliva@gnu.org>
1590         * gcc-changelog/git_commit.py (changelog_regex): Accept optional
1591         'for' prefix.
1593 2020-05-26  Alexandre Oliva  <oliva@adacore.com>
1595         * compare-debug: Adjust for .gkd files named as dump files,
1596         with the source suffix rather than the object suffix.
1598 2020-05-26  Martin Liska  <mliska@suse.cz>
1600         * gcc-changelog/git_commit.py: Parse changelog entries for
1601         ignored locations.
1602         * gcc-changelog/test_email.py: Add new test for it.
1603         * gcc-changelog/test_patches.txt: Likewise.
1605 2020-05-26  Jason Merrill  <jason@redhat.com>
1607         * prepare-commit-msg: New file.
1608         * gcc-git-customization.sh: Install it.  Add commit-mklog alias.
1609         * mklog.py: Add new option -c which appends
1610         to a ChangeLog file.
1612 2020-05-25  Martin Liska  <mliska@suse.cz>
1614         * gcc-changelog/git_commit.py: Add trailing '/'
1615         for libdruntime.  Allow empty changelog for
1616         only ignored files.
1617         * gcc-changelog/test_email.py: New test for go
1618         patch in ignored location.
1619         * gcc-changelog/test_patches.txt: Add test.
1621 2020-05-22  Jakub Jelinek  <jakub@redhat.com>
1623         * gcc-changelog/git_commit.py: Add trailing / to
1624         gcc/testsuite/go.test/test and replace gcc/go/frontend/
1625         with gcc/go/gofrontend/ in ignored locations.
1627 2020-05-22  Martin Liska  <mliska@suse.cz>
1629         * gcc-changelog/git_commit.py: Add gcc/testsuite/go.test/test
1630         to ignored locations.
1632 2020-05-21  Martin Liska  <mliska@suse.cz>
1634         * gcc-changelog/git_update_version.py: Prepare the script, the
1635         only missing piece is pushing of the updated branches.
1637 2020-05-21  Martin Liska  <mliska@suse.cz>
1639         * gcc-changelog/git_commit.py: Support DR entries/
1640         * gcc-changelog/test_email.py: New test for it.
1641         * gcc-changelog/test_patches.txt: New patch for it.
1643 2020-05-21  Martin Liska  <mliska@suse.cz>
1645         * mklog.py: Support DR parsing.
1646         * test_mklog.py: New test for DR parsing.
1648 2020-05-20  Martin Liska  <mliska@suse.cz>
1650         * gcc-changelog/git_commit.py: Add author_tuple
1651         only if not present in author_lines.
1652         * gcc-changelog/test_email.py: New test.
1653         * gcc-changelog/test_patches.txt: Add new patch.
1655 2020-05-20  Martin Liska  <mliska@suse.cz>
1657         * gcc-changelog/git_commit.py: Refactor to make flake8 happy.
1658         * gcc-changelog/test_email.py: Add new test.
1659         * gcc-changelog/test_patches.txt: Add new patch.
1661 2020-05-20  Frederik Harwath  <frederik@codesourcery.com>
1663         * gcc-changelog/git_commit.py: Skip over lines starting
1664         with "Reviewed-by: ", "Reviewed-on: ", or "Signed-off-by: "
1666 2020-05-20  Martin Liska  <mliska@suse.cz>
1668         * gcc-changelog/git_check_commit.py: Change
1669         --allow-non-strict-mode to --non-strict-mode.
1671 2020-05-20  Martin Liska  <mliska@suse.cz>
1673         * gcc-changelog/git_commit.py: Support cherry pick
1674         prefix.
1675         * gcc-changelog/test_email.py: Test it.
1676         * gcc-changelog/test_patches.txt: Add new patch.
1677         * gcc-git-customization.sh: Add gcc-backport.
1679 2020-05-19  Martin Liska  <mliska@suse.cz>
1681         * mklog.py: Use REST API for bug title downloading.
1683 2020-05-19  Martin Liska  <mliska@suse.cz>
1685         * gcc-changelog/git_commit.py: Add param use_commit_ts
1686         for to_changelog_entries.
1687         * gcc-changelog/git_update_version.py: Se use_commit_ts to True.
1689 2020-05-19  Martin Liska  <mliska@suse.cz>
1691         * mklog.py: Skip GTY for struct names.  Make flake8 happy.
1692         * test_mklog.py: Add test for GTY.
1694 2020-05-19  Martin Liska  <mliska@suse.cz>
1696         * gcc-changelog/git_update_version.py:
1697         Fill up entries in reverse order.
1699 2020-05-19  Martin Liska  <mliska@suse.cz>
1701         * gcc-git-customization.sh: Add
1702         alias.gcc-mklog new hook.
1703         * mklog.py: New file.
1704         * test_mklog.py: New file.
1706 2020-05-19  Martin Liska  <mliska@suse.cz>
1708         * legacy/mklog: Moved from mklog.
1709         * legacy/mklog.pl: Moved from mklog.pl.
1711 2020-05-19  Martin Liska  <mliska@suse.cz>
1713         * gcc-git-customization.sh: Add gcc-verify alias
1714         that uses contrib/gcc-changelog/git_check_commit.py.
1716 2020-05-15  Andrew Burgess  <andrew.burgess@embecosm.com>
1718         * dg-extract-results.py: Handle GDB specific test types.
1719         * dg-extract-results.sh: Likewise.
1721 2020-05-14  Martin Liska  <mliska@suse.cz>
1723         * gcc-changelog/test_email.py: New file.
1724         * gcc-changelog/test_patches.txt: New file.
1726 2020-05-13  Patrick Palka  <ppalka@redhat.com>
1728         * vimrc: Reduce textwidth to 72 for Git commit messages.
1730 2020-05-13  Martin Liska  <mliska@suse.cz>
1732         * gcc-changelog/git_check_commit.py: Add default argument HEAD
1733         for revisions and improve error message output.
1735 2020-05-13  Martin Liska  <mliska@suse.cz>
1737         * gcc-changelog/git_commit.py: Restore print_output syntax
1738         in git_commit.py.
1740 2020-05-13  Martin Liska  <mliska@suse.cz>
1742         * gcc-changelog/git_check_commit.py: New file.
1743         * gcc-changelog/git_commit.py: New file.
1744         * gcc-changelog/git_email.py: New file.
1745         * gcc-changelog/git_repository.py: New file.
1746         * gcc-changelog/git_update_version.py: New file.
1748 2020-04-17  Martin Liska  <mliska@suse.cz>
1750         * vimrc: We do not want to modify tab options
1751         for Python files.
1753 2020-04-16  Jakub Jelinek  <jakub@redhat.com>
1755         PR bootstrap/92008
1756         * gcc_update: Add intl/plural.y dependency for intl/plural-config.h.
1758 2020-04-03  Martin Liska  <mliska@suse.cz>
1760         * gcc-git-customization.sh: Search for the pattern
1761         at line beginning only.
1763 2020-01-24  Richard Earnshaw  <rearnsha@arm.com>
1765         * gcc-git-customization.sh: Use users/<pfx> for the personal remote
1766         rather than just <pfx>.  Convert existing personal branches to the
1767         new remote.
1768         * git-add-user-branch.sh: New file.
1770 2020-01-22  Richard Earnshaw  <rearnsha@arm.com>
1772         * git-add-vendor-branch.sh: New file.
1774 2020-01-20  Richard Earnshaw  <rearnsha@arm.com>
1776         * gcc-git-customization.sh: Check that user-supplied remote
1777         name exists before continuting.  Use a separate remotes for the
1778         personal commit area.  Convert existing personal and vendor
1779         fetch rules to new layout.
1780         * git-fetch-vendor.sh: New vendor layout.  Add --enable-push
1781         option.
1783 2020-01-17  Hans-Peter Nilsson  <hp@axis.com>
1785         * gcc_update <git revision>: Use git log "--pretty=tformat:%p:%t:%H",
1786         not "--pretty=%p:%t:%H".
1788 2020-01-16  Andreas Schwab  <schwab@linux-m68k.org>
1790         * gcc-git-customization.sh: Avoid double expansion.
1792 2020-01-16  Richard Earnshaw  <rearnsha@arm.com>
1794         * gcc-git-customization.sh: Check that user.name and user.email
1795         are set.  Use $(cmd) instead of `cmd`.  Fix variable quoting when
1796         using eval.
1798 2020-01-16  Jakub Jelinek  <jakub@redhat.com>
1800         * gcc-git-customization.sh: Verify the id to be printed is ancestor of
1801         the corresponding remote release branch (or master), otherwise print
1802         nothing.
1804 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1805             Jakub Jelinek  <jakub@redhat.com>
1807         * gcc-git-customization.sh: Change uses to use in comment.
1809 2020-01-15  Jakub Jelinek  <jakub@redhat.com>
1811         * gcc-git-customization.sh: Handle output of older git which doesn't
1812         print tags/ prefixes before branchpoint/gcc-.
1814 2010-01-15  Richard Earnshaw  <rearnsha@arm.com>
1816         * gcc-git-customization.sh: Explain why we want the user's
1817         upstream account name.  Don't add push rules.  Check if push rules
1818         have been added and suggest that they should be removed.
1819         * git-fetch-vendor.sh: Don't add push rules.
1821 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1823         Revert:
1824         2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1826         * gcc-git-customization.sh: Add back the default rule that
1827         is lost by adding a custom push rule.
1828         * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
1830 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1832         * gcc-git-customization.sh: Add back the default rule that
1833         is lost by adding a custom push rule.
1834         * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
1836 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1838         * contrib/git-fetch-vendor.sh: New file.
1840 2020-01-13  Jakub Jelinek  <jakub@redhat.com>
1842         * contrib/gcc-git-customization.sh: Add git gcc-descr and gcc-undescr
1843         aliases.
1845 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1847         * gcc-git-customization.sh: New file.
1849 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
1851         * update-copyright.py: Add Mentor Graphics Corporation and Yoshinori
1852         Sato as external authors.  Skip LICENSE.txt files.
1854 2019-12-16  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1856         * config-list.mk: Add msp430-elfbare.
1858 2019-12-09  Lewis Hyatt  <lhyatt@gmail.com>
1860         PR preprocessor/49973
1861         * unicode/from_glibc/unicode_utils.py: Support script from
1862         glibc (commit 464cd3) to extract character widths from Unicode data
1863         files.
1864         * unicode/from_glibc/utf8_gen.py: Likewise.
1865         * unicode/UnicodeData.txt: Unicode v. 12.1.0 data file.
1866         * unicode/EastAsianWidth.txt: Likewise.
1867         * unicode/PropList.txt: Likewise.
1868         * unicode/gen_wcwidth.py: New utility to generate
1869         libcpp/generated_cpp_wcwidth.h with help from the glibc support
1870         scripts and the Unicode data files.
1871         * unicode/unicode-license.txt: Added.
1872         * unicode/README: New explanatory file.
1874 2019-12-07  Richard Sandiford  <richard.sandiford@arm.com>
1876         * texi2pod.pl: Handle @headitems in @multitables, printing them
1877         in italics.  Push an empty item code onto the stack.
1879 2019-11-13  Janne Blomqvist  <jb@gcc.gnu.org>
1881         * download_prerequisites: Use http instead of ftp for downloading.
1883 2019-11-08  Martin Liska  <mliska@suse.cz>
1885         * mklog: The script fails for patches that contain:
1886         '---param=foo=bar xyz'.
1888 2019-09-18  Martin Liska  <mliska@suse.cz>
1890         * clang-format: Tweak configuration based on new
1891         options offered.
1893 2019-09-09  Jose E. Marchesi  <jemarch@gnu.org>
1895         * config-list.mk (LIST): Disable go in bpf-*-* targets.
1897 2019-09-04  Martin Liska  <mliska@suse.cz>
1899         * mklog: Do not print changed functions for
1900         testsuite files.
1902 2019-09-04  Martin Liska  <mliska@suse.cz>
1904         * mklog: Parse PR references from newly added
1905         test files.
1907 2019-09-04  Martin Liska  <mliska@suse.cz>
1909         * mklog: Use argparse instead of getopt.
1911 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1913         * compare-all-tests (all_targets): Remove references to spu.
1914         * config-list.mk (LIST): Likewise.
1916 2019-09-02  Alexander Monakov  <amonakov@ispras.ru>
1918         * vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.
1919         * vimrc: Set preferred values for 'tabstop', 'softtabstop',
1920         'shiftwidth', 'noexpandtab', 'textwidth', 'formatoptions' for all
1921         files, not just C-like files.
1923 2019-09-02  Martin Liska  <mliska@suse.cz>
1925         * vim-gcc-dev/syntax/gcc-match.vim: Set tabstop=8.
1927 2019-08-13  Uros Bizjak  <ubizjak@gmail.com>
1929         * test_summary: Do not escape "=".
1931 2019-07-02  Janne Blomqvist  <jb@gcc.gnu.org>
1933         PR other/91048
1934         * mklog (read_user_info): Open ~/.mklog in string mode.
1936 2019-06-19  Martin Liska  <mliska@suse.cz>
1938         * bench-stringop: New file.
1940 2019-05-21  Janne Blomqvist  <jb@gcc.gnu.org>
1942         * mklog: Open files in text mode.
1944 2019-05-21  Janne Blomqvist  <jb@gcc.gnu.org>
1946         * mklog: Convert to Python 3.
1948 2019-05-03  Jakub Jelinek  <jakub@redhat.com>
1950         * gennews (files): Add files for GCC 9.
1952 2019-04-30  Roland Illig  <roland.illig@gmx.de>
1954         * check-internal-format-escaping.py: New version using polib.
1956 2019-04-19  Christophe Lyon  <christophe.lyon@linaro.org>
1958         PR translation/90118
1959         * check-internal-format-escaping.py: Check that %< is not next to
1960         a word.
1962 2019-04-17  Jakub Jelinek  <jakub@redhat.com>
1964         * dg-extract-results.sh: Only handle WARNING: program timed out
1965         lines specially in "$MODE" == "sum".  Restore previous behavior
1966         for "$MODE" != "sum".  Clear has_timeout and timeout_cnt if in
1967         a different variant or curfile is empty.
1968         * dg-extract-results.py: Fix a typo.
1970 2019-04-05  Martin Liska  <mliska@suse.cz>
1972         PR translation/89936
1973         * check-internal-format-escaping.py: Properly detect wrong
1974         apostrophes.
1976 2019-03-11  Martin Liska  <mliska@suse.cz>
1978         * check-internal-format-escaping.py: Uncomment apostrophes
1979         check.
1981 2019-03-11  Martin Liska  <mliska@suse.cz>
1983         * check-internal-format-escaping.py: New file.
1985 2019-03-10  Tommy Nguyen  <remyabel@gmail.com>
1987         PR contrib/82704
1988         * download_prerequisites: Use -c instead of --check for sha512sum.
1990 2019-03-06  Martin Liska  <mliska@suse.cz>
1992         * check-params-in-docs.py: Ignore a param.
1994 2019-03-05  Christophe Lyon  <christophe.lyon@linaro.org>
1996         contrib/
1997         * dg-extract-results.py: Handle case where a WARNING happens with
1998         the first test of a harness.
2000 2019-03-05  Christophe Lyon  <christophe.lyon@linaro.org>
2002         contrib/
2003         * dg-extract-results.sh: Fix order of WARNING and following test
2004         result.
2006 2019-02-04  Christophe Lyon  <christophe.lyon@linaro.org>
2008         contrib/
2009         * dg-extract-results.py: Keep timeout warnings next to their
2010         matching test.
2011         * dg-extract-results.sh: Likewise.
2013 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
2015         * update-copyright.py: Add Gerard Jungman as external author.
2017 2018-11-26  Iain Buclaw  <ibuclaw@gdcproject.org>
2019         * update-copyright.py (TestsuiteFilter): Skip .d tests.
2020         (LibPhobosFilter): Add filter for upstream D sources.
2021         (GCCCopyright): Add D Language Foundation as external author.
2022         (GCCCmdLine): Add libphobos.
2024 2018-11-19  Martin Liska  <mliska@suse.cz>
2026         * check_GNU_style_lib.py: Detect mixed usage
2027         of spaces and tabs.
2029 2018-11-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2031         * gcc_update (files_and_dependencies): Handle libphobos.
2033 2018-10-25  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
2035         * dg-cmp-results.sh: Print NA-FAIL and NA->UNRESOLVED changes at
2036         default verbosity.
2038 2018-10-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2040         * config-list.mk (LIST): Switch to i686-solaris2.11,
2041         sparc64-sun-solaris2.11.
2043 2018-10-04  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2045         * unused_functions.py: Handle archive files.
2047 2018-10-04  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2049         * unused_functions.py: New file.
2051 2018-09-25  Martin Liska  <mliska@suse.cz>
2053         * filter-rtags-warnings.py: New file.
2055 2018-09-25  Martin Liska  <mliska@suse.cz>
2057         PR middle-end/86078
2058         * check-params-in-docs.py: New file.
2060 2018-08-17  Jojo  <jijie_rong@c-sky.com>
2061             Huibin Wang  <huibin_wang@c-sky.com>
2062             Sandra Loosemore  <sandra@codesourcery.com>
2063             Chung-Lin Tang  <cltang@codesourcery.com>
2064             Andrew Jenner  <andrew@codesourcery.com>
2066         C-SKY port: Configury
2068         * config-list.mk (LIST): Add csky-elf and csky-linux-gnu.
2070 2018-07-13  Tom de Vries  <tdevries@suse.de>
2072         * maintainers-verify.sh: New file.
2074 2018-07-12  Christophe Lyon  <christophe.lyon@linaro.org>
2076         * compare_tests: Print number of tests in each category.
2078 2018-06-19  Alexander Monakov  <amonakov@ispras.ru>
2080         * vim-gcc-dev/README: New file.
2081         * vim-gcc-dev/ftdetect/gcc-dev.vim: New file.
2082         * vim-gcc-dev/syntax/gcc-match.vim: New file.
2083         * gimple.vim: Move under vim-gcc-dev/syntax/.
2084         * gcc-rtl.vim: Likewise.
2086 2018-06-19  Martin Liska  <mliska@suse.cz>
2088         * gcc-rtl.vim: New file.
2090 2018-06-12  Jeff Law  <law@redhat.com>
2092         * config-list.mk (LIST): Remove alpha-freebsd6.
2094 2018-05-08  Richard Biener  <rguenther@suse.de>
2096         PR bootstrap/85571
2097         * compare-lto: New script derived from compare-debug.
2099 2018-05-02  Jakub Jelinek  <jakub@redhat.com>
2101         * gennews (files): Add files for GCC 8.
2103 2018-05-01  Jim Wilson  <jimw@sifive.com>
2105         * gcc_update: Check for .git as a file.
2107 2018-03-21  Christophe Lyon  <christophe.lyon@linaro.org>
2109         * test_summary: Match possible single quotes in configure path.
2111 2018-03-02  Thomas Schwinge  <thomas@codesourcery.com>
2113         * update-copyright.py: Remove "libcilkrts" reference.
2115 2018-02-19  Yury Gribov  <tetra2005@gmail.com>
2117         * compare_tests: Use TMPDIR when set.
2118         * dg-cmp-results.sh: Ditto.
2119         * warn_summary: Ditto.
2121 2018-01-29  Jonathan Wakely  <jwakely@redhat.com>
2123         * download_prerequisites: Use shasum for FreeBSD and DragonFly.
2125 2018-01-19  Martin Liska  <mliska@suse.cz>
2127         * analyze_brprob.py: Support new format that can be easily
2128         parsed. Add new column to report.
2130 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
2132         * update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
2134 2017-11-28  Julia Koval  <julia.koval@intel.com>
2135             Sebastian Peryt  <sebastian.peryt@intel.com>
2137         * contrib/gcc_update: Ditto.
2139 2017-11-08  Martin Liska  <mliska@suse.cz>
2141         * analyze_brprob.py: Fix abbreviations for SI units.
2143 2017-10-02  Thomas Schwinge  <thomas@codesourcery.com>
2145         * gcc_update (files_and_dependencies): Handle libbacktrace.
2147 2017-09-18  Richard Biener  <rguenther@suse.de>
2149         * download_prerequisites (isl): Bump version to 0.18.
2151 2017-08-02  Yury Gribov  <tetra2005@gmail.com>
2153         * mklog: Added new implementation.
2155 2017-08-02  Yury Gribov  <tetra2005@gmail.com>
2157         * mklog: Rename to ...
2158         * mklog.pl: this.
2160 2017-07-17  Yury Gribov  <tetra2005@gmail.com>
2162         * mklog: Fix extraction of changed file name.
2164 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
2166         * gcc_update (files_and_dependencies)
2167         [gcc/config/avr/avr-tables.opt]: Remove dead entry.
2169 2017-06-28  Martin Liska  <mliska@suse.cz>
2171         * gcc.doxy: Add default location for filters and output folder.
2172         * filter_gcc_for_doxygen_new: Rename to filter_gcc_for_doxygen.
2173         * filter_params.pl: Remove.
2175 2017-06-21  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2177         * dg-cmp-results.sh: Restore filtering on target variant.
2179 2017-06-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2181         * dg-cmp-results.sh: Keep test result lines rather than throwing
2182         header and summary to support sum files with multiple tools.
2184 2017-05-31  Martin Liska  <mliska@suse.cz>
2186         * filter_params.py:
2187         Transform ENUM_BITFIELD and comments starting with '/**'
2189 2017-05-31  David Malcolm  <dmalcolm@redhat.com>
2190             Martin Liska  <mliska@suse.cz>
2192         * filter_params.py: New, porting the perl script to python,
2193         adding a test suite.
2194         * filter_gcc_for_doxygen_new: New file.
2196 2017-05-30  Martin Liska  <mliska@suse.cz>
2198         * analyze_brprob.py: Add new argument to parse and modify
2199         predict.def file.
2200         * analyze_brprob_spec.py: Likewise.
2202 2017-05-29  Tom de Vries  <tom@codesourcery.com>
2204         * check_GNU_style_lib.py (TrailingWhitespaceCheck.check): Assert no
2205         trailing eol.
2206         (TrailingWhitespaceTest): New unit test.
2207         (check_GNU_style_file): Remove eol before checking.
2209 2017-05-29  Tom de Vries  <tom@codesourcery.com>
2211         * check_GNU_style_lib.py (check_GNU_style_file): Treat file argument as
2212         file handle.  Add and handle file_encoding argument.
2213         * check_GNU_style.py (main): Handle '-' file argument.  Call
2214         check_GNU_style_file with file handle as argument.
2216 2017-05-29  Tom de Vries  <tom@codesourcery.com>
2218         * check_GNU_style_lib.py: Use import_pip3 to import pip3 packages.
2219         (import_pip3): New function.
2221 2017-05-24  Tom de Vries  <tom@codesourcery.com>
2223         * check_GNU_style_lib.py: New file, factored out of ...
2224         * check_GNU_style.py: ... here.  Call main unconditionally.
2226 2017-05-19  Martin Liska  <mliska@suse.cz>
2228         * check_GNU_style.py: New file.
2230 2007-05-03  Jeff Law  <law@redhat.com>
2232         * config-list.mk (am33_2.0-linux): Remove from list of targets
2233         to build.
2235 2017-05-02  Jakub Jelinek  <jakub@redhat.com>
2237         * gennews (files): Add files for GCC 7.
2239 2017-04-26  Tom de Vries  <tom@codesourcery.com>
2241         * gen_autofdo_event.py: Fix comment.
2243 2017-04-11  Damian Rouson  <damian@sourceryinstitute.org>
2245         * download_prerequisites (md5_check): New function emulates Linux
2246         'md5 --check' on macOS.  Modified script for macOS compatibility.
2248 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
2250         * config-list.mki (LIST): Add riscv32-unknown-linux-gun and
2251         riscv64-unknown-linux-gnu.
2253 2017-01-31  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2255         * update-copyright.py (Copyright.process_file): Retain original
2256         file mode.
2258 2017-01-29  Gerald Pfeifer  <gerald@pfeifer.com>
2260         * update-copyright.py: Fix the name of this script in examples.
2262 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
2264         * update-copyright.py: Add libhsail-rt to self.default_dirs
2265         and call self.add_dir on it.  Add Intel Corporation to external
2266         authors.
2268 2017-01-25  Thomas Schwinge  <thomas@codesourcery.com>
2270         * gcc_update (files_and_dependencies): Care for "libhsail-rt".
2272 2017-01-23  Gerald Pfeifer  <gerald@pfeifer.com>
2274         * patch_tester.sh (TESTLOGS): Remove
2275         $TARGET/libjava/testsuite/libjava.sum.
2277 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
2279         * warn_summary: Remove the -java option.
2281 2017-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
2283         * update-copyright.py (LibJavaFilter): Remove.
2285 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>        
2286         
2287         * gcc_update: Remove entries related to GCJ and libgcj.
2288         Complete copyright years and adjust my e-mail address.
2290 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
2292         * gcc_update: Adjust touch list for ARM.
2294 2017-01-08  Gerald Pfeifer  <gerald@pfeifer.com>
2296         * download_ecj: Remove.
2298 2017-01-05  Martin Liska  <mliska@suse.cz>
2300         * vimrc: Update indentation definition.
2302 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
2304         * update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
2305         libssp, libvtv and lto-plugin to default_dirs.
2307 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
2309         * update-copyright.py (TestsuiteFilter): Skip params/README.
2310         (GCCCmdLine): Remove libjava and libjava/testsuite add_dir.
2312 2016-12-14  Martin Liska  <mliska@suse.cz>
2314         * analyze_brprob.py: Add new column to output and new sorting
2315         option. Fix coding style to not exceed 80 characters.
2316         * analyze_brprob_spec.py: Add new sorting
2317         option. Fix coding style to not exceed 80 characters.
2319 2016-10-24  Moritz Klammler  <moritz@glammler.eu>
2321         PR other/61439
2322         * download_prerequisites: Conditionally verify checksums of
2323         downloaded pacakges.  Add help text.  
2324         * prerequisites.md5: New file.
2325         * prerequisites.sha512: New file.
2327 2016-10-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2329         * check_GNU_style.sh (remove_testsuite): New function.
2330         Use it to remove testsuite from the diff.
2332 2016-09-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2334         * dg-extract-results.sh: Revert bogus change.
2336 2016-09-20  Christophe Lyon  <christophe.lyon@linaro.org>
2338         * dg-extract-results.py: Report DejaGnu error in the final
2339         summary.
2340         * dg-extract-results.sh: Likewise.
2342 2016-09-20  Christophe Lyon  <christophe.lyon@linaro.org>
2344         * compare_tests: Take ERROR messages into account when
2345         comparing.
2347 2016-08-17  Martin Liska  <mliska@suse.cz>
2349         * mark_spam.py: Mark as spam all comments done by a creator.
2351 2016-08-15  Martin Liska  <mliska@suse.cz>
2353         * mark_spam.py: Add error handling and reset
2354         another properties of attachments and bugs.
2356 2016-08-11  Martin Liska  <mliska@suse.cz>
2358         * mark_spam.py: Mark attachments as obsolete and rename them.
2360 2016-08-03  Eric Gallager  <egall@gwmail.gwu.edu>
2362         * download_prerequisites: Explicitly remove existing symlinks
2363         before trying to create new ones.
2365 2016-07-28  Martin Liska  <mliska@suse.cz>
2367         * mark_spam.py: New file.
2369 2016-07-21  Martin Liska  <mliska@suse.cz>
2371         * analyze_brprob.py: If there's no loop, do not calculate
2372         average number of loop iterations.
2374 2016-06-24  Martin Liska  <mliska@suse.cz>
2376         * analyze_brprob.py: Parse and display average number
2377         of loop iterations.
2379 2016-06-23  Andi Kleen  <ak@linux.intel.com>
2381         * gen_autofdo_event.py: New file to regenerate
2382         gcc-auto-profile.
2384 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2386         * config-list.mk: Stop testing mep-elf.
2388 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2390         * config-list.mk: Stop testing avr-rtems.
2392 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2394         * config-list.mk: Stop testing m32r-rtems.
2396 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2398         * config-list.mk: Remove h8300-rtems support.
2400 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2402         * config-list.mk: stop testing knetbsd.
2404 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2406         * config-list.mk: Stop testing openbsd3.0.
2408 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2410         * config-list.mk: Remove interix target.
2412 2016-06-21  David Edelsohn  <dje.gcc@gmail.com>
2414         * config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1,
2415         rs6000-ibm-aix5.2.
2416         Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1.
2417         Add rs6000-ibm-aix7.1.
2419 2016-06-17  Martin Liska  <mliska@suse.cz>
2421         * analyze_brprob.py: Fix columns of script output.
2423 2016-06-13  Richard Biener  <rguenther@suse.de>
2425         * download_prerequisites (ISL): Bump version to 0.16.1
2427 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
2429         * check_GNU_style.sh: Fix paste args for BSD
2431 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
2433         * config-list.mk (LIST): Add OPT-enable-obsolete to avr-rtems,
2434         h8300-rtems, m32r-rtems, mep-elf.
2436 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
2438         * config-list.mk (GCC_SRC_DIR): New variable.
2439         (make-log-dir): Use GCC_SRC_DIR.
2440         ($(LIST)): Likewise.
2442 2016-06-09  Martin Liska  <mliska@suse.cz>
2444         * analyze_brprob_spec.py: New file.
2446 2016-06-09  Martin Liska  <mliska@suse.cz>
2448         * analyze_brprob.py: Add new argument --sorting.
2450 2016-06-09  Martin Liska  <mliska@suse.cz>
2452         * analyze_brprob.py: Cover new dump output format.
2454 2016-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2456         * update-copyright.py (LibMudflapFilter): Remove.
2457         (GCCCmdLine.__init__): Add gotools, libcc1.
2458         Remove libmudflap.
2459         List unhandled intl, libcilkrts, libgo, liboffloadmic,
2460         maintainer-scripts.
2462 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2464         * download_prerequisites: Adjust gmp/mpfr/mpc versions.
2466 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2468         * compare-all-tests: Remove SH5 support.
2469         * config-list.mk: Likewise.
2471 2016-04-28  Martin Liska  <mliska@suse.cz>
2473         * analyze_brprob: Remove.
2474         * analyze_brprob.py: New file.
2476 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
2478         * gennews (files): Add files for GCC 6.
2480 2016-04-17  Jan Hubicka  <jh@suse.cz>
2482         * analyze_brprob: Update comment.
2484 2016-04-13  Martin Sebor  <msebor@redhat.com>
2486         * check_GNU_style.sh: Avoid false posivies in trailing operator
2487         checks.
2489 2016-03-07  Martin Sebor  <msebor@redhat.com>
2491         * check_GNU_style.sh (color): New global variable.
2492         Add checks for trailing operators and spaces before left brackets.
2493         Tightened up a check for a trailing left curly brace.
2494         (g, ag, vg): Use color.
2495         (col): Don't complain about excessively long lines with DejaGnu
2496         directives.
2498 2016-03-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2500         * mklog: Look for the ChangeLog file in $cwd.
2502 2016-02-26  Joel Sherrill <joel@rtems.org>
2504         * config-list.mk: Add aarch64-rtems and x86_64-rtems
2506 2016-01-19  Jonathan Wakely  <jwakely@redhat.com>
2508         * uninclude: Fix third argument to gensub.
2510 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
2512         * update-copyright.py (GCCCopyright): Add NVIDIA Corporation
2513         as external author.
2515 2015-12-17  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2517         * config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
2518         targets x86_64-knetbsd-gnu, i686-knetbsd-gnu and i686-openbsd3.0 .
2520 2015-12-06  Tobias Burnus  <burnus@net-b.de>
2522         * download_prerequisites: Download ISL 0.15 instead of 0.14.
2524 2015-11-20  Martin Liska  <mliska@suse.cz>
2526         * clang-format: Split content of a list to multiple
2527         lines.
2529 2015-11-19  Martin Liska  <mliska@suse.cz>
2531         * clang-format: Enhance list of FOR_EACH macros.
2533 2015-11-19  Martin Liska  <mliska@suse.cz>
2535         * clang-format: New file.
2537 2015-11-11  Andrew MacLeod  <amacleod@redhat.com>
2539         * header-tools: New.  Directory containing a set of tools for
2540         manipulating header files.
2542 2015-10-30  Nathan Sidwell  <nathan@acm.org>
2544         * config-list.mk (nvptx-none): Add it.
2546 2015-09-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
2548         * download_prerequisites: Make sure that script is run from
2549         top level source directory.
2551 2015-08-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2553         * update-copyright.py (GCCCmdLine): Add libvtv.
2555 2015-08-04  Uros Bizjak  <ubizjak@gmail.com>
2557         * texi2pod.pl: Escape braces in regexp involving @strong{...}.
2559 2015-07-15  Tom de Vries  <tom@codesourcery.com>
2561         * check_GNU_style.sh (cat_with_prefix): Fix quoting.
2563 2015-06-02  Steve Ellcey  <sellcey@imgtec.com>
2565         * test_installed (--target=): New option.
2567 2015-05-30  Mikhail Maltsev  <maltsevm@gmail.com>
2569         * gimple.vim: New file.
2571 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2573         * check_GNU_style.sh: Add temp files tmp2 and tmp3.
2574         (cat_with_prefix): New function, using global variable prefix.
2575         (col): Make prefix a global variable. Rewrite to process file at a time
2576         rather than line at a time.  Print part longer than 80 chars in red.
2578 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2580         * check_GNU_style.sh (g, ag, vg): Don't cat empty file.
2582 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2584         * check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
2586 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2588         * check_GNU_style.sh: Improve readability function calls.
2590 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
2592         * config-list.mk: Add FT32.
2594 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2596         * check_GNU_style.sh (col): Fix tab size.
2598 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2600         * check_GNU_style.sh: Put stdin into a temp file.
2602 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2604         * check_GNU_style.sh: Read either from stdin, or from files.
2606 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2608         * check_GNU_style.sh: Check if files exists.
2610 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2612         * check_GNU_style.sh: Don't use a filename prefix if we're only
2613         processing one patch file.
2615 2015-05-12  Yury Gribov  <y.gribov@samsung.com>
2617         * mklog: Ignore preprocessor directives.
2619 2015-04-22  Jakub Jelinek  <jakub@redhat.com>
2621         * gennews (files): Add files for GCC 5.
2623 2015-03-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2625         * dg-extract-results.sh: Check that the necessary python modules exist.
2627 2015-02-05  Ilya Verbin  <ilya.verbin@intel.com>
2629         * gcc_update (files_and_dependencies): Add rules for liboffloadmic and
2630         liboffloadmic/plugin.
2632 2015-01-15  Richard Sandiford  <richard.sandiford@arm.com>
2634         * update-copyright.py (Copyright.__init__): Add a regexp for
2635         "copyright = u'".
2636         (Copyright.update_copyright): Don't add a space before the year
2637         in that case.
2639 2015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
2641         * gcc_update (files_and_dependencies): Update rules for new
2642         libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
2644 2015-01-12  Yury Gribov  <y.gribov@samsung.com>
2646         * check_GNU_style.sh: Support patches coming from stdin.
2647         Check that spaces are converted to tabs.
2648         Make double-space-after-dot check more precice.
2650 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2652         * config-list.mk (LIST): Add visium-elf.
2654 2015-01-05  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2656         * config-list.mk: Use shortest match for OPT to find the actual
2657         target name.
2659 2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
2661         * dg-extract-results.sh: Use --text with grep to avoid issues with
2662         binary files.  Fall back to cat -v, if that doesn't work.
2664 2014-12-12  Chung-Ju Wu  <jasonwucj@gmail.com>
2666         * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
2668 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2669             Yury Gribov  <y.gribov@samsung.com>
2671         * vimrc: New file.
2673 2014-12-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2675         * check_GNU_style.sh: Warn for incorrect number of spaces in function
2676         call only if 0 or 2+ spaces found.
2678 2014-12-02  Tobias Burnus  <burnus@net-b.de>
2680         * download_prerequisites: Download ISL 0.14 instead of 0.12.2.
2682 2014-11-25  Tom de Vries  <tom@codesourcery.com>
2683             Peter Bergner  <bergner@vnet.ibm.com>
2685         * mklog: Handle .mklog.  Use git setting independent of presence .git
2686         directory.
2688 2014-11-14  Tom de Vries  <tom@codesourcery.com>
2690         * mklog: Move reading of .diff file up and add comment.  Copy diff_lines
2691         to orig_diff_lines.  Use orig_diff_lines when appending patch.
2693 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
2695         * ChangeLog.jit: New.
2696         * jit-coverage-report.py: New file: a script to print crude
2697         code-coverage information for the libgccjit API.
2699 2014-11-11  Marat Zakirov  <m.zakirov@samsung.com>
2701         * mklog: Symbol '}' stops search for changes.
2703 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2705         * download_prerequisites: Stop downloading CLooG.
2707 2014-11-07  Marat Zakirov  <m.zakirov@samsung.com>
2709         * mklog: Always doubt in functions.
2710         Add EOF protection.
2712 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2714         * config-list.mk: Don't build Go for certain targets.
2716 2014-10-04  Trevor Saunders  <tsaunders@mozilla.com>
2718         * compare-all-tests: Don't test score-*.
2719         * config-list.mk: Likewise.
2721 2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
2723         * dg-extract-results.py (output_variation): Always sort if do_sum.
2725 2014-09-22  Tom de Vries  <tom@codesourcery.com>
2727         * mklog: Add --inline option.
2729 2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
2731         * dg-extract-results.py (Prog.result_re): Include options in test name.
2733 2014-09-19  Olivier Hainque  <hainque@adacore.com>
2735         * config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
2737 2014-09-18  Joel Sherrill <joel.sherrill@oarcorp.com>
2739         * config-list.mk (LIST): Add v850-rtems.
2741 2014-09-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2743         * config-list.mk (LIST): Add arm-rtems.
2744         Add nios2-rtems.  Remove extra option from powerpc-rtems.
2746 2014-09-08  Trevor Saunders  <tsaunders@mozilla.com>
2748         * compare-all-tests: Don't test picochip.
2749         * config-list.mk: Likewise.
2751 2014-08-11  Mingjie Xing <mingjie.xing@gmail.com>
2753         * texi2pod.pl (postprocess): Move command process for '@sc' to the
2754         front of '@dfn'.  Add a new command process for '@t{...}', just print
2755         the content.
2757 2014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
2758             Yury Gribov  <y.gribov@samsung.com>
2760         * mklog: Run mklog as a filter.
2762 2014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
2764         * mklog: Read name and email from git config when available.
2766 2014-06-28  Richard Biener  <rguenther@suse.de>
2768         * gennews: Use gcc-3.0/index.html.
2770 2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
2772         * dg-extract-results.py: For Python 3, force sys.stdout to handle
2773         surrogate escape sequences.
2774         (safe_open): New function.
2775         (output_segment, main): Use it.
2777 2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
2779         * dg-extract-results.py (Named): Remove __cmp__ method.
2780         (output_variation): Use a key to sort variation.harnesses.
2782 2014-05-24  Uros Bizjak  <ubizjak@gmail.com>
2784         * texi2pod.pl: Force .pod file to not be a numbered list.
2786 2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
2788         * dg-extract-results.py (parse_run): Handle warnings that are printed
2789         before a test harness is run.
2791 2014-05-09  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2793         * config-list.mk (show): New target.
2795 2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
2797         * dg-extract-results.py: New file.
2798         * dg-extract-results.sh: Use it if the environment seems suitable.
2800 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2802         * config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
2804 2013-04-22  Jakub Jelinek  <jakub@redhat.com>
2806         * gennews (files): Add files for GCC 4.9.
2808 2014-02-24  Walter Lee  <walt@tilera.com>
2810         * config-list.mk (LIST): Add tilegxbe-linux-gnu.
2812 2014-02-13  Richard Biener  <rguenther@suse.de>
2814         * download_prerequisites: Update ISL and CLOOG versions.
2816 2014-01-31  Brooks Moses  <bmoses@google.com>
2818         * gcc_update (files_and_dependencies): Add aarch64-tune.md.
2820 2014-01-29  Yury Gribov  <y.gribov@samsung.com>
2822         * mklog: Improve support of context diffs.
2824 2014-01-21  Tatiana Udalova  <t.udalova@samsung.com>
2826         * mklog: Avoid adding falsely changed functions to ChangeLog.
2828 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
2830         * config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
2831         ordering of some configs.
2833 2013-12-23  Yury Gribov  <y.gribov@samsung.com>
2835         * mklog: Automatically insert comments in trivial cases.
2837 2013-12-19  Yury Gribov  <y.gribov@samsung.com>
2839         * mklog: Split generated message in parts.
2841 2013-10-31  Chung-Ju Wu  <jasonwucj@gmail.com>
2843         * config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
2845 2013-10-29  Tobias Burnus  <burnus@net-b.de>
2847         * gcc_update (files_and_dependencies): Add rules for
2848         libcilkrts.
2850 2013-10-11  Thomas Schwinge  <thomas@codesourcery.com>
2852         * gcc_update (files_and_dependencies): Fix rule for
2853         libgomp/testsuite/Makefile.in.
2855 2013-10-01  Joern Rennecke  <joern.rennecke@embecosm.com>
2857         * config-list.mk: Add arc configurations.
2859 2013-09-27  Diego Novillo  <dnovillo@google.com>
2861         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2863 2013-09-12  DJ Delorie  <dj@redhat.com>
2865         * config-list.mk: Add msp430-elf.
2867 2013-08-31  Diego Novillo  <dnovillo@google.com>
2869         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2871 2013-08-29  Mike Stump  <mikestump@comcast.net>
2873         * gcc_update (configure): Update to handle svn 1.8.1.
2875 2013-08-03  Caroline Tice  <cmtice@google.com>
2877         * gcc_update: Add libvtv files.
2879 2013-06-06  Brooks Moses  <bmoses@google.com>
2881         * testsuite-management/validate_failures.py: Fix handling of
2882         summary lines with "|" characters or empty description fields.
2884 2013-05-24  Chung-Ju Wu  <jasonwucj@gmail.com>
2886         * download_prerequisites: Download isl and cloog conditionally.
2888 2013-05-21  David Malcolm  <dmalcolm@redhat.com>
2890         * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
2892 2013-05-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2894         * config-list.mk (LIST): Add -enable-obsolete for
2895         sparc-sun-solaris2.9, i686-solaris2.9.
2897 2013-05-13  Mike Stump  <mikestump@comcast.net>
2899         * compare_tests: Limit lines to 2000 characters as comm on Mac OS
2900         X 10.8.3 doesn't like long lines (those 2055 characters or more).
2902 2013-04-22  Sofiane Naci  <sofiane.naci@arm.com>
2904         * config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
2906 2013-04-18  Diego Novillo  <dnovillo@google.com>
2908         * validate_failures.py: Fix typo.
2910 2013-04-18  Diego Novillo  <dnovillo@google.com>
2912         * validate_failures.py: Loosen check for build directory.
2913         State what failed if we couldn't find the source tree or
2914         the target triplet.
2916 2013-03-22  Jakub Jelinek  <jakub@redhat.com>
2918         * gennews (files): Add files for GCC 4.8.
2920 2013-03-06  Tobias Burnus  <burnus@net-b.de>
2922         * make-obstacks-texi.pl: New.
2924 2013-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2926         * make_sunver.pl: Enforce C locale.
2928 2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
2930         * update-copyright.py: Add libdecnumber to the default list.
2931         Remove libquadmath and libssp.
2933 2013-02-06  Diego Novillo  <dnovillo@google.com>
2935         * testsuite-management/validate_failures.py: Fix typo.
2937 2013-02-06  Diego Novillo  <dnovillo@google.com>
2939         * testsuite-management/validate_failures.py: Update
2940         Copyright years.
2941         Request contributions not to use Python features newer
2942         than 2.4.
2943         (GetBuildData): If this is not a build directory,
2944         emit an error only if --results or --manifest are missing.
2946 2013-02-06  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2948         * testsuite-management/validate_failures.py
2949         (IsInterestingResult): Fix performance regression
2951 2013-02-04  Richard Sandiford  <rdsandiford@googlemail.com>
2953         * update-copyright.py: New file.
2955 2013-01-15  David Blaikie  <dblaikie@gmail.com>
2957         * dg-extract-results.sh: Handle KPASSes.
2959         * dg-extract-results.sh: Constrain the start-of-log pattern.
2961         * dg-extract-results.sh: Fix order of summary counts.
2963 2012-12-01  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2965         * testsuite-management/validate_failures.py
2966         (IsInterestingResult): Only strip line a second time if we did split.
2967         Rephrase return statement while at it.
2968         (CollectSumFiles): Also ignore .git directory.
2970 2012-12-03  Diego Novillo  <dnovillo@google.com>
2972         * testsuite-management/validate_failures.py: Fix stale
2973         use of 'options'.
2975 2012-11-30  Doug Evans  <dje@google.com>
2977         * testsuite-management/validate_failures.py: Add support for @include,
2978         @remove directives in manifest files.
2980         * testsuite-management/validate_failures.py: Add function
2981         GetManifestPath.  New global _MANIFEST_SUBDIR.
2983 2012-11-29  Doug Evans  <dje@google.com>
2985         * testsuite-management/validate_failures.py: Remove pass/fail
2986         indicator from result of GetBuildData.
2988         * testsuite-management/validate_failures.py: Store options in global
2989         variable _OPTIONS.
2991         * testsuite-management/validate_failures.py: Rename variable
2992         manifest_name to manifest_path everywhere.
2994         * testsuite-management/validate_failures.py (CompareBuilds): Pass
2995         options.results to GetSumFiles for clean build.
2997 2012-11-28  Doug Evans  <dje@google.com>
2999         * testsuite-management/validate_failures.py: Use <target_alias> instead
3000         of <target>.  Minor whitespace changes.
3002         * testsuite-management/validate_failures.py: Record ordinal with
3003         TestResult.
3005 2012-11-19  Mike Stump  <mikestump@comcast.net>
3007         * compare_tests: Add export LC_ALL=C to make sort happier.
3009 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
3011         * gcc_update: Update libsanitizer generated files.
3013 2012-11-12  Tobias Burnus  <burnus@net-b.de>
3015         * gcc_update: Add libquadmath generated files.
3017 2012-11-12  H.J. Lu  <hongjiu.lu@intel.com>
3019         * gcc_update: Add libsanitizer generated files.
3021 2012-11-05  Lawrence Crowl  <crowl@google.com>
3023         * compare_two_ftime_report_sets: New.
3025 2012-11-02  Diego Novillo  <dnovillo@google.com>
3027         * testsuite-management/validate_failures.py: Add option
3028         --clean_build to compare test results against another
3029         build.
3031 2012-10-31  Diego Novillo  <dnovillo@google.com>
3033         * testsuite-management/validate_failures.py: Fix parsing
3034         of summary lines.
3036 2012-10-29  Diego Novillo  <dnovillo@google.com>
3038         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3040 2012-10-06  Diego Novillo  <dnovillo@google.com>
3042         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3044 2012-10-02   Christophe Lyon  <christophe.lyon@linaro.org>
3046         * check_GNU_style.sh: Remove temporay file upon exit.
3048 2012-09-26  Joern Rennecke  <joern.rennecke@embecosm.com>
3050         * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
3051         arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
3052         Use --enable-obsolete for picochip-elf.
3054 2012-09-10   Diego Novillo  <dnovillo@google.com>
3056         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3058 2012-09-04  Eric Botcazou  <ebotcazou@adacore.com>
3060         * make_sunver.pl: Add missing newline at the end of extern "C++" block.
3062 2012-08-24   Diego Novillo  <dnovillo@google.com>
3064         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3066 2012-08-14   Diego Novillo  <dnovillo@google.com>
3068         * testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
3070 2012-08-13  Diego Novillo  <dnovillo@google.com>
3072         * testsuite-management/validate_failures.py (ExpirationDate): Tidy
3073         comment.
3075 2012-08-13  Diego Novillo  <dnovillo@google.com>
3077         * testsuite-management/validate_failures.py (ParseSummary): Fix
3078         comment.
3080 2012-08-13  Diego Novillo  <dnovillo@google.com>
3082         * testsuite-management/validate_failures.py: Import datetime.
3083         (TestResult.ExpirationDate): New.
3084         (TestResult.HasExpired): New.
3085         (ParseSummary): Call it.  If it returns True, warn that the
3086         expected failure has expired and do not add it to the set of
3087         expected results.
3088         (GetResults): Clarify documentation.
3090 2012-07-26   Diego Novillo  <dnovillo@google.com>
3092         * testsuite-management/validate_failures.py: Do not use
3093         'with ... as ...' constructs.
3095 2012-07-19   Diego Novillo  <dnovillo@google.com>
3097         * testsuite-management/validate_failures.py (CollectSumFiles):
3098         Rename from GetSumFiles.
3099         (GetSumFiles): Factor out of CheckExpectedResults.
3100         (CheckExpectedResults): Call it.
3101         (ProduceManifest): Call it.
3103 2012-07-18   Diego Novillo  <dnovillo@google.com>
3105         * testsuite-management/validate_failures.py: Fix
3106         /usr/bin/python invocation.
3108 2012-06-19  Steven Bosscher  <steven@gcc.gnu.org>
3110         * check_makefile_deps.sh: Look for c-common.o in c-family/.
3111         Add a few more crt* files to the list of files to skip.
3113 2012-05-31  Marek Polacek  <polacek@redhat.com>
3115         * mklog: Prevent printing three spaces after the date.
3117 2012-06-04   Diego Novillo  <dnovillo@google.com>
3119         * testsuite-management/validate_failures.py (GetResults):
3120         Change argument to accept list of summary files to analyze.
3121         Update callers.
3122         (CheckExpectedResults): Handle options.manifest, options.results
3123         and options.ignore_missing_failures.
3124         (Main): Add options --manifest, --results and --ignore_missing_failures.
3126 2012-05-31   Diego Novillo  <dnovillo@google.com>
3127              Cary Coutant  <ccoutant@google.com>
3129         * mklog: New.
3131 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
3133         PR bootstrap/53472
3134         * contrib/compare-debug (remove_comment): New function.
3135         Remove any .comment sections if the first cmp failed.
3137 2012-05-09  David Edelsohn  <dje.gcc@gmail.com>
3139         * gcc_update: Use $GCC_SVN to retrieve branch and revision.
3141 2012-05-01  Richard Henderson  <rth@redhat.com>
3143         * gcc_update: Add libatomic generated files.
3145 2012-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3147         * compare_tests: Append '/' to make 'find' traverse
3148         symlinked directories.
3150 2012-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3152         * testsuite-management/validate_failures.py (GetBuildData): Use
3153         target_alias.
3155 2012-04-06  Doug Evans  <dje@google.com>
3157         * dg-extract-results.sh: Handle KFAILs.
3159 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3161         * config-list.mk (LIST): Remove mips-sgi-irix6.5.
3163 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
3165         * gennews (files): Add files for GCC 4.7.
3167 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3169         * config-list.mk (LIST): Remove mips-openbsd.
3171 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3173         * config-list.mk (LIST): Remove alpha-dec-osf5.1.
3175 2012-03-02   Diego Novillo  <dnovillo@google.com>
3177         * testsuite-management/validate_failures.py (class TestResult): Fix
3178         match pattern for the summary line.  If there is a parsing failure,
3179         show the line we failed to parse.
3181 2012-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3183         PR libstdc++/52188
3184         * make_sunver.pl: Remove #ifdef handling.
3186 2012-02-17   Doug Kwan  <dougkwan@google.com>
3188         * contrib/testsuite-management/validate_failures.py
3189         (GetMakefileValue): Check for cross compilers.
3191 2012-02-15   Quentin Neill  <quentin.neill@amd.com>
3193         * compare_tests: Fix trailing paths in dir arguments.
3194         Handle sum1/sum2 temp files with others.
3196 2012-02-14  Walter Lee  <walt@tilera.com>
3198         * config-list.mk (LIST): Add tilegx-linux-gnu and
3199         tilepro-linux-gnu.
3200         * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
3201         (gcc/config/tilepro/mul-tables.c): New dependencies.
3203 2012-02-11  Mike Stump  <mikestump@comcast.net>
3205         * compare_tests (exit_status): Fix.
3207 2012-02-10   Diego Novillo  <dnovillo@google.com>
3209         * repro_fail: Add --debug and --debug-tui flags.
3211 2012-02-02  Sumanth G  <sumanth.gundapaneni@kpitcummins.com>
3212             Jayant R Sonar  <jayant.sonar@kpitcummins.com>
3214         * config-list.mk (LIST): Add cr16-elf.
3216 2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
3218         PR target/51345
3219         * gcc_update (files_and_dependencies): Add
3220         gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
3222 2011-11-29  DJ Delorie  <dj@redhat.com>
3224         * config-list.mk (LIST): Add rl78-elf.
3226 2011-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3228         * make_sunver.pl: Convert '?' in glob patterns to '.'.
3230 2011-11-07  Richard Henderson  <rth@redhat.com>
3232         Merged from transactional-memory.
3234         * gcc_update: Add libitm to touch data.
3236 2011-11-07   Quentin Neill  <quentin.neill@amd.com>
3238         * compare_tests: Add ability to compare all .sum
3239         files from two build directories.
3241 2011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
3243         * contrib-list.mk: Add Epiphany configurations.
3245 2011-09-13   Diego Novillo  <dnovillo@google.com>
3247         * testsuite-management: New.
3248         * testsuite-management/validate_failures.py: New.
3250 2011-08-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3252         * gcc_update: Determine svn branch from hg convert_revision.
3254 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3256         * config-list.mk (i586-netware): Remove.
3257         (.PHONY): Remove make-script-dir dependency.
3258         (make-script-dir): Remove.
3259         ($(LIST)): Remove make-script-dir dependency.
3261 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
3263         * gcc_update: Add C6X generated files.
3264         * contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
3266 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3268         * config-list.mk (LIST): Append OPT-enable-obsolete to
3269         alpha-dec-osf5.1, mips-sgi-irix6.5.
3271 2011-06-24  Diego Novillo  <dnovillo@google.com>
3273         * repro_fail: New.
3275 2011-06-21  Joseph Myers  <joseph@codesourcery.com>
3277         * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
3279 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
3281         * gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
3282         gcc/config/arm/arm-fpus.def.
3284 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
3286         * gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
3287         dependencies.
3289 2011-05-09  Joseph Myers  <joseph@codesourcery.com>
3291         * gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
3293 2010-05-05  Joern Rennecke  <joern.rennecke@embecosm.com>
3295         * config-list.mk: New file.
3297 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
3299         * gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
3301 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3303         * paranoia.cc (ENUM_BITFIELD): Remove.
3305 2011-04-08  Joseph Myers  <joseph@codesourcery.com>
3307         * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
3309 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3311         * compare-all-tests (all_targets): Remove crx and m68hc11.
3313 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3315         PR bootstrap/48135
3316         * make_sunver.pl: Don't use File::Glob.
3318 2011-03-05  Joseph Myers  <joseph@codesourcery.com>
3320         * gennews (files): Add files for GCC 4.6.
3322 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
3324         * patch_tester.sh (nopristinecache): New shell var, set according
3325         to presence or absence of new -nopristinecache option.
3326         (usage): Document new option.
3327         (bootntest_pristine): Implement it.
3329 2010-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3331         * make_sunver.pl: Use elfdump -s to extract symbols if possible,
3332         readelf -s otherwise.
3334 2010-11-08  Eric Botcazou  <ebotcazou@adacore.com>
3336         * make_sunver.pl: Ignore entries without symbol name first.  Then do
3337         not ignore symbols marked as 'R'.
3339 2010-10-18  Andi Kleen  <ak@linux.intel.com>
3341         * gccbug.el: Remove.
3343 2010-10-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3345         * gcc_update: Run $GCC_HG pull and update separately.
3346         Check parents for SVN revision.
3348 2010-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3350         * test_recheck: New script.
3352 2010-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3354         * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
3355         Also escape characters with grave accents, to be fixed ...
3356         (unmunge): ... here.
3357         (postprocess): Also handle @/ and @acronym{...}.
3359 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
3361         * check_GNU_style.sh: Do not print warning messages when there are
3362         no occurences.
3364 2010-09-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3366         * gcc_update: Handle hg, too.
3368 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
3370         * make_sunver.pl: Remove extra whitespace in regexp.
3372 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
3374         * check_GNU_style.sh: New.
3376 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3378         * make_sunver.pl: New file.
3380 2010-07-02  Iain Sandoe  <iains@gcc.gnu.org>
3382         * compare-debug (Darwin): Remove '-x' flag from ld-based object
3383         stripping.  Add a comment as to why we do it this way.
3385 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
3387         * compare-debug: Drop LTO sections.
3389 2010-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3391         * gcc_update: Support updating a git clone.
3393 2010-06-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3395         * test_summary: Don't use diff -u.
3396         Adapt egrep regex.
3398 2010-06-02  Andrew Haley  <aph@redhat.com>
3400         * download_prerequisites: New script.
3402 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3404         * dg-extract-results.sh: Redirect grep output to /dev/null instead
3405         of grep -q.
3407 2010-04-22  Basile Starynkevitch  <basile@starynkevitch.net>
3409         * gcc_update: Sets the locale to C.
3411 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
3413         * gennews (files): Add files for GCC 4.5.
3415 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3417         Fix *.log tests output containing "===".
3418         * dg-extract-results.sh (/\===/): Rename to ...
3419         (/^\t\t=== .* ===$/): ... this pattern.
3421 2010-03-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3423         * dg-extract-results.sh: Fix result order to match sequential case.
3425 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3427         * check_warning_flags.sh: Use \012 instead of \n with tr.
3429 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3431         * dg-extract-results.sh: Don't use tail -n.
3433 2009-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3434             Richard Guenther  <rguenther@suse.de>
3436         PR lto/39216
3437         * gcc_update: Adjust file timestamps for lto-plugin.
3439 2009-09-10  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
3441         PR bootstrap/41245
3442         * compare-debug: Handle stripping of dwarf debug sections from darwin
3443         mach-o objects.
3445 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
3447         * compare-debug: Grep for blank before dash to avoid grep -e.
3449 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
3451         * compare-debug: Look for .gkd files and compare them.
3453 2009-08-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3455         PR testsuite/41166
3456         * test_summary: Invoke config.status, rather than trying to
3457         parse it.  Adjust awk script.
3459 2009-08-18  Alexandre Oliva  <aoliva@redhat.com>
3461         * compare-debug: Drop .eh_frame relocations too.
3463 2009-08-18  H.J. Lu  <hongjiu.lu@intel.com>
3465         PR testsuite/40704
3466         * test_summary: Filter out "\r".
3468 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
3470         * compare-debug: Don't fail just because of .eh_frame differences.
3472 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
3474         PR testsuite/39807
3475         * dg-extract-results.sh: Close open files and use >> instead of >
3476         to decrease number of concurrently open files from awk.  Avoid
3477         = at the beginning of a regexp and redirect to a file determined
3478         by curfile variable rather than concatenated strings to workaround
3479         Solaris nawk bug.
3481 2009-04-25  Gerald Pfeifer  <gerald@pfeifer.com>
3483         * test_summary: Only include LAST_UPDATED if it exists.
3484         Complete copyright years.
3486 2009-04-16  Paolo Bonzini  <bonzini@gnu.org>
3488         * compare-all-tests: New.
3490 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3492         * gennews (files): Reference GCC 4.4 web pages.
3494 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
3496         * reghunt/date_based/reg_periodic: Change copyright header to refer
3497         to version 3 of the GNU General Public License and to point readers
3498         at the COPYING3 file and the FSF's license web page.
3499         * reghunt/date_based/reg_search: Likewise.
3500         * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
3501         * regression/btest-gcc.sh: Likewise.
3502         * regression/objs-gcc.sh: Likewise.
3504 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3506         * check_warning_flags.sh: Update flag exceptions.
3508 2008-11-18  Ben Elliston  <bje@au.ibm.com>
3510         * dg-cmp-results.sh: Do not print usage if either .sum file cannot
3511         be opened; print a more meaningful error instead.
3513 2008-10-24  Janis Johnson  <janis187@us.ibm.com>
3514             Jakub Jelinek  <jakub@redhat.com>
3516         * dg-extract-results.sh: New file.
3518 2008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3520         * check_makefile_deps.sh: New file.
3522 2008-05-08  Sebastian Pop  <sebastian.pop@amd.com>
3524         * patch_tester.sh (report): Do not print "Checker: ".
3526 2008-04-23  Sebastian Pop  <sebastian.pop@amd.com>
3528         * patch_tester.sh (report): Do not print the time.
3530 2008-04-01  Joseph Myers  <joseph@codesourcery.com>
3532         * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
3533         Handle @heading.  Handle enumerated lists with starting numbers
3534         and extra headings.
3536 2008-03-10  Janis Johnson  <janis187@us.ibm.com>
3538         * patch_tester.sh (initialization): Initialize svnpatch and stop.
3539         (usage): Add -svnpath and -stop.
3540         (makedir): New.
3541         (argument handling): Process -stop and -svnpath.
3542         (setup code): Use makedir, error out if initial svn checkout fails.
3543         (update): Use svnpath.  Invoke contrib/gcc_update.
3544         (apply_patch): Require that patch was created at top level.  Use eval
3545         with option variables.  Don't use bootstrap target for make.  Verify
3546         that some tests were run.
3547         (bootntest_patched): Use snvpath.
3548         (main loop): For -stop, exit when there are no more patches to test.
3550 2008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3552         * check_warning_flags.sh: Instead of invoke.texi, take the path
3553         to the doc directory as argument.  Check that warnings listed in
3554         'gcc --help' are accepted by the compiler, and listed in the
3555         manuals.
3557 2008-03-06  Tom Tromey  <tromey@redhat.com>
3559         * patch_tester.sh (usage): Watermark is not lexicographic.
3560         Load $STATE/defaults if it exists.
3561         (selfexec): Use $0.
3562         (apply_patch): Handle deletions.
3563         (bootntest): Handle default settings.
3565 2008-03-05  Jakub Jelinek  <jakub@redhat.com>
3567         * gennews (files): Reference GCC 4.3 web pages.
3569 2008-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3571         * check_warning_flags.sh: New file.
3573 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3575         * paranoia.cc (main): Remove handling of c4x_single and
3576         c4x_extended formats.
3578 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
3580         * compareSumTests3: Changed to GPLv3.
3581         * prepare_patch.sh: Same.
3582         * uninclude: Same.
3583         * dglib.pm: Same.
3584         * gennews: Same.
3585         * texi2pod.pl: Same.
3586         * analyze_brprob: Same.
3587         * gcc_build: Same.
3589 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
3591         * patch_tester.sh: Changed to GPLv3.
3593 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3595         * patch_tester.sh: Don't save the script anymore.
3597 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3599         * patch_tester.sh: New.
3600         * prepare_patch.sh: New.
3602 2007-11-26  Alexandre Oliva  <aoliva@redhat.com>
3604         * compare-debug: Introduce -p flag to preserve .stripped files.
3606 2007-10-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3608         * texi2pod.pl: Handle @asis.
3609         (postprocess): Move @gccoptlist{} after all formatting commands.
3611 2007-10-01  Alexandre Oliva  <aoliva@redhat.com>
3613         * compare-debug: Avoid spurious errors when .stripped files
3614         exist.
3616 2007-09-22  Hans-Peter Nilsson  <hp@axis.com>
3618         * warn_summary (srcdirFilter): Add fixincludes, sim,
3619         newlib and mpfr.
3621 2007-08-23  H.J. Lu  <hongjiu.lu@intel.com>
3623         * gcc_update: Handle different URL paths and tags.
3625 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3627         * compare-debug: New.
3629 2007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
3630             Andreas Schwab  <schwab@suse.de>
3632         * gcc_update: Use "svn info" for revision number.  Create
3633         gcc/REVISION with branch name and revision number.
3635 2007-08-10  Diego Novillo  <dnovillo@google.com>
3637         * gcc.doxy: Rename from tree-ssa.doxy.
3639 2007-08-10  Diego Novillo  <dnovillo@google.com>
3641         * tree-ssa.doxy: Update for doxygen 1.5.
3642         Include all the files in the middle and back ends.
3644 2007-06-30  Hans-Peter Nilsson  <hp@axis.com>
3646         * gcc_update (files_and_dependencies): Handle
3647         gcc/testsuite/gcc.dg/cpp/direct2s.c.
3649 2007-05-13  Mark Mitchell  <mark@codesourcery.com>
3651         * gennews (files): Reference GCC 4.2 web pages.
3653 2007-04-04  Zack Weinberg  <zack@mrtock.ucsd.edu>
3655         * texi2pod.pl: Correct handling of @itemize with no argument.
3657 2007-03-17  Hans-Peter Nilsson  <hp@axis.com>
3659         * uninclude: New utility, from Alexandre Oliva.
3661 2007-02-26  Dominique Dhumieres  <dominiq@lps.ens.fr>
3663         * test_installed: Adjust to the move from g77 to gfortran.
3665 2007-02-16  Matthias Klose  <doko@debian.org>
3667         * texi2pod.pl: Handle @subsubsection, ignore @anchor.
3669 2007-02-10  Hans-Peter Nilsson  <hp@axis.com>
3671         * test_summary (configflags): Adjust for changes in the
3672         config.status format due to update to autoconf 2.59.
3674 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3676         * gcc_update: Update for configure.in -> configure.ac.
3678 2007-02-06  Richard Sandiford  <richard@codesourcery.com>
3680         * texi2pod.pl: Handle @multitable.
3682 2007-01-15  Tom Tromey  <tromey@redhat.com>
3684         * download_ecj: New file.
3686 2006-09-27  Matthew Sachs  <msachs@apple.com>
3688         * compareSumTests3: POD syntax fix.
3690 2006-09-27  Matthew Sachs  <msachs@apple.com>
3692         * dglib.pm: Initial commit.
3693         * compareSumTests3: Initial commit.
3695 2006-09-18  Bernhard Fischer  <aldot@gcc.gnu.org>
3697         * dg-cmp-results.sh (compare-$$.awk): Print name[old]
3698         and not non-existing nm[old].
3700 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3702         Port to hosts whose 'sort' and 'tail' implementations
3703         treat operands with leading '+' as file names, as POSIX
3704         has required since 2001.  However, make sure the code still
3705         works on pre-POSIX hosts.
3706         * compare_tests: Don't assume "sort +2" is equivalent to
3707         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3709 2006-06-05  James Lemke  <jwlemke@wasabisystems.com>
3711         * dg-cmp-results.sh: New script for comparing DejaGNU logs.
3713 2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
3714             Mike Stump  <mrs@apple.com>
3716         * compare_tests: Handle multilibs better.
3718 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3720         * texi2pod.pl: Correct handling of absolute @include.
3722 2006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
3724         * texi2pod.pl: Handle -I.
3726 2006-02-28  Mark Mitchell  <mark@codesourcery.com>
3728         * gennews (files): Update for GCC 4.1.
3730 2006-01-24  Diego Novillo  <dnovillo@redhat.com>
3732         * gcc_update (files_and_dependencies): Handle
3733         libgomp/testsuite/Makefile.in.
3735 2006-01-18  Richard Henderson  <rth@redhat.com>
3736             Diego Novillo  <dnovillo@redhat.com>
3738         * gcc_update (files_and_dependencies): Add libgomp files.
3740 2005-12-06  Ben Elliston  <bje@au.ibm.com>
3742         * newcvsroot: Remove.
3744 2005-11-03  Steven Bosscher  <stevenb@suse.de>
3746         * gcc_build: Fix my previous checking.
3748 2005-11-01  Joseph S. Myers  <joseph@codesourcery.com>
3750         * gcc_update: Include revision number in LAST_UPDATED.
3752 2005-10-30  Steven Bosscher  <stevenb@suse.de>
3754         * gcc_build: Use gcc.gnu.org as the default server.  Set up
3755         SVN_REPOSITORY correctly.  Add support for checking out branches.
3757 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3759         * gcc_update: When svn update is called and
3760         --silent is used, pass -q.
3762 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3764         * gcc_update: Remove the -q from svn invocation.
3766 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3768         * gcc_build: Remove -d from the call to gcc_update.
3770 2005-10-28  Daniel Berlin  <dberlin@dberlin.org>
3771             Ben Elliston  <bje@au1.ibm.com>
3773         * gcc_update: Update for svn.
3774         * newcvsroot: Ditto.
3775         * gcc_build: Ditto.
3777 2005-10-21  Mark Mitchell  <mark@codesourcery.com>
3779         * texi2pod.pl: Substitue for @value even when part of @include.
3781 2005-10-21  Bob Wilson  <bob.wilson@acm.org>
3783         * texi2pod.pl: Convert two single quotes or two backquotes to
3784         double quotes.
3786 2005-08-23  Ben Elliston  <bje@au.ibm.com>
3788         * gcc_update: Update dependencies for libjava/aclocal.m4.
3790 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
3792         * All files: Update with new FSF address.
3794 2005-07-14  Ben Elliston  <bje@au.ibm.com>
3796         * filter_params.pl: Typo fix.
3797         * filter_knr2ansi.pl: Likewise.
3799 2005-06-05  Gerald Pfeifer  <gerald@pfeifer.com>
3801         * gennews (files): Update for egcs-1.0 release pages consolidation.
3803 2005-04-17  Joseph S. Myers  <joseph@codesourcery.com>
3805         * gennews (files): Update for GCC 4.0.
3807 2005-03-18  Alexandre Oliva  <aoliva@redhat.com>
3809         * gcc_update (silent): Unset instead of initializing to null.
3811 2005-03-18  Andreas Schwab  <schwab@suse.de>
3813         * gcc_update (apply_patch): Properly quote $1.
3815 2005-03-18  Zack Weinberg  <zack@codesourcery.com>
3817         * gcc_update: Add --silent option.
3819 2005-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3821         * warn_summary (keywordFilter): Update sed pattern for new quoting
3822         style in warnings.
3824 2005-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3826         * warn_summary: Add -fortran subdir flag.
3827         (subdirectoryFilter): Fix missing ada subdir.
3829 2004-11-20  Hans-Peter Nilsson  <hp@bitrange.com>
3831         * gcc_update (touch_files): Don't rely on "make" being GNU make;
3832         grep for "Touching" to determine that the rule executes.
3834 2004-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
3836         * gcc_update (touch_files): Explicitly pass --no-print-directory.
3838 2004-11-04  Andrew Pinski  <pinskia@physics.uc.edu>
3840         * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
3842 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
3844         * gcc_update: Add fixincludes.
3846 2004-08-26  Matthias Klose  <doko@debian.org>
3848         * texi2pod.pl: keep references of the form @ref{...}, print them bold.
3850 2004-08-26  Matthias Klose  <doko@debian.org>
3852         * test_summary: Include baseline used for libstdc++-v3 abi check
3853         in test summary.
3855 2004-08-25  Ben Elliston  <bje@au.ibm.com>
3857         * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
3859 2004-08-20  Andreas Tobler  <a.tobler@schweiz.ch>
3861         * gcc_update (self): libjava/configure.in -> configure.ac. Automake
3862         update done.
3864 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
3866         * gcc_update: libjava/configure.ac -> configure.in.  Automake
3867         1.4 does not handle configure.ac properly.
3869 2004-08-04  Andreas Schwab  <schwab@suse.de>
3871         * gcc_update: libjava/configure.in -> configure.ac.
3873 2004-08-03  Richard Earnshaw  <rearnsha@arm.com>
3875         * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
3877 2004-07-16  Jeff Law  <law@redhat.com>
3879         * analyze_brprob: Fix comments.  More consistent output format.
3881 2004-06-17  Diego Novillo  <dnovillo@redhat.com>
3883         * tree-ssa.doxy: Update for doxygen 1.3.5.
3885 2004-06-14  Andreas Jaeger  <aj@suse.de>
3887         * gcc_update: boehm-gc/configure.in -> configure.ac.
3889 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
3891         * gcc_update (boehm-gc/configure): Depend on
3892         boehm-gc/configure.ac instead of boehm-gc/configure.in
3894 2004-06-14  Paolo Bonzini  <bonzini@gnu.org>
3896         * gcc_update (libmudflap/configure): Depend on
3897         libmudflap/configure.ac instead of libmudflap/configure.in
3899 2004-06-14  Andreas Jaeger  <aj@suse.de>
3901         * gcc_update: Add libcpp.
3903 2004-06-10  Andreas Jaeger  <aj@suse.de>
3905         * gcc_update: Add libgfortran.
3907 2004-05-29  Andrew Pinski  <pinskia@physics.uc.edu>
3909         * gcc_update (libbanshee/configure): Depend on
3910         libbanshee/configure.ac instead of libbanshee/configure.in
3912 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
3914         * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
3915         from list of files to be touched.
3916         * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
3918 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
3920         * gennews: Update for GCC 3.4.
3922 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
3924         Merge from tree-ssa-20020619-branch.
3926         * filter_gcc_for_doxygen: New file.
3927         * filter_knr2ansi.pl: New file.
3928         * filter_params.pl: New file.
3929         * tree-ssa.doxy: New file.
3930         * contrib/gcc_update (files_and_dependencies): Handle
3931         libbanshee and libmudflap.
3933 2004-04-12  Kelley Cook  <kcook@gcc.gnu.org>
3934             Andreas Jaeger  <aj@suse.de>
3936         * gcc_update (files_and_dependencies): Insert zlib dependencies.
3938 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3940         * gcc_update (files_and_dependencies): libobjc/configure now
3941         depends on configure.ac, not configure.in.
3943 2004-04-01  Kelley Cook  <kcook@gcc.gnu.org>
3945         * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
3947 2004-03-16  Andreas Tobler  <a.tobler@schweiz.ch>
3949         * gcc_update (files_and_dependencies): Insert libffi dependencies.
3951 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
3953         * gcc_update (files_and_dependencies): Insert libada/configure.
3955 2004-02-29  Andrew Pinski  <pinskia@physics.uc.edu>
3957         * gcc_update (files_and_dependencies): Update intl/configure.in
3958         to intl/configure.ac.
3960 2004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
3962         * gcc_update (files_and_dependencies): Update fastjar/configure.in
3963         to fastjar/configure.ac
3965 2004-01-07  Kelley Cook  <kcook@gcc.gnu.org>
3967         * gcc_update (files_and_dependencies): Remove non-existant files.
3969 2004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
3971         * gcc_update (files_generated): Revert 2003-12-18 change.
3973 2004-01-03  Andrew Pinski  <pinskia@physics.uc.edu>
3975         * gcc_update (files_and_dependencies): For gcc directory,
3976         rename configure.in to configure.ac.
3978 2003-12-19  Andreas Tobler  <a.tobler@schweiz.ch>
3980         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
3981         remove acconfig.h. No longer used.
3983 2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
3985         * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
3986         gcc/ada/gnat_ug_* to use it.
3988 2003-12-16  James E Wilson  <wilson@specifixinc.com>
3990         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
3991         rename configure.in to configure.ac, and stamp-h.in to config-h.in.
3993 2003-12-11  Kelley Cook  <kcook@gcc.gnu.org>
3995         * gcc_update (files_and_dependencies): Correct typo in the filename
3996         gnat_ug_wnt.texi.
3998 2003-12-08  Arnaud Charlet  <charlet@act-europe.fr
4000         * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
4001         treeprs.ads.
4003 2003-10-16  Mark Mitchell  <mark@codesourcery.com>
4005         * gennews (files): Add GCC 3.3 files.
4007 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
4009         * gcc_build: Fix handling of -t option.  Add -x option.
4011 2003-07-31  Matt Kraai  <kraai@alumni.cmu.edu>
4013         * texi2pod.pl: Remove extra line.
4015 2003-07-15  Matt Kraai  <kraai@alumni.cmu.edu>
4017         * texi2pod.pl: Default @itemize's parameter to @bullet.
4019 2003-07-12  Zack Weinberg  <zack@codesourcery.com>
4021         * gcc_update: gcc/acconfig.h no longer exists.
4023 2003-07-11  Matthias Klose  <doko@debian.org>
4025         * test_installed: Add options to run objc tests.
4026         In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
4028 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
4030         * gcc_update: Remove gcc/intl/plural.c from list.
4031         Add new generated files intl/plural.c, intl/configure,
4032         intl/config.h.in.
4034 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
4036         * gcc_update (files_and_dependencies): Add
4037         gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
4038         gcc/testsuite/gcc.dg/cpp/mi1c.h.
4040 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4042         * paranoia.cc: Fix spelling error.
4044         * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
4045         to GCC.
4047 2003-04-04  Mike Stump  <mrs@apple.com>
4049         * compare_tests: Fix exit status and be more flexible with spacing.
4051 2003-03-08  Phil Edwards  <pme@gcc.gnu.org>
4053         * test_summary:  Add -h, print existing comments as help.
4055 2003-03-03  H.J. Lu  <hjl@gnu.org>
4057         * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
4058         * gcc_update: Likewise.
4060 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
4062         * test_summary (configflags): Only use the first match.  Remove
4063         excess space.  Use sub instead of gsub where possible.  Use `none'
4064         if no configure flags were given.
4066 2003-01-10  Loren J. Rittle  <ljrittle@acm.org>
4068         * test_summary (configflags): awk portability.
4070 2003-01-07  Alexandre Oliva  <aoliva@redhat.com>
4072         * test_summary (configflags): Compute correctly with both
4073         autoconfiscated and Cygnus-style top-level.
4075 2003-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4077         * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
4078         on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
4079         gcc/java/keyword.gperf
4081 2002-12-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4083         * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
4084         depending on gcc/intl/plural.y.
4086 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
4088         * gcc_update (configure): Depend on config/acx.m4 as well.
4090         * gcc_update (configure): Depend on configure.in.
4092 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
4094         * texi2pod.pl: Skip contents of @copying.
4096 2002-11-09  Zack Weinberg  <zack@codesourcery.com>
4098         * gthr_supp_vxw_5x.c: New file.
4100 2002-10-21  Richard Henderson  <rth@redhat.com>
4102         * paranoia.cc (real_c_float::image): Accomodate size of
4103         real_internal format.
4104         (main): Unbuffer stdio.  Add real_internal format.
4105         (floor_log2_wide): New.
4107 2002-10-16  Richard Henderson  <rth@redhat.com>
4109         * paranoia.cc (ENUM_BITFIELD): New.
4110         (class): Define as klass around real.h.
4111         (real_c_float): Not a template any longer; define MODE as a
4112         class static constant; use real_format elements for SIZE.
4113         Update uses of real_to_decimal and real_to_hexadecimal.
4114         (main): Change -g argument to use a format name.
4115         (mode_for_size): Remove.
4117 2002-09-16  Richard Henderson  <rth@redhat.com>
4119         * paranoia.cc: New file.
4121 2002-09-04  Richard Henderson  <rth@redhat.com>
4123         * enquire.c: Remove.
4125 2002-08-14  Mark Mitchell  <mark@codesourcery.com>
4127         * gennews (files): Add GCC 3.2 files.
4129 2002-07-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4131         * gennews (files): Add proper files for the GCC 3.1 release series.
4132         Simplify and reformat introductory wording.
4134 2002-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4136         * enquire.c: Move from gcc.
4138 2002-07-16  H.J. Lu  <hjl@gnu.org>
4140         * gcc_update (touch_files): Pass -s to ${MAKE}.
4142 2002-06-26  Zack Weinberg  <zack@codesourcery.com>
4144         * texi2pod.pl: Correct handling of the internal R<> sequence.
4146 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
4148         * gcc_update (files_and_dependencies): Add generated Texinfo files
4149         for Ada.
4151 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4153         * test_installed: Allow for PWDCMD to override hardcoded pwd.
4154         * test_summary: Likewise.
4156 2002-04-18  Geoffrey Keating  <geoffk@redhat.com>
4158         * gcc_update (touch_files): Don't have empty for loop.
4160 2002-04-16  Richard Henderson  <rth@redhat.com>
4162         * gcc_update: Remove libchill.
4164 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
4166         * texi2pod.pl: Handle @end ftable and @end vtable.
4168 2002-03-11  Zack Weinberg  <zack@codesourcery.com>
4170         * texi2pod.pl: Handle @include, @ftable, @vtable.
4171         Reformat some code for clarity.
4173 2002-02-24  Christian Jönsson  <c.christian.joensson@telia.com>
4175         * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
4176         WARNING and ERROR output from the *.sum files.
4178 2002-01-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4180         * gennews (files): Replace gcc-2.95/gcc-2.95.html,
4181         gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
4182         and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
4184 2002-01-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4186         * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
4187         egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
4188         egcs-1.1/index.html.
4190 2002-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4192         * warn_summary: Add -ada subdirectory flag.
4194 2001-12-12  Matthias Klose  <doko@debian.org>
4196         * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
4197         generation of more than one man page from one source.
4198         Add '-' to set of valid chars for an identifier.
4199         Let -D option accept flags of the form <flag>=<value>.
4200         Use \s+ for whitespace detection in '@c man' lines.
4201         Handle @set and @clear independent of $output.
4202         Substitute all @value{}'s in a line.
4204 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4206         * texi2pod.pl: Handle @ifnottex, @iftex and @display.  Handle @var
4207         in verbatim blocks specially.  Handle @unnumbered, @unnumberedsec
4208         and @center.  Allow [a-z] after @enumerate.  Handle 0 and numbers
4209         greater than 9 in enumerations.
4211 2001-11-07  Laurent Guerby  <guerby@acm.org>
4213         * gcc_update (files_and_dependencies): Add Ada dependencies.
4215 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4217         * snapshot: Remove.
4219 2001-09-07  Richard Sandiford  <rsandifo@redhat.com>
4221         Revert:
4222         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
4223         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
4224         touch.
4226 2001-09-04  David.Billinghurst  <David.Billinghurst@riotinto.com>
4228         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
4229         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
4230         touch.
4232 Mon Aug 13 02:29:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
4234         * analyze_brprob: Update for changes in gcc debug output.
4236 Sat Jul 28 22:37:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
4238         * analyze_brprob: Avoid more overflows.
4240 2001-07-27  Richard Henderson  <rth@redhat.com>
4242         * test_summary: Copy LAST_UPDATED UTC time to head of summary.
4244 Fri Jul 27 18:01:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
4246         * analyze_brprob: Avoid overflows.
4248 2001-07-27  Richard Henderson  <rth@redhat.com>
4250         * gcc_update: Dump timestamp in LAST_UPDATED.
4252 2001-07-26  Andreas Jaeger  <aj@suse.de>,
4253             Hans-Peter Nilsson  <hp@bitrange.com>
4255         * analyze_brprob: Fix documentation.
4257 Mon Jul 23 15:47:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
4259         * analyze_brprob: Fix awk compatibility problems; update comment.
4261 2001-07-23  Andreas Jaeger  <aj@suse.de>
4263         * analyze_brprob: Fix more typos.
4265 2001-07-23  Andreas Jaeger  <aj@suse.de>
4267         * analyze_brprob: Fix typos.
4269 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4271         * texi2pod.pl: Handle @r inside @item.
4273 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
4275         * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
4277 2001-07-01  Zoltan Felleg  <zfelleg@telnet.hu>
4279         * warn_summary: Fix typo in a comment.
4281 2001-06-14  Albert Chin-A-Young  <china@thewrittenword.com>
4283         * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
4285 2001-06-13  Mark Mitchell  <mark@codesourcery.com>
4287         * gennews: Set TERM to vt100 for Lynx.
4289 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4291         * release: Remove.
4293 Tue Jun 12 12:21:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
4295         * analyze_brprob: New file.
4297 2001-06-11  Mark Mitchell  <mark@codesourcery.com>
4299         * gcc_build: Output information about the commands used to
4300         configure the compiler.
4302 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4304         * gennews: Update for GCC 3.0.
4306 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4308         * gcc_update: Update for move of documentation to gcc/doc.
4310 2001-05-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4312         * contrib/test_summary (files): Sort before evaluating.
4314 2001-05-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4316         * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
4318 2001-05-21  Mark Mitchell  <mark@codesourcery.com>
4320         * gcc_build: Use -d when invoking gcc_update.
4322 2001-05-18  Andreas Jaeger  <aj@suse.de>
4324         * gcc_update: Add rules for libf2c/libI77.
4326 2001-05-17  Alexandre Oliva  <aoliva@redhat.com>
4328         * gcc_update (touch_files): Use simpler, yet as portable, syntax.
4330 2001-05-14  Loren J. Rittle  <ljrittle@acm.org>
4332         * gcc_update (touch_files): Enhance make portability.
4334 2001-05-14  Alexandre Oliva  <aoliva@redhat.com>
4336         * gcc_update (touch_files): Use a Makefile to touch files.
4338 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4340         * texi2pod.pl: Add copyright and GPL notices.
4342 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
4344         * texi2pod.pl: Handle "\,".
4346 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
4348         * texi2pod.pl: Fix regular expression for @r to avoid exponential
4349         recursion.  From Russ Allbery <rra@stanford.edu>.  Remove perl
4350         version check.
4352 2001-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4354         * warn_summary (stageNfilter): Update for recent changes in
4355         bootstrap logic.
4357 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4359         * texi2pod.pl: Require at least perl 5.6.0.
4361 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4363         * gcc_update: Add gcc/gcc.1 to generated files.
4364         * texi2pod.pl: Handle @r and @gccoptlist.  Handle @gol.  Handle
4365         discarding to end of sentence with @xref where the sentence has an
4366         interior "." in markup, and handle discarding parentheses around
4367         such a sentence.
4369 2001-01-11  Bernd Schmidt  <bernds@redhat.com>
4371         * gennews: Add gcc-2.95.3.
4373 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
4375         * texi2pod.pl: Handle @gcctabopt and @env in tables.  Handle
4376         @command.  Format URLs and email addresses in bold.
4378 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4380         * gcc_update: Add cpp.1 to the list of generated files.
4382         * texi2pod.pl: Handle @option and @env.
4384 2001-01-03  Mike Stump  <mrs@wrs.com>
4386         * snapshot: Update to account for java libraries.
4388 2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
4390         * test_summary: Export filesuffix, not fileprefix.
4392 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4394         * release: Change some EGCS references to GCC.
4396 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4398         * warn_summary: Fix subdirectory filtering.  Add -intl and -fixinc
4399         subdirectory flags.  Add source directory prefix filtering.
4400         Redirect diagnostic output to stderr.
4402 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
4404         * texi2pod.pl: If multiple @c man sections with the same tag
4405         appear, concatenate them in the final output.  When skipping,
4406         ignore block commands that can't cause skipping, and honor
4407         those that can.  Ensure that verbatim blocks are separate
4408         paragraphs.
4410 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4412         * gcc_update: Don't touch tradcif.c or java/parse.h.
4414 2000-12-05  Zack Weinberg  <zack@wolery.stanford.edu>
4416         * texi2pod.pl: Restructure for comprehensibility, add
4417         comments.  Merge handling of @ignore and @ifxxx.  Handle a
4418         whole bunch more Texinfo commands.  Use consistent formatting
4419         style.
4421 2000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4423         * gennews: New script.
4425 2000-11-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4427         * gcc_update: Update a comment as we now require bison for CVS users.
4429 2000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4431         * gcc_update: Add gcov.1 to the list of generated files.
4433 2000-11-21  Mark Mitchell  <mark@codesourcery.com>
4435         * gcc_build: Remove code to put information in a log file.
4437 2000-11-19  Zack Weinberg  <zackw@stanford.edu>
4439         * texi2pod.pl:
4440         - Add real command line parsing.
4441           - Support @ifset, @ifclear, @set, @value, -D switch.
4442           - Support @sc.  Improve handling of @ref and friends.
4443           - Discard @subsection, @need, @node lines.
4444         - Un-nest font changes to match texinfo semantics.
4445           - Handle @{ and @}.  Oops.
4446         - Don't emit E<> directives inside verbatim blocks.
4448 2000-11-12  Bruce Korb  <bkorb@gnu.org>
4450         * release: generalize the release script a bit.
4452 Sat Nov 11 17:29:03 2000  Mark P Mitchell  <mark@codesourcery.com>
4454         * gcc_build: Add -o option for setting the objdir to use.
4456 2000-11-11  Jeff Law  <law@redhat.com>,
4458         * release: New file.
4460 2000-11-08  Jeff Law  <law@redhat.com>,
4461             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4463         * snapshot: New file.
4465 2000-11-08  Jeffrey Oldham  <oldham@oz.codesourcery.com>
4467         * gcc_build (bootstrap_gcc): New function.
4468         (configure_gcc): Likewise.
4469         (build_gcc): Rewritten to use configure and bootstrap.
4470         (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
4472 2000-10-31  Mark Mitchell  <mark@codesourcery.com>
4474         * gcc_build (MAKE): New variable.
4475         (build_gcc): Use it.  Fix logging of errors.
4476         (install_gcc): Likewise.
4478 2000-10-29  Mark Mitchell  <mark@codesourcery.com>
4480         * gcc_build: Save the output from CVS into the logfile as well.
4482 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
4484         * gcc_build: Fix typos.
4486 2000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4488         * gperf-2.7-19981006.pat: Remove.
4490 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4492         * test_installed: Change EGCS references to refer to GCC.
4494 2000-09-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4496         * gcc_update (touch_files): Add some informative output.
4498 2000-09-16  Andreas Jaeger  <aj@suse.de>
4500         * gcc_update: Remove gcc/c-parse.gperf.
4502 2000-08-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>,
4503             Alexandre Oliva  <aoliva@redhat.com>
4505         * gcc_update: Execute touch_files_reexec even if `cvs update`
4506         failed.
4508 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
4510         * test_summary: AWK breaks with filenames containing `='.
4512 Sun Jul 16 12:04:33 2000  Mark P Mitchell  <mark@codesourcery.com>
4514         * gcc_build: New script.
4516 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
4518         * gcc_update (files_and_dependencies): Remove generated YACC files.
4520 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
4522         * gcc_update (files_and_dependencies): Remove generated YACC files.
4524 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
4526         * newcvsroot: Handle filenames that contain spaces.
4528 2000-06-03  Zack Weinberg  <zack@wolery.cumb.org>
4530         * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
4531         Elide --with-gcc-version-trigger and --norecursion from
4532         configure flags.  Remove code to report status of haifa scheduler.
4534 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
4536         * gcc_update (self): Set to `$0'.
4537         (touch_files_reexec): Use `$self' instead of `$0'.
4539 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
4541         * gcc_update (touch_files_reexec): New function, run after the
4542         tree is modified.
4544 2000-05-08  Richard Hendeson  <rth@cygnus.com>
4546         * gcc_update: Remove references to inclhack.tpl.
4548 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
4550         * index-prop: Use a single pattern.  Also support *** cdiffs.
4552 2000-04-28  Pavel Roskin  <pavel_roskin@geocities.com>
4554         * index-prop: Don't change /dev/null.
4556 2000-04-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4558         * gcc_update: Refer to GCC and gcc_update instead of egcs and
4559         egcs_update.
4561 2000-04-26  Jonathan Larmour  <jlarmour@redhat.co.uk>
4563         * index-prop: Fix occasional problem when using cvs diff -p.
4565 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
4567         * gcc_update: Remove references to cexp.c/cexp.y.
4569 1999-12-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4571         * newcvsroot: Add check on the number of command-line arguments.
4572         Add usage.
4574 Sun Nov 28 00:41:44 1999  William Bader (william@nscs.fast.net)
4576         * gcc_update: Allow patches compressed by bzip2.
4578 1999-10-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4580         * newcvsroot: New file.
4582 1999-09-11  Craig Burley  <craig@jcb-sc.com>
4584         * convert_to_f2c, convert_to_g2c, download_f2c: New file.
4586 1999-08-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4588         * gcc_update: New file.
4589         * egcs_update: Renamed to gcc_update.
4591 1999-08-09  Robert Lipe  <robertlipe@usa.net>
4593         * test_summary: Quote curly braces in 1999-07-03 change.
4595 1999-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
4597         * egcs_update (files_and_dependencies): Fixed typo in
4598         gcc/cstamp-h.in.  Added gcc/config.in.
4600 1999-07-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
4602         * egcs_update (files_and_dependencies): New function, with
4603         complete list of files to be updated, as well as their
4604         dependencies.
4605         (touch_files): Check the timestamp of each generated file against
4606         its dependencies'.
4607         (main): New flags --touch, --list and --help.  Remove the
4608         pre-update step.
4610 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
4612         * test_summary: Replace egcs with gcc.  Update e-mail address.
4614 1999-07-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4615             Jerry Quinn  <jquinn@nortelnetworks.com>
4617         * egcs_update (touch_files, apply_patch): New functions.
4618         Use them.  New command-line option --patch.  Split test of local
4619         tree into two parts.  Add comments.
4621 1999-07-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
4623         * test_summary: If Target is `unix{*}', append the Target variants
4624         to Host.
4626 1999-06-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
4628         * test_summary: Set default mail-address and version for egcs
4629         instead of relying on unpredictable pathnames.
4630         Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
4632 Fri Apr  2 16:09:02 1999  Jeffrey A Law  (law@cygnus.com)
4634         * fixinc/*: Delete obsolete files.
4636 1999-02-04  Robert Lipe  <robertlipe@usa.net>
4638         * egcs_update: Test return values of 'cvs update'.  Propogate
4639         to caller as exit values.
4641 1999-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4643         * egcs_update: Use "if" instead of "&&".  Touch generated files
4644         only after the corresponding *.y files.
4646 1999-01-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4648         * egcs_update: Do not use xargs, but a backquote construct.
4650 1999-01-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
4652         * test_summary (version): Remove carriage return that gawk inserts
4653         in the version string for some reason.
4655 1998-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4657         * egcs_update: Only touch files that already exist.
4659 1998-11-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
4661         * test_summary (EOF): Remove double backslash.
4662         Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4664 1998-11-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
4666         * test_summary (address): Set to egcs-testresults mailing list.
4668 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
4670         * test_summary (address): Added Marc Lehmann's testsuite-results
4671         to the default e-mail address.
4673 1998-11-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
4675         * test_summary (-p, prepend_logs): Add these before the summary.
4676         (Compiler, Platform): Print these just before configflags.
4678 Sat Oct 31 10:53:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4680         * warn_summary (longLineFilter): New shell function to encapsulate
4681         this functionality.  It is off by default, only active if -llf
4682         flag is specified.
4683         (subdirectoryFilter): Fix bug in filtering which made some
4684         subdirectory warnings erroneously appear in the toplevel set.
4685         (stageNfilter): Renamed from `stageNwarns'.  Updated to collect
4686         warnings from stage1 as well as stage0, which means warnings from
4687         outside the bootstrap directory.  Eg, the libraries, etc.
4688         (warningFilter): New shell function to encapsulate this
4689         functionality.
4690         (keywordFilter): New shell function to encapsulate this
4691         functionality.
4693         Store data in a temp file rather than calculating it 3x.  Arrange
4694         to remove it on exit and signals.
4696         Add -pass/-wpass flags to do "pass through" (i.e. manual
4697         inspection) of bootstrap output from a particular stageN as well
4698         as language subdirs.
4700         Add better comments/documentation.
4702 Sat Oct 31 16:39:31 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4704         * egcs_update: Add comment about keeping the FAQ synchronized.
4706 Fri Oct 30 00:39:27 1998  Jeffrey A Law  (law@cygnus.com)
4708         * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
4709         in the repo again.
4711 Fri Oct 16 07:35:00 1998  Bruce Korb  <korb@datadesign.com>
4713         * egcs_update:  Added gcc/fixinc/* generated files to touch list.
4715 Tue Oct 13 23:28:33 1998  Jeffrey A Law  (law@cygnus.com)
4717         * egcs_update: Remove gcc/java/parse.c from list of files to
4718         touch.
4720 Wed Oct  7 13:00:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4722         * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
4724 Mon Oct  5 14:19:48 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4726         * warn_summary (subdirectoryFilter): New shell function to
4727         optionally filter in/out gcc subdirectories when summarizing
4728         warnings.  Add new flags to support subdirectory filtering.
4730         Also, ensure the bootstrap stage is a number.  Add some more C
4731         keywords that are preserved in the "warning type" summary and
4732         tighten up the "arg ???" regexp.
4734 Tue Sep 22 07:30  Bruce Korb  <korb@datadesign.com>
4736         * fixinc/inclhack.def:  Not all C++ comments in C headers
4737         were treated alike.  They are now.  Also fixed syntax
4738         of sed expression in "systypes" fix.
4740         * fixinc/inclhack.def:  Removed SVR4.2-ism from shell invocation
4742         * egcs_update:  Added fixinc/* generated files to touch list.
4744 Wed Sep 16 16:06:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4746         * egcs_update: Additionally touch gcc/java/parse.[ch].
4748 Thu Sep  9 16:48  Bruce Korb <korb@datadesign.com>
4750         * fixinc/inclhack.def:  Added two files required by
4751         SCO's Open Server 5's avoid_bool fix.
4752         Regenerated fixinc.x and inclhack.sh to incorporate
4753         the update.
4755 Thu Sep  3 10:11:32 1998  Robert Lipe   <robertl@dgii.com>
4757         * egcs_update: Do the pass 1 CVS update only for files that
4758         may reasonably be under CVS control.
4760 1998-08-14  Alexandre Oliva  <oliva@dcc.unicamp.br>
4762         * test_installed: New script for testing already-installed
4763         gcc/g++/g77.
4765 Wed Aug 12 19:59:36 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4767         * egcs_update: Assigned copyright to FSF.
4769 Tue Aug 11 17:55:53 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4770                           Alexandre Oliva  <oliva@dcc.unicamp.br>
4772         * egcs_update: New switch --nostdflags and documentation
4773         enhancements.
4775 Tue Aug 11 17:33:19 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4777         * egcs_update: New script.
4779 1998-08-05  Bruce Korb  <korbb@datadesign.com>
4781         * fixinc/Makefile
4782         Added define for target machine so machine-specific tests
4783         can be selected for or against.
4785         * fixinc/fixincl.c
4786         Added an array of string pointers to machines to select
4787         or avoid, depending on a FD_MACH_IFNOT bit flag.
4788         Used a shell script to match the defined TARGET_MACHINE
4789         with any of the given match patterns.
4791         * fixinc/fixincl.tpl
4792         Generate the array of strings and bit flag, as needed,
4793         depending on "mach" and "not_machine" attributes for a fix.
4795         * fixinc/mkfixinc.sh
4796         Invoke the make with TARGET assigned the value of the
4797         machine name argument.
4799 Mon Jul 27 22:08:12 1998  Mike Stump  (mrs@wrs.com)
4801         * compare_tests: New script.
4803 1998-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
4805         * test_summary: Assigned copyright to FSF.
4807 Mon Jul 27 20:33:02 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4809         * test_summary: Corrected script name in comments providing
4810         documentation.  Added linebreaks for lines with > 80 characters.
4812 Fri Jun 19 02:36:59 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
4814         * test_summary: New switch, -i, and environment variable,
4815         append_logs, for including files in the report.
4817 1998-06-01  Manfred Hollstein  <manfred@s-direktnet.de>
4819         * warn_summary: Update to Kaveh's latest version allowing to
4820         specify the last stage built.
4822 1998-05-29  Bruce Korb  <korbb@datadesign.com>
4824         * fixinc/mkfixinc.sh
4825         Changes to make it easier to invoke on platforms that
4826         normally do not invoke fixincludes.
4828         * fixinc/inclhack.def
4829         Applied fixes from egcs/gcc/fixincludes from the past several
4830         months.
4832 1998-05-28  Bruce Korb  <korbb@datadesign.com>
4834         * fixinc/*: Updated most everything for a first real
4835         try at getting "fast_fixincludes" working.
4837 1998-05-28  Jason Merrill  <jason@yorick.cygnus.com>
4839         * index-prop: New file.
4841 Sat May 23 23:38:49 1998  Matthias Klose  <doko@cs.tu-berlin.de>
4843         * test_summary: find good awk (copied from warn_summary).
4845 Sat May 23 23:38:33 1998  Jeffrey A Law  (law@cygnus.com)
4847         * test_summary, warn_summary: New files