tree-optimization/112281 - loop distribution and zero dependence distances
[official-gcc.git] / contrib / ChangeLog
blob6e338cdf0e5c4bf3071fe0a1e02a0b5d61c33052
1 2023-11-14  Jakub Jelinek  <jakub@redhat.com>
3         * gcc-changelog/git_update_version.py: Add
4         040e5b0edbca861196d9e2ea2af5e805769c8d5d to ignored commits.
6 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
8         * prerequisites.sha512: Add gettext.
9         * prerequisites.md5: Add gettext.
10         * download_prerequisites: Add gettext.
12 2023-10-05  Andrea Corallo  <andrea.corallo@arm.com>
14         * mdcompact/mdcompact-testsuite.el: New file.
15         * mdcompact/mdcompact.el: Likewise.
16         * mdcompact/tests/1.md: Likewise.
17         * mdcompact/tests/1.md.out: Likewise.
18         * mdcompact/tests/2.md: Likewise.
19         * mdcompact/tests/2.md.out: Likewise.
20         * mdcompact/tests/3.md: Likewise.
21         * mdcompact/tests/3.md.out: Likewise.
22         * mdcompact/tests/4.md: Likewise.
23         * mdcompact/tests/4.md.out: Likewise.
24         * mdcompact/tests/5.md: Likewise.
25         * mdcompact/tests/5.md.out: Likewise.
26         * mdcompact/tests/6.md: Likewise.
27         * mdcompact/tests/6.md.out: Likewise.
28         * mdcompact/tests/7.md: Likewise.
29         * mdcompact/tests/7.md.out: Likewise.
31 2023-10-03  Martin Jambor  <mjambor@suse.cz>
33         * mklog.py (skip_line_in_changelog): Compare to None using is instead
34         of ==, add an extra newline after the function.
36 2023-10-02  Iain Sandoe  <iain@sandoe.co.uk>
38         * config-list.mk: Add newer Darwin versions, trim one older.
39         Remove cases with no OS version, which is not supported for cross-
40         compilers.
42 2023-09-29  Patrick O'Neill  <patrick@rivosinc.com>
44         * check_GNU_style_lib.py: Skip machine description file bracket linting.
46 2023-09-29  Paul Iannetta  <piannetta@kalrayinc.com>
48         * dg-extract-results.py: Print the "Test run" line.
49         * dg-extract-results.sh: Print the "Host" line.
51 2023-09-12  Jonathan Wakely  <jwakely@redhat.com>
53         PR other/111360
54         * gcc_update: Quote variable.
56 2023-09-11  Jonathan Wakely  <jwakely@redhat.com>
58         PR other/111359
59         * gcc-git-customization.sh: Check for getent before using it.
60         Use id on macOS.
62 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
64         * gcc-changelog/git_commit.py (GitCommit.__init__,
65         to_changelog_entries): Fix lost wording fix.
67 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
69         * gcc-changelog/git_commit.py (GitCommit.__init__):
70         Handle commit_to_info_hook = None; otherwise, if None,
71         regard it as error.
72         (to_changelog_entries): Handle commit_to_info_hook = None;
73         if info is None, create a warning for it.
74         * gcc-changelog/git_email.py (GitEmail.__init__):
75         call super() with commit_to_info_hook=None instead
76         of a lambda function.
78 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
80         Revert:
81         2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
83         * gcc-changelog/git_commit.py (GitCommit.__init__):
84         Handle commit_to_info_hook = None; otherwise, if None,
85         regard it as error.
86         (to_changelog_entries): Handle commit_to_info_hook = None;
87         if info is None, create a warning for it.
88         * gcc-changelog/git_email.py (GitEmail.__init__):
89         call super() with commit_to_info_hook=None instead
90         of a lamda function.
92 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
94         * gcc-changelog/git_commit.py (GitCommit.__init__):
95         Handle commit_to_info_hook = None; otherwise, if None,
96         regard it as error.
97         (to_changelog_entries): Handle commit_to_info_hook = None;
98         if info is None, create a warning for it.
99         * gcc-changelog/git_email.py (GitEmail.__init__):
100         call super() with commit_to_info_hook=None instead
101         of a lamda function.
103 2023-09-04  Marc Poulhiès  <dkm@kataplop.net>
105         * mklog.py: Leave SOB lines after changelog.
106         * prepare-commit-msg: Apply most shellcheck suggestions.
108 2023-08-29  Lehua Ding  <lehua.ding@rivai.ai>
110         * mklog.py: Fix bugs.
112 2023-08-16  Andrew Pinski  <apinski@marvell.com>
114         * gcc_update: Add libstdc++-v3/include/bits/version.h.
116 2023-07-13  Lehua Ding  <lehua.ding@rivai.ai>
118         * mklog.py: Add --append option.
120 2023-07-07  Richard Biener  <rguenther@suse.de>
122         * gcc-changelog/git_update_version.py: Remove GCC 10 from
123         active_refs.
125 2023-06-22  David Malcolm  <dmalcolm@redhat.com>
127         * unicode/gen-box-drawing-chars.py: New file.
128         * unicode/gen-combining-chars.py: New file.
129         * unicode/gen-printable-chars.py: New file.
131 2023-06-17  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
133         * testsuite-management/validate_failures.py (IsInterestingResult):
134         Add result_set argument and use it.  Adjust callers.
136 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
138         * testsuite-management/validate_failures.py (TestResult,)
139         (ParseManifestWorker, ParseSummary, Main): Handle new option
140         "--srcpath <regex>".
142 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
144         * testsuite-management/validate_failures.py (TestResult): Update.
145         (Main): Handle new option "--expiry_date YYYYMMDD".
147 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
149         * testsuite-management/validate_failures.py (ResultSet.update,)
150         (ResultSet.HasTestsuite): New methods.
151         (GetResults): Update.
152         (ParseSummary, CompareResults, PerformComparison, Main): Handle new
153         option --invert_match.
155 2023-06-14  Thiago Bauermann  <thiago.bauermann@linaro.org>
157         * testsuite-management/validate_failures.py (TestResult): Improve error
158         output.
160 2023-06-14  Christophe Lyon  <christophe.lyon@linaro.org>
162         * testsuite-management/validate_failures.py (_EXP_LINE_FORMAT,)
163         (_EXP_LINE_REX, ResultSet): Support "$tool:" prefix in exp names.
165 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
167         * testsuite-management/validate_failures.py (Main): Use exit code "2"
168         to indicate regression.
170 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
172         * testsuite-management/validate_failures.py (_VALID_TEST_RESULTS_REX):
173         Update.
174         (TestResult): Use _VALID_TEST_RESULTS_REX.
176 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
178         * testsuite-management/validate_failures.py: Add more verbosity levels.
180 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
182         * testsuite-management/validate_failures.py: Simplify GetManifestPath().
184 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
186         * testsuite-management/validate_failures.py (GetResults): Update.
187         (CompareBuilds): Read in manifest.
189 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
191         * testsuite-management/validate_failures.py (ParseManifestWorker):
192         Support expiry attributes in manifests.
193         (ParseSummary): Add a comment.
195 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
197         * testsuite-management/validate_failures.py: Avoid testsuite
198         aliasing.
200 2023-06-13  Andi Kleen  <ak@linux.intel.com>
202         * gen_autofdo_event.py: Update for download server changes
204 2023-06-03  Lehua Ding  <lehua.ding@rivai.ai>
206         * clang-format (ForEachMacros): Add missing cases
207         for EXECUTE_IF_... macros.
209 2023-05-18  Jonathan Wakely  <jwakely@redhat.com>
211         PR bootstrap/105831
212         * bench-stringop: Use = operator instead of ==.
213         * repro_fail: Likewise.
215 2023-04-28  Martin Liska  <mliska@suse.cz>
217         * filter_gcc_for_doxygen: Use python3 and not python2.
218         * filter_params.py: Likewise.
220 2023-04-26  Jakub Jelinek  <jakub@redhat.com>
222         * gennews (files): Add files for GCC 13.
224 2023-04-17  Jakub Jelinek  <jakub@redhat.com>
226         * gcc-changelog/git_update_version.py (active_refs): Add
227         releases/gcc-13.
229 2023-03-16  Jakub Jelinek  <jakub@redhat.com>
231         * unicode/README: Update to mention also makeuname2c.
232         * unicode/NameAliases.txt: New file.
234 2023-03-13  Lewis Hyatt  <lhyatt@gmail.com>
236         * unicode/DerivedCoreProperties.txt: Update to Unicode 15.
237         * unicode/DerivedNormalizationProps.txt: Likewise.
238         * unicode/EastAsianWidth.txt: Likwise.
239         * unicode/PropList.txt: Likewise.
240         * unicode/README: Likewise.
241         * unicode/UnicodeData.txt: Likewise.
243 2023-02-22  Thomas Schwinge  <thomas@codesourcery.com>
245         * config-list.mk (LIST): Clarify i686-symbolics-gnu to i686-gnu.
247 2023-02-17  Petr Sumbera  <petr.sumbera@oracle.com>
249         * make_sunver.pl: Escape brace.
251 2023-02-10  Flavio Cruz  <flaviocruz@gmail.com>
253         * config-list.mk: Add x86_64-gnu to list of archs.
255 2023-01-19  Gaius Mulley  <gaiusmod2@gmail.com>
257         * gcc_update (files_and_dependencies): Add dependencies for
258         gcc/m2/gm2config.h.in, gcc/m2/configure,
259         gcc/m2/gm2-libs/config-host, libgm2/Makefile.in,
260         libgm2/aclocal.m4, libgm2/libm2cor/Makefile.in,
261         libgm2/libm2pim/Makefile.in, libgm2/libm2iso/Makefile.in,
262         libgm2/libm2log/Makefile.in and libgm2/libm2min/Makefile.in.
264 2023-01-17  Martin Liska  <mliska@suse.cz>
266         * update-copyright.py: Ignore test_patches.txt.
268 2023-01-17  Martin Liska  <mliska@suse.cz>
270         * gcc-changelog/test_patches.txt: The CR character was removed
271         with ./contrib/update-copyright.py which I'm going to change.
273 2023-01-16  Jakub Jelinek  <jakub@redhat.com>
275         PR other/108413
276         * update-copyright.py (LibPhobosFilter): Add __builtins.di to
277         skipped files.
279 2023-01-16  Jakub Jelinek  <jakub@redhat.com>
281         PR other/108413
282         * update-copyright.py (TestsuiteFilter): Add .mod and .rs extensions.
283         (GCCCopyright): Add 'The fast_float authors' as external author.
285 2023-01-15  Gerald Pfeifer  <gerald@pfeifer.com>
287         * config-list.mk: Update FreeBSD targets to version 13.
288         Add aarch64-freebsd13.
290 2023-01-12  Gerald Pfeifer  <gerald@pfeifer.com>
292         * config-list.mk: Remove i486-freebsd4, ia64-freebsd6, and
293         sparc64-freebsd6.
295 2023-01-06  Martin Liska  <mliska@suse.cz>
297         * update-copyright.py: Add contrib as a default dir.
299 2022-12-28  Martin Liska  <mliska@suse.cz>
301         * update-copyright.py: Add contrib folder.
303 2022-12-23  Arsen Arsenović  <arsen@aarsen.me>
305         * dg-out-generator.pl: New file.
307 2022-12-21  Martin Liska  <mliska@suse.cz>
309         * filter-clang-warnings.py: Simplify.
311 2022-12-21  Martin Liska  <mliska@suse.cz>
313         * filter-clang-warnings.py: Skip Makefile and libffi warnings.
315 2022-12-19  Martin Liska  <mliska@suse.cz>
317         * gcc-changelog/git_commit.py: Support digits in PR's
318         component in subject.
320 2022-12-19  Martin Liska  <mliska@suse.cz>
322         * gcc-changelog/test_email.py: Add new test.
323         * gcc-changelog/test_patches.txt: Add new patch.
325 2022-12-19  Martin Liska  <mliska@suse.cz>
327         * gcc-changelog/git_commit.py: Allow digit in component name.
329 2022-12-19  Tobias Burnus  <tobias@codesourcery.com>
331         * gcc-changelog/git_check_commit.py (__main__): With -v print a
332         warning for the auto-added files.
333         * gcc-changelog/git_commit.py (GitCommit.__init__): Add self.warnings.
334         (GitCommit.check_mentioned_files): Add warning for auto-added files.
335         (GitCommit.print_warnings): New function.
336         * gcc-changelog/git_email.py (__main__): Remove bogus argument to
337         GitEmail constructor; print auto-added-files warning.
338         * gcc-changelog/test_email.py (test_auto_add_file_1,
339         test_auto_add_file_2): New tests.
340         * gcc-changelog/test_patches.txt: Add two test cases.
342 2022-12-19  Martin Liska  <mliska@suse.cz>
344         * gcc-changelog/setup.cfg: Do not use flake8 pytest plug-in.
346 2022-12-16  Martin Liska  <mliska@suse.cz>
348         * filter-clang-warnings.py: Print each warning only one time.
350 2022-12-16  Martin Liska  <mliska@suse.cz>
352         * gcc-changelog/git_email.py: Use PatchSet constructor
353         as newline argument is not supported with older unidiff
354         library.
356 2022-12-16  Tobias Burnus  <tobias@codesourcery.com>
358         * gcc-changelog/git_email.py (GitEmail:__init__): Support older
359         unidiff.PatchSet that do not have a newline= argument
360         of from_filename.
362 2022-12-14  Martin Liska  <mliska@suse.cz>
364         * analyze_brprob.py: Add copyright header.
365         * analyze_brprob_spec.py: Likewise.
366         * check-params-in-docs.py: Likewise.
367         * check_GNU_style.py: Likewise.
368         * check_GNU_style_lib.py: Likewise.
369         * filter-clang-warnings.py: Likewise.
370         * gcc-changelog/git_check_commit.py: Likewise.
371         * gcc-changelog/git_commit.py: Likewise.
372         * gcc-changelog/git_email.py: Likewise.
373         * gcc-changelog/git_repository.py: Likewise.
374         * gcc-changelog/git_update_version.py: Likewise.
375         * gcc-changelog/test_email.py: Likewise.
376         * mark_spam.py: Likewise.
378 2022-12-14  Martin Liska  <mliska@suse.cz>
380         * mklog.py: Check for number of hunks and not if a modified
381         file is binary.
383 2022-12-12  Martin Liska  <mliska@suse.cz>
385         * mklog.py: Do not search PR entry in a file that is binary.
387 2022-12-11  Martin Liska  <mliska@suse.cz>
389         * check_GNU_style.py: Use newline=\n.
390         * check_GNU_style_lib.py: Simplify.
391         * gcc-changelog/git_commit.py: Fix issues seen
392         Rust patchset.
393         * gcc-changelog/git_email.py: Use newline argument.
394         * gcc-changelog/test_email.py: New test.
395         * gcc-changelog/test_patches.txt: New test.
396         * mklog.py: Use newline argument.
398 2022-12-10  Thomas Schwinge  <thomas@codesourcery.com>
400         * gcc-changelog/git_commit.py (default_changelog_locations): Add
401         'gcc/rust'.
402         (bug_components): Add 'rust'.
404 2022-12-10  Gaius Mulley  <gaiusmod2@gmail.com>
406         * gcc-changelog/git_commit.py (default_changelog_locations):
407         New entry for gcc/m2.  New entry for libgm2.
409 2022-12-06  David Malcolm  <dmalcolm@redhat.com>
411         * gcc.doxy (INPUT): Add gcc/analyzer subdirectory.
413 2022-11-25  Martin Liska  <mliska@suse.cz>
415         Revert:
416         2022-11-25  Martin Liska  <mliska@suse.cz>
418         * gcc-changelog/git_commit.py: Temporarily disable
419         check_line.start.
421 2022-11-25  Martin Liska  <mliska@suse.cz>
423         * gcc-changelog/git_commit.py: Temporarily disable
424         check_line.start.
426 2022-11-21  Martin Liska  <mliska@suse.cz>
428         Revert:
429         2022-11-20  Martin Liska  <mliska@suse.cz>
431         * gcc-changelog/git_commit.py: Temporarily disable
432         check_line.start.
434 2022-11-20  Martin Liska  <mliska@suse.cz>
436         * gcc-changelog/git_commit.py: Temporarily disable
437         check_line.start.
439 2022-11-18  Jakub Jelinek  <jakub@redhat.com>
441         * gcc-changelog/git_update_version.py: Add
442         1957bedf29a1b2cc231972aba680fe80199d5498 to ignored commits.
444 2022-11-15  Martin Liska  <mliska@suse.cz>
446         * gcc-changelog/git_commit.py: Revert temporary rule
447         relaxation.
449 2022-11-14  Martin Liska  <mliska@suse.cz>
451         * gcc-changelog/git_commit.py: Temporarily disable
452         check_line.start.
454 2022-11-11  Martin Liska  <mliska@suse.cz>
456         * gcc-changelog/git_commit.py: Check for a space after leading
457         tab.
458         * gcc-changelog/test_email.py: Likewise.
459         * gcc-changelog/test_patches.txt: Likewise.
461 2022-11-06  Jakub Jelinek  <jakub@redhat.com>
463         * gcc-changelog/git_update_version.py: Add
464         e4cba49413ca429dc82f6aa2e88129ecb3fdd943 to ignored commits.
466 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
468         * gcc-changelog/git_commit.py (default_changelog_locations):
469         Remove 'liboffloadmic'.
470         * gcc_update (files_and_dependencies): Remove 'liboffloadmic'
471         files.
472         * update-copyright.py (GCCCmdLine): Remove 'liboffloadmic'
473         comment.
475 2022-10-20  Jonathan Wakely   <jwakely@redhat.com>
476             Ulrich Drepper  <drepper@redhat.com>
478         * gcc_update: Add rule for gcc/cp/std-name-hint.gperf.
480 2022-10-07  Martin Liska  <mliska@suse.cz>
482         * gcc-changelog/git_update_version.py: Remove extra fetch.
484 2022-10-06  Martin Liska  <mliska@suse.cz>
486         * gcc-changelog/git_update_version.py: Use logging module
487         and provide robust debugging output.
489 2022-10-05  Martin Liska  <mliska@suse.cz>
491         * gcc-changelog/git_update_version.py: Do fetch before a push.
493 2022-09-20  Martin Liska  <mliska@suse.cz>
495         * filter-clang-warnings.py: Skip egrep: warning: egrep is
496         obsolescent; using grep -E.
498 2022-08-31  Martin Liska  <mliska@suse.cz>
500         * config-list.mk: Remove deprecated ports.
502 2022-08-30  Ulrich Drepper  <drepper@gmail.com>
504         * gcc_update (files_and_dependencies): Add rule for
505         gcc/cp/std-name-hint.h.
507 2022-08-30  Martin Liska  <mliska@suse.cz>
509         * config-list.mk: Remove the port.
511 2022-08-27  Xi Ruoyao  <xry111@xry111.site>
513         * gen_autofdo_event.py: Port to Python 3, and use grep -E
514         instead of egrep.
516 2022-08-26  Martin Liska  <mliska@suse.cz>
518         * config-list.mk: Remove cr16.
520 2022-08-19  Stefan Schulze Frielinghaus  <stefansf@linux.ibm.com>
522         * clang-format: Add further FOR_EACH_ macros.
524 2022-08-18  Andrea Corallo  <andrea.corallo@arm.com>
526         * git-fetch-vendor.sh : Fix typo.
528 2022-08-02  Martin Liska  <mliska@suse.cz>
530         * gcc-changelog/git_commit.py: Do not deduce changelog for root ChangeLog.
532 2022-07-22  Martin Liska  <mliska@suse.cz>
534         * git-commit-mklog.py: Do not parse -b argument.
535         Pass mklog_args as json environment variable.
536         * mklog.py: Parse GCC_MKLOG_ARGS and append it to sys.argv.
537         * prepare-commit-msg: Do not append GCC_MKLOG_ARGS to args.
539 2022-07-22  Martin Liska  <mliska@suse.cz>
541         * mklog.py: Use component: [PR xyz] only when one PR is used.
543 2022-07-04  Martin Liska  <mliska@suse.cz>
545         * git-descr.sh: By default print revision for HEAD.
547 2022-06-28  Lewis Hyatt  <lhyatt@gmail.com>
549         * unicode/README: Added instructions for updating ucnid.h.
550         * unicode/DerivedCoreProperties.txt: New file added to source
551         control from Unicode 14.0 release.
552         * unicode/DerivedNormalizationProps.txt: Likewise.
554 2022-06-26  Lewis Hyatt  <lhyatt@gmail.com>
556         * unicode/EastAsianWidth.txt: Update to Unicode 14.0.0.
557         * unicode/PropList.txt: Likewise.
558         * unicode/README: Likewise.
559         * unicode/UnicodeData.txt: Likewise.
561 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
563         * config-list.mk: Remove tilegx and tilepro entries.
564         * gcc_update: Remove tilegx and tilepro entries.
566 2022-05-27  Richard Biener  <rguenther@suse.de>
568         * gcc-changelog/git_update_version.py (active_refs): Remove
569         releases/gcc-9.
571 2022-05-06  Jakub Jelinek  <jakub@redhat.com>
573         * gennews (files): Add files for GCC 12.
575 2022-04-28  Jakub Jelinek  <jakub@redhat.com>
577         * gcc-changelog/git_update_version.py (active_refs): Add
578         releases/gcc-12.
580 2022-04-25  Martin Liska  <mliska@suse.cz>
582         * filter-clang-warnings.py: Filter out
583         -Wc++20-attribute-extensions in lex.cc.
585 2022-04-25  Martin Liska  <mliska@suse.cz>
587         * filter-clang-warnings.py: Filter out
588         -Wbitwise-instead-of-logical.
590 2022-04-04  Martin Liska  <mliska@suse.cz>
592         * gcc-changelog/git_update_version.py: Ignore the revision.
594 2022-03-31  Jakub Jelinek  <jakub@redhat.com>
595             Joseph Myers  <joseph@codesourcery.com>
597         PR other/105114
598         * gcc_update: Fix up spelling of
599         gcc/config/loongarch/genopts/loongarch-strings dependency.
601 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
602             Lulu Cheng  <chenglulu@loongson.cn>
604         * config-list.mk: Add LoongArch triplet.
606 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
607             Lulu Cheng  <chenglulu@loongson.cn>
609         * gcc_update (files_and_dependencies): Add
610         config/loongarch/loongarch.opt and config/loongarch/loongarch-str.h.
612 2022-03-28  Martin Liska  <mliska@suse.cz>
614         * gcc-changelog/git_commit.py: Match trailing dot literally.
616 2022-03-28  Martin Liska  <mliska@suse.cz>
618         * gcc-changelog/git_commit.py: Make the parsing stricter.
620 2022-03-26  Jakub Jelinek  <jakub@redhat.com>
622         * gcc-changelog/git_update_version.py: Add
623         3ab5c8cd03d92bf4ec41e351820349d92fbc40c4 to ignored commits.
625 2022-03-10  Jonathan Wakely  <jwakely@redhat.com>
627         PR other/102664
628         * gcc-git-customization.sh: Fix non-portable commands.
630 2022-03-10  Jakub Jelinek  <jakub@redhat.com>
632         PR other/102664
633         * git-descr.sh: Replace all [1-9] occurrences with [0-9].
634         * git-undescr.sh: Likewise.
636 2022-03-09  Jonathan Wakely  <jwakely@redhat.com>
638         PR other/102664
639         * git-descr.sh: Use portable sed commands.
640         * git-undescr.sh: Likewise.
642 2022-03-08  Jonathan Wakely  <jwakely@redhat.com>
644         PR other/102664
645         * git-descr.sh: Use portable form of expr match.
647 2022-01-31  Martin Liska  <mliska@suse.cz>
649         * analyze_brprob.py: Support more formatted predict.def file.
650         * analyze_brprob_spec.py: Improve output and documentation.
652 2022-01-27  Martin Liska  <mliska@suse.cz>
654         * git-undescr.sh: Support full output of git-descr.sh.
656 2022-01-27  Martin Liska  <mliska@suse.cz>
657             Martin Jambor  <mjambor@suse.cz>
659         * git-descr.sh: New file.
660         * git-undescr.sh: New file.
661         Support optional arguments --long, --short and default
662         to 14 characters of git hash.
663         * gcc-git-customization.sh: Use the created files.
665 2022-01-24  Martin Liska  <mliska@suse.cz>
667         * gcc-changelog/git_commit.py: New files in toplev must
668         be explicitly marked as "New file".
669         * gcc-changelog/test_email.py: Test.
670         * gcc-changelog/test_patches.txt: Add test.
672 2022-01-23  Martin Liska  <mliska@suse.cz>
674         * filter-clang-warnings.py: Filter out one another warning
675         for sse.md.
677 2022-01-19  Martin Liska  <mliska@suse.cz>
679         * check_GNU_style_lib.py: Skip Python files.
681 2022-01-19  Martin Liska  <mliska@suse.cz>
683         * git-backport.py: Use it.
684         * git-fix-changelog.py: New file.
685         * gcc-git-customization.sh: Add new alias git gcc-fix-changelog.
687 2022-01-17  Martin Liska  <mliska@suse.cz>
689         * git-backport.py: Support renaming of .cc files.
691 2022-01-17  Martin Liska  <mliska@suse.cz>
693         * filter-clang-warnings.py: Rename .c names to .cc.
694         * gcc_update: Likewise.
695         * paranoia.cc: Likewise.
697 2022-01-17  Martin Liska  <mliska@suse.cz>
699         * maintainers-verify.sh: Removed.
701 2022-01-13  Martin Liska  <mliska@suse.cz>
703         * git-backport.py: Simplify the script as pre-auto-ChangeLog era
704         is 14 months old.
706 2022-01-11  Martin Liska  <mliska@suse.cz>
708         * check-MAINTAINERS.py: Use sys.argv[1] as path to MAINTAINERS.
710 2022-01-11  Martin Liska  <mliska@suse.cz>
712         * check-MAINTAINERS.py: New file.
714 2022-01-03  Jakub Jelinek  <jakub@redhat.com>
716         * update-copyright.py: Add University of Illinois as external author.
718 2021-12-16  Xionghu Luo  <luoxhu@linux.ibm.com>
720         * analyze_brprob_spec.py: Add verbose argument.
722 2021-12-06  Martin Liska  <mliska@suse.cz>
724         * filter-clang-warnings.py: Filter out one warning.
726 2021-11-24  Tobias Burnus  <tobias@codesourcery.com>
728         * download_prerequisites: Update to gmp-6.2.1, mpfr-4.1.0,
729         mpc-1.2.1 and isl-0.24.
730         * prerequisites.md5: Update hash.
731         * prerequisites.sha512: Likewise.
733 2021-11-23  Martin Liska  <mliska@suse.cz>
735         * filter-clang-warnings.py: Filter -Wc++20-extensions as it does
736         not respect proper attribute detection.
738 2021-11-23  Martin Liska  <mliska@suse.cz>
740         * check-params-in-docs.py: Support @itemx in param documentation
741         and support multi-line documentation for parameters.
743 2021-11-08  Thomas Schwinge  <thomas@codesourcery.com>
745         * update-copyright.py (class BadYear): Derive from 'Exception'.
747 2021-11-05  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
749         * testsuite-management/validate_failures.py: 2to3
751 2021-11-04  Martin Liska  <mliska@suse.cz>
753         * gcc-changelog/git_check_commit.py: Add -v option.
754         * gcc-changelog/git_commit.py: Print verbose diff for wrong
755         filename.
757 2021-11-02  Martin Liska  <mliska@suse.cz>
759         * check-internal-format-escaping.py: Fix flake8 errors.
761 2021-11-01  David Malcolm  <dmalcolm@redhat.com>
763         * unicode/utf8-dump.py: New file.
765 2021-10-20  H.J. Lu  <hjl.tools@gmail.com>
767         * gcc-changelog/git_commit.py (ignored_prefixes): Add libffi/.
769 2021-10-18  Martin Liska  <mliska@suse.cz>
771         * gcc-changelog/git_commit.py: Update location of
772         'bad parentheses wrapping'.
773         * gcc-changelog/test_email.py: Test it.
775 2021-10-02  Martin Liska  <mliska@suse.cz>
777         * filter-clang-warnings.py: Filter out -Wtautological-compare
778         for the file.
780 2021-09-20  Richard Biener  <rguenther@suse.de>
782         * config-list.mk: --enable-obsolete for hppa2.0-hpux10.1 and
783         hppa2.0-hpux11.9.
785 2021-09-15  Martin Liska  <mliska@suse.cz>
787         * gcc-changelog/git_commit.py: Add FIXME note.
789 2021-09-15  Martin Liska  <mliska@suse.cz>
791         * gcc-changelog/git_commit.py: Check commit email.
792         * gcc-changelog/test_email.py: Add new test.
793         * gcc-changelog/test_patches.txt: Likewise.
795 2021-09-15  Richard Biener  <rguenther@suse.de>
797         * config-list.mk: Remove vax-openbsd.
799 2021-09-15  Richard Biener  <rguenther@suse.de>
801         * config-list.mk: Remove m68k-openbsd.
803 2021-09-13  Andrew Pinski  <apinski@marvell.com>
805         * config-list.mk: Remove m32r-linux and m32rle-linux
806         from the list.
808 2021-09-13  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
810         * config-list.mk (LIST): --enable-obsolete for cr16-elf.
812 2021-09-06  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
814         * gcc_update: Derive human readable name for HEAD using git describe
815         like "git gcc-descr" with short commit hash.  Drop "revision" from
816         gcc/REVISION.
818 2021-08-30  Andrew Pinski  <apinski@marvell.com>
820         * download_prerequisites (md5_check): Replace == inside
821         test with = to be more portable.
823 2021-08-26  Martin Liska  <mliska@suse.cz>
825         * mklog.py: Use file.{source,target}_file for proper rename
826         handling.
828 2021-08-24  Andrew Pinski  <apinski@marvell.com>
830         PR other/82704
831         * download_prerequisites: Fix issues with --md5 and
832         --sha512 options.
834 2021-08-18  Martin Liska  <mliska@suse.cz>
836         * gcc-git-customization.sh: Wrap $@ in quotes.
837         * git-commit-mklog.py: Add new argument --co.
838         * mklog.py: Skip the Co-Authored-By lines.
840 2021-08-10  Martin Liska  <mliska@suse.cz>
842         * mklog.py: Support additional PRs without PR prefix.
844 2021-08-03  Martin Liska  <mliska@suse.cz>
846         * gcc-changelog/git_update_version.py: Ignore problematic
847         commit.
849 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
851         * vimrc (textwidth): Change non-gitcommit length to 79.
853 2021-07-02  Eugene Rozenfeld  <erozen@microsoft.com>
855         * gen_autofdo_event.py: handle stepping, non-working PEBS
857 2021-06-28  Martin Liska  <mliska@suse.cz>
859         * mklog.py: Handle correctly long lines.
860         * test_mklog.py: Test it.
862 2021-06-23  Martin Liska  <mliska@suse.cz>
864         * gcc-git-customization.sh: Use the new wrapper.
865         * git-commit-mklog.py: New file.
866         * prepare-commit-msg: Support GCC_MKLOG_ARGS.
868 2021-06-22  Martin Liska  <mliska@suse.cz>
870         * mklog.py: Fix flake8 issue.
872 2021-06-21  Tobias Burnus  <tobias@codesourcery.com>
873             Martin Sebor  <msebor@redhat.com>
875         * mklog.py (bugzilla_url): Fetch also component.
876         (pr_filename_regex): New.
877         (get_pr_titles): Update PR string with correct format and component.
878         (generate_changelog): Take additional PRs; extract PR from the
879         filename.
880         (__main__): Add -b/--pr-numbers argument.
881         * test_mklog.py (EXPECTED4): Update to expect a PR for the new file.
883 2021-06-17  Jason Merrill  <jason@redhat.com>
885         * mklog.py: Add an initial component: [PRnnnnn] line when
886         we have a PR.
888 2021-06-13  Tobias Burnus  <tobias@codesourcery.com>
890         * gcc-changelog/git_commit.py (pr_regex): Add ?P<pr> for group('pr').
891         (subject_pr_regex, subject_pr2_regex): New.
892         (GitInfo.__init__, GitCommit.parse_changelog): Check subject PRs.
893         * gcc-changelog/git_email.py (SUBJECT_PREFIX, subject_patch_regex): New.
894         (GitEmail.__init__): Parse 'Subject:' and pass it to GitInfo.
895         * gcc-changelog/test_email.py (test_pr_only_in_subject,
896         test_wrong_pr_comp_in_subject, test_copyright_years): New.
897         * gcc-changelog/test_patches.txt (0030-PR-c-92746, pr-check1.patch):
898         Update to avoid triggering the new check.
899         (0001-rs6000-Support-doubleword, pr-wrong-comp.patch,
900         copyright-years.patch): New.
902 2021-06-11  Martin Liska  <mliska@suse.cz>
904         * gcc-changelog/git_update_version.py: Ignore commit that
905         violates rules and was somehow pushed.
907 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
909         * update-copyright.py: Add c++tools.
911 2021-05-24  Martin Liska  <mliska@suse.cz>
913         * gcc-changelog/git_commit.py: Add note that ChangeLog entries
914         are added automatically.
915         * gcc-changelog/test_email.py: Update test.
917 2021-05-18  Jonathan Wakely  <jwakely@redhat.com>
919         * gcc-changelog/git_email.py: Remove use of non-strict mode.
921 2021-05-17  Richard Biener  <rguenther@suse.de>
923         * download_prerequisites: Update mpfr version to 3.1.6.
924         * prerequisites.md5: Update.
925         * prerequisites.sha512: Likewise.
927 2021-05-17  Richard Biener  <rguenther@suse.de>
929         Revert:
930         2021-05-14  Martin Liska  <mliska@suse.cz>
932         * download_prerequisites: Use version 4.1.0.
934 2021-05-14  Martin Liska  <mliska@suse.cz>
936         * download_prerequisites: Use version 4.1.0.
938 2021-05-14  Jakub Jelinek  <jakub@redhat.com>
940         * gcc-changelog/git_update_version.py: Remove releases/gcc-8 from
941         active_refs.
943 2021-05-14  Martin Liska  <mliska@suse.cz>
945         * gcc-changelog/git_commit.py: Support Co-Authored-By before
946         a first ChangeLog entry.
948 2021-05-13  Martin Liska  <mliska@suse.cz>
950         * mklog.py: Put PR entries before all ChangeLog entries
951         (will be added to all ChangeLog locations by Daily bump script).
952         * test_mklog.py: Test the new behavior.
954 2021-05-12  Martin Liska  <mliska@suse.cz>
956         * gcc-changelog/git_commit.py: Simplify needle lookup.
957         * gcc-changelog/git_update_version.py: Pass ref_name to
958         parse_git_revisions.
960 2021-05-11  Martin Liska  <mliska@suse.cz>
962         * gcc_update: Remove libhsail-rt folder.
963         * update-copyright.py: Likewise.
965 2021-05-11  Martin Liska  <mliska@suse.cz>
967         * gcc-changelog/git_check_commit.py: Remove --non-strict-mode.
968         * gcc-changelog/git_commit.py: Remove strict mode.
969         * gcc-changelog/git_email.py: Likewise.
970         * gcc-changelog/git_repository.py: Likewise.
971         * gcc-changelog/test_email.py: Likewise.
972         * gcc-changelog/test_patches.txt: Update patches so that they
973         don't contain a ChangeLog file changes.
975 2021-05-11  Martin Liska  <mliska@suse.cz>
977         * gcc-changelog/git_commit.py: Remove ChangeLog locations
978         based on ref_name.
979         * gcc-changelog/git_repository.py: Likewise.
981 2021-05-10  Martin Liska  <mliska@suse.cz>
983         * gcc-changelog/git_email.py: Remove newlines when --help
984         is used.
986 2021-05-10  Tobias Burnus  <tobias@codesourcery.com>
988         * gcc-changelog/git_check_commit.py (__Main__): State in --help
989         the default value for 'revisions'.
990         * gcc-changelog/git_email.py (show_help): Add.
991         (__main__): Handle -h and --help.
993 2021-05-10  Tobias Burnus  <tobias@codesourcery.com>
995         * gcc-changelog/git_commit.py (Error.__repr__): Add space after the colon.
996         (GitCommit.check_mentioned_files): Check whether the same file has been
997         specified multiple times.
998         * gcc-changelog/test_email.py (TestGccChangelog.test_multi_same_file): New.
999         * gcc-changelog/test_patches.txt (0001-OpenMP-Fix-SIMT): New test.
1001 2021-05-10  Martin Liska  <mliska@suse.cz>
1003         Revert:
1004         2021-05-10  Martin Liska  <mliska@suse.cz>
1006         * gcc-changelog/git_commit.py: Remove components that will be
1007         removed.
1009 2021-05-10  Martin Liska  <mliska@suse.cz>
1011         * gcc_update: Start using reload.c instead of version.c.
1013 2021-05-10  Martin Liska  <mliska@suse.cz>
1015         * gcc-changelog/git_commit.py: Remove components that will be
1016         removed.
1018 2021-04-27  Jakub Jelinek  <jakub@redhat.com>
1020         * gennews (files): Add files for GCC 10 and GCC 11.
1022 2021-04-22  David Edelsohn  <dje.gcc@gmail.com>
1024         * config-list.mk: Remove rs6000-ibm-aix6.1.
1025         Rename rs6000-ibm-aix7.1 to powerpc-ibm-aix7.1.
1026         Add powerpc-ibm-aix7.2.
1028 2021-04-20  Jakub Jelinek  <jakub@redhat.com>
1030         * gcc-changelog/git_update_version.py (active_refs): Add
1031         releases/gcc-11.
1033 2021-04-12  Martin Liska  <mliska@suse.cz>
1035         * gcc-changelog/git_commit.py: Do not allow space in long lines.
1037 2021-04-12  Martin Liska  <mliska@suse.cz>
1039         * gcc-changelog/git_commit.py: Support long filenames
1040         in entries.
1041         * gcc-changelog/test_email.py: Test it.
1042         * gcc-changelog/test_patches.txt: Likewise.
1044 2021-03-23  Martin Liska  <mliska@suse.cz>
1046         * mklog.py: Fix broken tests.
1048 2021-03-22  Martin Liska  <mliska@suse.cz>
1050         * mklog.py: Add --directory argument.
1052 2021-03-19  Matthias Klose  <doko@ubuntu.com>
1054         * texi2pod.pl: Substitute @tie{} with a space for the man pages.
1056 2021-03-16  Martin Liska  <mliska@suse.cz>
1058         * gcc-changelog/git_update_version.py: Skip one problematic
1059         commit.
1061 2021-03-12  Martin Liska  <mliska@suse.cz>
1063         * gcc-changelog/git_commit.py: Allow deletion of ChangeLog
1064         files.
1065         * gcc-changelog/setup.cfg: Set line limit to 120 characters.
1066         * gcc-changelog/test_email.py: Add test.
1067         * gcc-changelog/test_patches.txt: Likewise.
1068         * gcc-changelog/git_email.py: Fix parsing of deleted files.
1070 2021-02-08  Mike Frysinger  <vapier@gentoo.org>
1072         * mklog.py (generated_files): New set.
1073         (generate_changelog): Add entries based on generated_files.
1075 2021-02-03  Aaron Sawdey  <acsawdey@linux.ibm.com>
1077         * gcc_update (files_and_dependencies): Add dependency for
1078         gcc/config/rs6000/fusion.md on gcc/config/rs6000/genfusion.md.
1080 2021-01-28  Eric Botcazou  <ebotcazou@adacore.com>
1082         PR lto/85574
1083         * compare-lto: Deal with PE-COFF executables specifically.
1085 2021-01-14  Martin Liska  <mliska@suse.cz>
1087         * mklog.py: Fix infinite loop for unsupported files.
1089 2021-01-13  Martin Liska  <mliska@suse.cz>
1091         * gcc-changelog/git_commit.py: Support wrapping of functions
1092         in parentheses that can take multiple lines.
1093         * gcc-changelog/test_email.py: Add tests for it.
1094         * gcc-changelog/test_patches.txt: Add 2 patches.
1096 2021-01-13  Martin Liska  <mliska@suse.cz>
1098         * mklog.py: Parse also define_insn_and_split and similar
1099         directives in .md files.
1100         * test_mklog.py: Test.
1102 2021-01-13  Martin Liska  <mliska@suse.cz>
1104         * gcc-changelog/git_commit.py: Allow modifications of older
1105         ChangeLog (or specific) files without need to make a ChangeLog
1106         entry.
1107         * gcc-changelog/test_email.py: Test it.
1108         * gcc-changelog/test_patches.txt: Add new patch.
1110 2021-01-11  Martin Liska  <mliska@suse.cz>
1112         * update-copyright.py: Port to python3 by guessing encoding
1113         (first utf8, then iso8859). Add 2 more ignores: .png and .pyc.
1115 2021-01-06  Martin Liska  <mliska@suse.cz>
1117         * gcc-changelog/git_commit.py: Add decode_path function.
1118         * gcc-changelog/git_email.py: Use it in order to solve
1119         utf8 encoding filename issues.
1120         * gcc-changelog/git_repository.py: Likewise.
1121         * gcc-changelog/test_email.py: Test it.
1123 2021-01-04  Jakub Jelinek  <jakub@redhat.com>
1125         * update-copyright.py: Add AMD and Ulf Adams as external authors.
1127 2021-01-04  Jakub Jelinek  <jakub@redhat.com>
1129         * update-copyright.py: Use 8 spaces instead of tab to indent.
1131 2021-01-04  Martin Liska  <mliska@suse.cz>
1133         * mklog.py: Add --update-copyright option which adds:
1134         "Update copyright years." to ChangeLog files belonging
1135         to a modified file.
1137 2021-01-04  Martin Liska  <mliska@suse.cz>
1139         * gcc-changelog/git_commit.py: Skip Update copyright
1140         years commits.
1142 2020-12-21  Martin Liska  <mliska@suse.cz>
1144         * gcc-changelog/git_commit.py: Add new error for quoted
1145         filenames.
1146         * gcc-changelog/test_email.py: Test it.
1147         * gcc-changelog/test_patches.txt: Test it.
1149 2020-12-21  Martin Liska  <mliska@suse.cz>
1151         * gcc-changelog/test_email.py: New test.
1152         * gcc-changelog/test_patches.txt: Likewise.
1154 2020-12-17  Nathan Sidwell  <nathan@acm.org>
1156         PR bootstrap/98300
1157         * gcc_update: Add c++tools/config.h.in.
1159 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1161         * gcc_update: Add c++tools & libcody.
1163 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1165         * gcc-changelog/git_commit.py (changelog_locations): Add
1166         libcody, c++tools.
1168 2020-12-08  Martin Liska  <mliska@suse.cz>
1170         * filter-clang-warnings.py: Filter more cases.
1172 2020-12-08  Martin Liska  <mliska@suse.cz>
1174         * filter-clang-warnings.py: Modernize and filter 2 more
1175         patterns.
1177 2020-12-04  Martin Liska  <mliska@suse.cz>
1179         * check-params-in-docs.py: use flake8 and add some
1180         tweaks to ignore aarch64 params.
1182 2020-12-02  Jason Merrill  <jason@redhat.com>
1184         * gcc-git-customization.sh: Configure sendemail.to.
1186 2020-11-30  Martin Liska  <mliska@suse.cz>
1188         * gcc-changelog/git_commit.py: Suggest close file for
1189         'unchanged file mentioned in a ChangeLog' error.
1190         * gcc-changelog/test_email.py: Test it.
1192 2020-11-30  Martin Liska  <mliska@suse.cz>
1194         * gcc-changelog/git_commit.py: Allow sub-directory wildcard
1195         changelog entry. Fix a typo caused by apostrophe escaping.
1196         * gcc-changelog/test_email.py: Test it.
1197         * gcc-changelog/test_patches.txt: Likewise.
1199 2020-11-30  Jonathan Wakely  <jwakely@redhat.com>
1201         * gcc-changelog/git_commit.py (wildcard_prefixes): Add libstdc++
1202         testsuite directory.
1204 2020-11-30  Martin Liska  <mliska@suse.cz>
1206         * gcc-changelog/git_commit.py: Allow wildcard pattern only.
1208 2020-11-27  Martin Liska  <mliska@suse.cz>
1210         * gcc-changelog/git_commit.py: Use regex for cherry pick prefix.
1211         * gcc-changelog/test_email.py: Test it.
1212         * gcc-changelog/test_patches.txt: Likewise.
1214 2020-11-25  Martin Liska  <mliska@suse.cz>
1216         * gcc-changelog/git_commit.py: Use revert_regex instead
1217         of string prefix.  Convert sets to literals.
1219 2020-11-16  Martin Liska  <mliska@suse.cz>
1221         * mklog.py: Do not call read on an input stream.
1222         Fix some flake8 issues.
1224 2020-11-07  Lewis Hyatt  <lhyatt@gmail.com>
1226         * unicode/EastAsianWidth.txt: Update to Unicode 13.0.0.
1227         * unicode/PropList.txt: Likewise.
1228         * unicode/README: Likewise.
1229         * unicode/UnicodeData.txt: Likewise.
1230         * unicode/from_glibc/unicode_utils.py: Update to latest glibc version.
1231         * unicode/from_glibc/utf8_gen.py: Likewise.
1233 2020-11-06  Martin Liska  <mliska@suse.cz>
1235         * gcc-changelog/git_commit.py: Add new check.
1236         * gcc-changelog/test_email.py: Test it.
1237         * gcc-changelog/test_patches.txt: Add new patch.
1239 2020-11-04  Martin Liska  <mliska@suse.cz>
1241         * gcc-changelog/git_repository.py: Set strict=True
1242         for parse_git_revisions as a default.
1244 2020-11-04  Tobias Burnus  <tobias@codesourcery.com>
1246         * gcc-changelog/git_commit.py (item_parenthesis_empty_regex,
1247         item_parenthesis_regex): Add.
1248         (check_for_empty_description): Use them.
1249         * gcc-changelog/test_email.py (test_emptry_entry_desc,
1250         test_emptry_entry_desc_2): Add.
1251         * gcc-changelog/test_patches.txt: Add two testcases for it.
1253 2020-11-03  Tobias Burnus  <tobias@codesourcery.com>
1255         * gcc-changelog/git_email.py: Add unidiff_supports_renaming check.
1257 2020-11-03  Martin Liska  <mliska@suse.cz>
1259         * gcc-changelog/setup.cfg: New file.
1261 2020-10-30  Martin Liska  <mliska@suse.cz>
1263         * gcc-changelog/git_commit.py: Handle empty groups in
1264         file description.
1265         * gcc-changelog/test_email.py: New test.
1266         * gcc-changelog/test_patches.txt: Likewise.
1268 2020-09-21  Tobias Burnus  <tobias@codesourcery.com>
1270         * mklog.py: Parse first 10 lines for PR/DR number
1271         not only the first line.
1273 2020-09-17  Dimitrij Mojoski  <dmjpp@hotmail.com>
1275         * clang-format: Autodetect C++ standard in use rather than
1276         forcing C++03.
1278 2020-08-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1280         * config-list.mk (LIST): Add OPT-enable-obsolete to tilegx-linux-gnu,
1281         tilegxbe-linux-gnu, and tilepro-linux-gnu.
1283 2020-07-29  Martin Liska  <mliska@suse.cz>
1285         * git-backport.py: fix how are ChangeLog paths combined.
1287 2020-07-23  Patrick Palka  <ppalka@redhat.com>
1289         * vimrc (SetStyle): Also inspect &filetype to determine whether
1290         a file is C-like.
1292 2020-07-23  Martin Liska  <mliska@suse.cz>
1294         * gcc-changelog/git_commit.py: When reverting a backport,
1295         we should print only Revert header.
1297 2020-07-17  Jonathan Wakely  <jwakely@redhat.com>
1299         * gcc-changelog/git_update_version.py: Fix typo.
1301 2020-07-10  Mike Nolta  <mike@nolta.net>
1303         * download_prerequisites: Don't pass wget options to curl.
1305 2020-07-07  Alexandre Oliva  <oliva@adacore.com>
1306             Martin Liska  <mliska@suse.cz>
1308         * gcc-changelog/git_commit.py: Support CASE and COND.
1309         * gcc-changelog/test_patches.txt: Add test.
1310         * gcc-changelog/test_email.py: Add test.
1312 2020-06-30  Martin Liska  <mliska@suse.cz>
1314         * gcc-changelog/git_repository.py: Support older releases of
1315         GitPython when renamed_file was named renamed.
1317 2020-06-30  Martin Liska  <mliska@suse.cz>
1319         * gcc-changelog/git_check_commit.py: Print revision
1320         of original_info.
1321         * gcc-changelog/git_commit.py: Support Revert commits.
1323 2020-06-30  Martin Liska  <mliska@suse.cz>
1325         * gcc-changelog/git_check_commit.py: Use GitInfo
1326         * gcc-changelog/git_commit.py: Add GitInfo class.
1327         * gcc-changelog/git_email.py: Use GitInfo class.
1328         * gcc-changelog/git_repository.py: Likewise.
1330 2020-06-24  Ilya Leoshkevich  <iii@linux.ibm.com>
1332         * download_prerequisites: Support AIX and OpenBSD unames.
1333         Pipe `{gzip,bzip2} -d` to `tar -xf -`.
1335 2020-06-18  Martin Liska  <mliska@suse.cz>
1337         * gcc-changelog/git_update_version.py: First checkout and then
1338         run git pull ---rebase.
1340 2020-06-18  Martin Liska  <mliska@suse.cz>
1342         * gcc-changelog/git_update_version.py: Support merge commits
1343         and walk only on the branch that is being merged and generate
1344         missing ChangeLog entries.
1346 2020-06-18  Martin Liska  <mliska@suse.cz>
1348         * gcc-changelog/git_commit.py: Fix Backported from timestamp when
1349         use_commit_ts=True is used.
1351 2020-06-17  Martin Liska  <mliska@suse.cz>
1353         * gcc-changelog/git_commit.py: Print 'Backported from master'
1354         heading to backported commits.
1355         * gcc-changelog/test_email.py: Test it.
1356         * gcc-changelog/test_patches.txt: Add new patch.
1357         * gcc-changelog/git_repository.py: Add commit_to_date hook.
1358         * gcc-changelog/git_email.py: Add fuzzy implementation
1359         of commit_to_date_hook.
1361 2020-06-11  Jonathan Wakely  <jwakely@redhat.com>
1363         * prepare-commit-msg: Use the gcc-config.mklog-hook-type Git
1364         config key instead of the GCC_FORCE_MKLOG environment variable.
1365         Optionally disable generating a new ChangeLog template for
1366         amended commits when the existing log is still OK.
1368 2020-06-11  Martin Liska  <mliska@suse.cz>
1370         * gcc-changelog/git_update_version.py: Add --curent argument.
1372 2020-06-11  Martin Liska  <mliska@suse.cz>
1374         * prepare-commit-msg: Replace ENV variable with a git config
1375         value.
1377 2020-06-11  Jonathan Wakely  <jwakely@redhat.com>
1379         * prepare-commit-msg: Use 'tee' to save the diff to a file
1380         instead of running 'git diff' twice.
1382 2020-06-10  Martin Liska  <mliska@suse.cz>
1384         * gcc-changelog/git_commit.py: Fix renamed files in
1385         parse_git_name_status.
1386         * gcc-changelog/test_email.py: Add test for it.
1388 2020-06-10  Martin Liska  <mliska@suse.cz>
1390         * gcc-changelog/git_commit.py: Add more supported prefixes.
1391         * gcc-changelog/test_email.py: Fix one flake8 error.
1392         * gcc-changelog/test_patches.txt: Add tested for newly
1393         supported prefixes.
1395 2020-06-10  Jonathan Wakely  <jwakely@redhat.com>
1397         * gcc-changelog/git_commit.py (GitCommit.parse_changelog):
1398         Improve error strings.
1399         * gcc-changelog/test_email.py: Update expected errors.
1401 2020-06-09  Jonathan Wakely  <jwakely@redhat.com>
1403         * gcc-changelog/git_email.py: Set exit status on error.
1405 2020-06-09  Martin Liska  <mliska@suse.cz>
1407         * gcc-changelog/git_commit.py: Fix ChangeLog regex in order to
1408         match the top-level ChangeLog.
1409         * gcc-changelog/test_email.py: Add test.
1410         * gcc-changelog/test_patches.txt: Likewise.
1412 2020-06-02  Martin Liska  <mliska@suse.cz>
1414         * gcc-changelog/git_commit.py: Support foo/bar/*: patterns in
1415         wildcard_prefixes locations.
1416         * gcc-changelog/test_email.py: Test it.
1417         * gcc-changelog/test_patches.txt: Add 3 new patches.
1419 2020-06-02  Iain Buclaw  <ibuclaw@gdcproject.org>
1421         * gcc-changelog/git_commit.py (ignored_prefixes): Add
1422         gcc/testsuite/gdc.test/.
1424 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1426         * gcc-changelog/test_email.py (TestGccChangelog.test_long_lines):
1427         Update expected error message.
1429 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1431         * gcc-changelog/git_commit.py (GitCommit.parse_changelog): Fix
1432         grammar.
1434 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1436         * prepare-commit-msg: Do nothing if the mklog.py script isn't
1437         present.
1439 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1441         * gcc-changelog/git_commit.py (GitCommit.check_mentioned_files):
1442         Improve error text.
1444 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1446         * config-list.mk (LIST): Add v850e1-elf.
1448 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1450         * config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems.
1452 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1454         * config-list.mk (LIST): Remove arm-wrs-vxworks.
1456 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1458         * config-list.mk (LIST): Remove cris-linux, crisv32-elf, and
1459         crisv32-linux.
1461 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1463         * config-list.mk (LIST): Add pru-elf.
1465 2020-05-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1467         * config-list.mk (LIST): Remove rs6000-ibm-aix5.3.0.
1469 2020-05-29  Martin Liska  <mliska@suse.cz>
1471         * gcc-changelog/git_commit.py: Find empty change descriptions.
1472         * gcc-changelog/test_email.py: New test.
1473         * gcc-changelog/test_patches.txt: New patch that tests that.
1475 2020-05-29  Martin Liska  <mliska@suse.cz>
1477         * git-backport.py: The script did 'git co HEAD~' when
1478         there was no modified ChangeLog file in a successful
1479         git cherry pick.
1480         Run cherry-pick --continue without editor.
1482 2020-05-29  Martin Liska  <mliska@suse.cz>
1484         * gcc-changelog/git_commit.py: Properly
1485         handle duplicite authors.
1486         * gcc-changelog/test_email.py: New test.
1487         * gcc-changelog/test_patches.txt: New patch.
1489 2020-05-28  Pierre-Marie de Rodat  <derodat@adacore.com>
1491         * gcc-changelog/git_email.py (GitEmail.__init__): Interpret file
1492         renamings as a file deletion plus a file addition.
1493         * gcc-changelog/git_repository.py (parse_git_revisions):
1494         Likewise.
1495         * gcc-changelog/test_email.py: New testcase.
1496         * gcc-changelog/test_patches.txt: New testcase.
1498 2020-05-28  Martin Liska  <mliska@suse.cz>
1500         * check-params-in-docs.py: Update to new format
1501         of help.  Apply flake8 corrections.
1503 2020-05-28  Martin Liska  <mliska@suse.cz>
1505         * mklog.py: Support renaming of files.
1506         One needs unidiff 0.6.0+.
1507         * test_mklog.py: Test it.
1509 2020-05-27  Martin Liska  <mliska@suse.cz>
1511         * gcc-git-customization.sh: Use git-backport.py to drop
1512         all changes for ChangeLog files.
1513         * git-backport.py: New file.
1515 2020-05-27  Martin Liska  <mliska@suse.cz>
1517         * gcc-git-customization.sh: Rename
1518         commit-mklog to gcc-commit-mklog.
1520 2020-05-27  Martin Liska  <mliska@suse.cz>
1522         * prepare-commit-msg: Save diff to a file if
1523         the GCC_GIT_DIFF_FILE variable is set.
1525 2020-05-26  Pierre-Marie de Rodat  <derodat@adacore.com>
1527         * gcc-changelog/git_commit.py (ChangeLogEntry): Handle entries
1528         with multi-line file lists.
1529         * gcc-changelog/test_email.py: New testcase.
1530         * gcc-changelog/test_patches.txt: Likewise.
1532 2020-05-26  Pierre-Marie de Rodat  <derodat@adacore.com>
1534         * gcc-changelog/git_update_version.py: Close file objects after
1535         use.
1536         * gcc-changelog/git_email.py: Likewise.
1537         * gcc-changelog/test_email.py: Likewise.
1539 2020-05-26  Martin Liska  <mliska@suse.cz>
1541         * gcc-changelog/git_update_version.py: Add 2 new options.
1543 2020-05-26  Alexandre Oliva  <oliva@gnu.org>
1545         * gcc-changelog/git_commit.py (changelog_regex): Accept optional
1546         'for' prefix.
1548 2020-05-26  Alexandre Oliva  <oliva@adacore.com>
1550         * compare-debug: Adjust for .gkd files named as dump files,
1551         with the source suffix rather than the object suffix.
1553 2020-05-26  Martin Liska  <mliska@suse.cz>
1555         * gcc-changelog/git_commit.py: Parse changelog entries for
1556         ignored locations.
1557         * gcc-changelog/test_email.py: Add new test for it.
1558         * gcc-changelog/test_patches.txt: Likewise.
1560 2020-05-26  Jason Merrill  <jason@redhat.com>
1562         * prepare-commit-msg: New file.
1563         * gcc-git-customization.sh: Install it.  Add commit-mklog alias.
1564         * mklog.py: Add new option -c which appends
1565         to a ChangeLog file.
1567 2020-05-25  Martin Liska  <mliska@suse.cz>
1569         * gcc-changelog/git_commit.py: Add trailing '/'
1570         for libdruntime.  Allow empty changelog for
1571         only ignored files.
1572         * gcc-changelog/test_email.py: New test for go
1573         patch in ignored location.
1574         * gcc-changelog/test_patches.txt: Add test.
1576 2020-05-22  Jakub Jelinek  <jakub@redhat.com>
1578         * gcc-changelog/git_commit.py: Add trailing / to
1579         gcc/testsuite/go.test/test and replace gcc/go/frontend/
1580         with gcc/go/gofrontend/ in ignored locations.
1582 2020-05-22  Martin Liska  <mliska@suse.cz>
1584         * gcc-changelog/git_commit.py: Add gcc/testsuite/go.test/test
1585         to ignored locations.
1587 2020-05-21  Martin Liska  <mliska@suse.cz>
1589         * gcc-changelog/git_update_version.py: Prepare the script, the
1590         only missing piece is pushing of the updated branches.
1592 2020-05-21  Martin Liska  <mliska@suse.cz>
1594         * gcc-changelog/git_commit.py: Support DR entries/
1595         * gcc-changelog/test_email.py: New test for it.
1596         * gcc-changelog/test_patches.txt: New patch for it.
1598 2020-05-21  Martin Liska  <mliska@suse.cz>
1600         * mklog.py: Support DR parsing.
1601         * test_mklog.py: New test for DR parsing.
1603 2020-05-20  Martin Liska  <mliska@suse.cz>
1605         * gcc-changelog/git_commit.py: Add author_tuple
1606         only if not present in author_lines.
1607         * gcc-changelog/test_email.py: New test.
1608         * gcc-changelog/test_patches.txt: Add new patch.
1610 2020-05-20  Martin Liska  <mliska@suse.cz>
1612         * gcc-changelog/git_commit.py: Refactor to make flake8 happy.
1613         * gcc-changelog/test_email.py: Add new test.
1614         * gcc-changelog/test_patches.txt: Add new patch.
1616 2020-05-20  Frederik Harwath  <frederik@codesourcery.com>
1618         * gcc-changelog/git_commit.py: Skip over lines starting
1619         with "Reviewed-by: ", "Reviewed-on: ", or "Signed-off-by: "
1621 2020-05-20  Martin Liska  <mliska@suse.cz>
1623         * gcc-changelog/git_check_commit.py: Change
1624         --allow-non-strict-mode to --non-strict-mode.
1626 2020-05-20  Martin Liska  <mliska@suse.cz>
1628         * gcc-changelog/git_commit.py: Support cherry pick
1629         prefix.
1630         * gcc-changelog/test_email.py: Test it.
1631         * gcc-changelog/test_patches.txt: Add new patch.
1632         * gcc-git-customization.sh: Add gcc-backport.
1634 2020-05-19  Martin Liska  <mliska@suse.cz>
1636         * mklog.py: Use REST API for bug title downloading.
1638 2020-05-19  Martin Liska  <mliska@suse.cz>
1640         * gcc-changelog/git_commit.py: Add param use_commit_ts
1641         for to_changelog_entries.
1642         * gcc-changelog/git_update_version.py: Se use_commit_ts to True.
1644 2020-05-19  Martin Liska  <mliska@suse.cz>
1646         * mklog.py: Skip GTY for struct names.  Make flake8 happy.
1647         * test_mklog.py: Add test for GTY.
1649 2020-05-19  Martin Liska  <mliska@suse.cz>
1651         * gcc-changelog/git_update_version.py:
1652         Fill up entries in reverse order.
1654 2020-05-19  Martin Liska  <mliska@suse.cz>
1656         * gcc-git-customization.sh: Add
1657         alias.gcc-mklog new hook.
1658         * mklog.py: New file.
1659         * test_mklog.py: New file.
1661 2020-05-19  Martin Liska  <mliska@suse.cz>
1663         * legacy/mklog: Moved from mklog.
1664         * legacy/mklog.pl: Moved from mklog.pl.
1666 2020-05-19  Martin Liska  <mliska@suse.cz>
1668         * gcc-git-customization.sh: Add gcc-verify alias
1669         that uses contrib/gcc-changelog/git_check_commit.py.
1671 2020-05-15  Andrew Burgess  <andrew.burgess@embecosm.com>
1673         * dg-extract-results.py: Handle GDB specific test types.
1674         * dg-extract-results.sh: Likewise.
1676 2020-05-14  Martin Liska  <mliska@suse.cz>
1678         * gcc-changelog/test_email.py: New file.
1679         * gcc-changelog/test_patches.txt: New file.
1681 2020-05-13  Patrick Palka  <ppalka@redhat.com>
1683         * vimrc: Reduce textwidth to 72 for Git commit messages.
1685 2020-05-13  Martin Liska  <mliska@suse.cz>
1687         * gcc-changelog/git_check_commit.py: Add default argument HEAD
1688         for revisions and improve error message output.
1690 2020-05-13  Martin Liska  <mliska@suse.cz>
1692         * gcc-changelog/git_commit.py: Restore print_output syntax
1693         in git_commit.py.
1695 2020-05-13  Martin Liska  <mliska@suse.cz>
1697         * gcc-changelog/git_check_commit.py: New file.
1698         * gcc-changelog/git_commit.py: New file.
1699         * gcc-changelog/git_email.py: New file.
1700         * gcc-changelog/git_repository.py: New file.
1701         * gcc-changelog/git_update_version.py: New file.
1703 2020-04-17  Martin Liska  <mliska@suse.cz>
1705         * vimrc: We do not want to modify tab options
1706         for Python files.
1708 2020-04-16  Jakub Jelinek  <jakub@redhat.com>
1710         PR bootstrap/92008
1711         * gcc_update: Add intl/plural.y dependency for intl/plural-config.h.
1713 2020-04-03  Martin Liska  <mliska@suse.cz>
1715         * gcc-git-customization.sh: Search for the pattern
1716         at line beginning only.
1718 2020-01-24  Richard Earnshaw  <rearnsha@arm.com>
1720         * gcc-git-customization.sh: Use users/<pfx> for the personal remote
1721         rather than just <pfx>.  Convert existing personal branches to the
1722         new remote.
1723         * git-add-user-branch.sh: New file.
1725 2020-01-22  Richard Earnshaw  <rearnsha@arm.com>
1727         * git-add-vendor-branch.sh: New file.
1729 2020-01-20  Richard Earnshaw  <rearnsha@arm.com>
1731         * gcc-git-customization.sh: Check that user-supplied remote
1732         name exists before continuting.  Use a separate remotes for the
1733         personal commit area.  Convert existing personal and vendor
1734         fetch rules to new layout.
1735         * git-fetch-vendor.sh: New vendor layout.  Add --enable-push
1736         option.
1738 2020-01-17  Hans-Peter Nilsson  <hp@axis.com>
1740         * gcc_update <git revision>: Use git log "--pretty=tformat:%p:%t:%H",
1741         not "--pretty=%p:%t:%H".
1743 2020-01-16  Andreas Schwab  <schwab@linux-m68k.org>
1745         * gcc-git-customization.sh: Avoid double expansion.
1747 2020-01-16  Richard Earnshaw  <rearnsha@arm.com>
1749         * gcc-git-customization.sh: Check that user.name and user.email
1750         are set.  Use $(cmd) instead of `cmd`.  Fix variable quoting when
1751         using eval.
1753 2020-01-16  Jakub Jelinek  <jakub@redhat.com>
1755         * gcc-git-customization.sh: Verify the id to be printed is ancestor of
1756         the corresponding remote release branch (or master), otherwise print
1757         nothing.
1759 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1760             Jakub Jelinek  <jakub@redhat.com>
1762         * gcc-git-customization.sh: Change uses to use in comment.
1764 2020-01-15  Jakub Jelinek  <jakub@redhat.com>
1766         * gcc-git-customization.sh: Handle output of older git which doesn't
1767         print tags/ prefixes before branchpoint/gcc-.
1769 2010-01-15  Richard Earnshaw  <rearnsha@arm.com>
1771         * gcc-git-customization.sh: Explain why we want the user's
1772         upstream account name.  Don't add push rules.  Check if push rules
1773         have been added and suggest that they should be removed.
1774         * git-fetch-vendor.sh: Don't add push rules.
1776 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1778         Revert:
1779         2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1781         * gcc-git-customization.sh: Add back the default rule that
1782         is lost by adding a custom push rule.
1783         * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
1785 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1787         * gcc-git-customization.sh: Add back the default rule that
1788         is lost by adding a custom push rule.
1789         * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
1791 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1793         * contrib/git-fetch-vendor.sh: New file.
1795 2020-01-13  Jakub Jelinek  <jakub@redhat.com>
1797         * contrib/gcc-git-customization.sh: Add git gcc-descr and gcc-undescr
1798         aliases.
1800 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1802         * gcc-git-customization.sh: New file.
1804 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
1806         * update-copyright.py: Add Mentor Graphics Corporation and Yoshinori
1807         Sato as external authors.  Skip LICENSE.txt files.
1809 2019-12-16  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1811         * config-list.mk: Add msp430-elfbare.
1813 2019-12-09  Lewis Hyatt  <lhyatt@gmail.com>
1815         PR preprocessor/49973
1816         * unicode/from_glibc/unicode_utils.py: Support script from
1817         glibc (commit 464cd3) to extract character widths from Unicode data
1818         files.
1819         * unicode/from_glibc/utf8_gen.py: Likewise.
1820         * unicode/UnicodeData.txt: Unicode v. 12.1.0 data file.
1821         * unicode/EastAsianWidth.txt: Likewise.
1822         * unicode/PropList.txt: Likewise.
1823         * unicode/gen_wcwidth.py: New utility to generate
1824         libcpp/generated_cpp_wcwidth.h with help from the glibc support
1825         scripts and the Unicode data files.
1826         * unicode/unicode-license.txt: Added.
1827         * unicode/README: New explanatory file.
1829 2019-12-07  Richard Sandiford  <richard.sandiford@arm.com>
1831         * texi2pod.pl: Handle @headitems in @multitables, printing them
1832         in italics.  Push an empty item code onto the stack.
1834 2019-11-13  Janne Blomqvist  <jb@gcc.gnu.org>
1836         * download_prerequisites: Use http instead of ftp for downloading.
1838 2019-11-08  Martin Liska  <mliska@suse.cz>
1840         * mklog: The script fails for patches that contain:
1841         '---param=foo=bar xyz'.
1843 2019-09-18  Martin Liska  <mliska@suse.cz>
1845         * clang-format: Tweak configuration based on new
1846         options offered.
1848 2019-09-09  Jose E. Marchesi  <jemarch@gnu.org>
1850         * config-list.mk (LIST): Disable go in bpf-*-* targets.
1852 2019-09-04  Martin Liska  <mliska@suse.cz>
1854         * mklog: Do not print changed functions for
1855         testsuite files.
1857 2019-09-04  Martin Liska  <mliska@suse.cz>
1859         * mklog: Parse PR references from newly added
1860         test files.
1862 2019-09-04  Martin Liska  <mliska@suse.cz>
1864         * mklog: Use argparse instead of getopt.
1866 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1868         * compare-all-tests (all_targets): Remove references to spu.
1869         * config-list.mk (LIST): Likewise.
1871 2019-09-02  Alexander Monakov  <amonakov@ispras.ru>
1873         * vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.
1874         * vimrc: Set preferred values for 'tabstop', 'softtabstop',
1875         'shiftwidth', 'noexpandtab', 'textwidth', 'formatoptions' for all
1876         files, not just C-like files.
1878 2019-09-02  Martin Liska  <mliska@suse.cz>
1880         * vim-gcc-dev/syntax/gcc-match.vim: Set tabstop=8.
1882 2019-08-13  Uros Bizjak  <ubizjak@gmail.com>
1884         * test_summary: Do not escape "=".
1886 2019-07-02  Janne Blomqvist  <jb@gcc.gnu.org>
1888         PR other/91048
1889         * mklog (read_user_info): Open ~/.mklog in string mode.
1891 2019-06-19  Martin Liska  <mliska@suse.cz>
1893         * bench-stringop: New file.
1895 2019-05-21  Janne Blomqvist  <jb@gcc.gnu.org>
1897         * mklog: Open files in text mode.
1899 2019-05-21  Janne Blomqvist  <jb@gcc.gnu.org>
1901         * mklog: Convert to Python 3.
1903 2019-05-03  Jakub Jelinek  <jakub@redhat.com>
1905         * gennews (files): Add files for GCC 9.
1907 2019-04-30  Roland Illig  <roland.illig@gmx.de>
1909         * check-internal-format-escaping.py: New version using polib.
1911 2019-04-19  Christophe Lyon  <christophe.lyon@linaro.org>
1913         PR translation/90118
1914         * check-internal-format-escaping.py: Check that %< is not next to
1915         a word.
1917 2019-04-17  Jakub Jelinek  <jakub@redhat.com>
1919         * dg-extract-results.sh: Only handle WARNING: program timed out
1920         lines specially in "$MODE" == "sum".  Restore previous behavior
1921         for "$MODE" != "sum".  Clear has_timeout and timeout_cnt if in
1922         a different variant or curfile is empty.
1923         * dg-extract-results.py: Fix a typo.
1925 2019-04-05  Martin Liska  <mliska@suse.cz>
1927         PR translation/89936
1928         * check-internal-format-escaping.py: Properly detect wrong
1929         apostrophes.
1931 2019-03-11  Martin Liska  <mliska@suse.cz>
1933         * check-internal-format-escaping.py: Uncomment apostrophes
1934         check.
1936 2019-03-11  Martin Liska  <mliska@suse.cz>
1938         * check-internal-format-escaping.py: New file.
1940 2019-03-10  Tommy Nguyen  <remyabel@gmail.com>
1942         PR contrib/82704
1943         * download_prerequisites: Use -c instead of --check for sha512sum.
1945 2019-03-06  Martin Liska  <mliska@suse.cz>
1947         * check-params-in-docs.py: Ignore a param.
1949 2019-03-05  Christophe Lyon  <christophe.lyon@linaro.org>
1951         contrib/
1952         * dg-extract-results.py: Handle case where a WARNING happens with
1953         the first test of a harness.
1955 2019-03-05  Christophe Lyon  <christophe.lyon@linaro.org>
1957         contrib/
1958         * dg-extract-results.sh: Fix order of WARNING and following test
1959         result.
1961 2019-02-04  Christophe Lyon  <christophe.lyon@linaro.org>
1963         contrib/
1964         * dg-extract-results.py: Keep timeout warnings next to their
1965         matching test.
1966         * dg-extract-results.sh: Likewise.
1968 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
1970         * update-copyright.py: Add Gerard Jungman as external author.
1972 2018-11-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1974         * update-copyright.py (TestsuiteFilter): Skip .d tests.
1975         (LibPhobosFilter): Add filter for upstream D sources.
1976         (GCCCopyright): Add D Language Foundation as external author.
1977         (GCCCmdLine): Add libphobos.
1979 2018-11-19  Martin Liska  <mliska@suse.cz>
1981         * check_GNU_style_lib.py: Detect mixed usage
1982         of spaces and tabs.
1984 2018-11-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1986         * gcc_update (files_and_dependencies): Handle libphobos.
1988 2018-10-25  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
1990         * dg-cmp-results.sh: Print NA-FAIL and NA->UNRESOLVED changes at
1991         default verbosity.
1993 2018-10-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1995         * config-list.mk (LIST): Switch to i686-solaris2.11,
1996         sparc64-sun-solaris2.11.
1998 2018-10-04  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2000         * unused_functions.py: Handle archive files.
2002 2018-10-04  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2004         * unused_functions.py: New file.
2006 2018-09-25  Martin Liska  <mliska@suse.cz>
2008         * filter-rtags-warnings.py: New file.
2010 2018-09-25  Martin Liska  <mliska@suse.cz>
2012         PR middle-end/86078
2013         * check-params-in-docs.py: New file.
2015 2018-08-17  Jojo  <jijie_rong@c-sky.com>
2016             Huibin Wang  <huibin_wang@c-sky.com>
2017             Sandra Loosemore  <sandra@codesourcery.com>
2018             Chung-Lin Tang  <cltang@codesourcery.com>
2019             Andrew Jenner  <andrew@codesourcery.com>
2021         C-SKY port: Configury
2023         * config-list.mk (LIST): Add csky-elf and csky-linux-gnu.
2025 2018-07-13  Tom de Vries  <tdevries@suse.de>
2027         * maintainers-verify.sh: New file.
2029 2018-07-12  Christophe Lyon  <christophe.lyon@linaro.org>
2031         * compare_tests: Print number of tests in each category.
2033 2018-06-19  Alexander Monakov  <amonakov@ispras.ru>
2035         * vim-gcc-dev/README: New file.
2036         * vim-gcc-dev/ftdetect/gcc-dev.vim: New file.
2037         * vim-gcc-dev/syntax/gcc-match.vim: New file.
2038         * gimple.vim: Move under vim-gcc-dev/syntax/.
2039         * gcc-rtl.vim: Likewise.
2041 2018-06-19  Martin Liska  <mliska@suse.cz>
2043         * gcc-rtl.vim: New file.
2045 2018-06-12  Jeff Law  <law@redhat.com>
2047         * config-list.mk (LIST): Remove alpha-freebsd6.
2049 2018-05-08  Richard Biener  <rguenther@suse.de>
2051         PR bootstrap/85571
2052         * compare-lto: New script derived from compare-debug.
2054 2018-05-02  Jakub Jelinek  <jakub@redhat.com>
2056         * gennews (files): Add files for GCC 8.
2058 2018-05-01  Jim Wilson  <jimw@sifive.com>
2060         * gcc_update: Check for .git as a file.
2062 2018-03-21  Christophe Lyon  <christophe.lyon@linaro.org>
2064         * test_summary: Match possible single quotes in configure path.
2066 2018-03-02  Thomas Schwinge  <thomas@codesourcery.com>
2068         * update-copyright.py: Remove "libcilkrts" reference.
2070 2018-02-19  Yury Gribov  <tetra2005@gmail.com>
2072         * compare_tests: Use TMPDIR when set.
2073         * dg-cmp-results.sh: Ditto.
2074         * warn_summary: Ditto.
2076 2018-01-29  Jonathan Wakely  <jwakely@redhat.com>
2078         * download_prerequisites: Use shasum for FreeBSD and DragonFly.
2080 2018-01-19  Martin Liska  <mliska@suse.cz>
2082         * analyze_brprob.py: Support new format that can be easily
2083         parsed. Add new column to report.
2085 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
2087         * update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
2089 2017-11-28  Julia Koval  <julia.koval@intel.com>
2090             Sebastian Peryt  <sebastian.peryt@intel.com>
2092         * contrib/gcc_update: Ditto.
2094 2017-11-08  Martin Liska  <mliska@suse.cz>
2096         * analyze_brprob.py: Fix abbreviations for SI units.
2098 2017-10-02  Thomas Schwinge  <thomas@codesourcery.com>
2100         * gcc_update (files_and_dependencies): Handle libbacktrace.
2102 2017-09-18  Richard Biener  <rguenther@suse.de>
2104         * download_prerequisites (isl): Bump version to 0.18.
2106 2017-08-02  Yury Gribov  <tetra2005@gmail.com>
2108         * mklog: Added new implementation.
2110 2017-08-02  Yury Gribov  <tetra2005@gmail.com>
2112         * mklog: Rename to ...
2113         * mklog.pl: this.
2115 2017-07-17  Yury Gribov  <tetra2005@gmail.com>
2117         * mklog: Fix extraction of changed file name.
2119 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
2121         * gcc_update (files_and_dependencies)
2122         [gcc/config/avr/avr-tables.opt]: Remove dead entry.
2124 2017-06-28  Martin Liska  <mliska@suse.cz>
2126         * gcc.doxy: Add default location for filters and output folder.
2127         * filter_gcc_for_doxygen_new: Rename to filter_gcc_for_doxygen.
2128         * filter_params.pl: Remove.
2130 2017-06-21  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2132         * dg-cmp-results.sh: Restore filtering on target variant.
2134 2017-06-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2136         * dg-cmp-results.sh: Keep test result lines rather than throwing
2137         header and summary to support sum files with multiple tools.
2139 2017-05-31  Martin Liska  <mliska@suse.cz>
2141         * filter_params.py:
2142         Transform ENUM_BITFIELD and comments starting with '/**'
2144 2017-05-31  David Malcolm  <dmalcolm@redhat.com>
2145             Martin Liska  <mliska@suse.cz>
2147         * filter_params.py: New, porting the perl script to python,
2148         adding a test suite.
2149         * filter_gcc_for_doxygen_new: New file.
2151 2017-05-30  Martin Liska  <mliska@suse.cz>
2153         * analyze_brprob.py: Add new argument to parse and modify
2154         predict.def file.
2155         * analyze_brprob_spec.py: Likewise.
2157 2017-05-29  Tom de Vries  <tom@codesourcery.com>
2159         * check_GNU_style_lib.py (TrailingWhitespaceCheck.check): Assert no
2160         trailing eol.
2161         (TrailingWhitespaceTest): New unit test.
2162         (check_GNU_style_file): Remove eol before checking.
2164 2017-05-29  Tom de Vries  <tom@codesourcery.com>
2166         * check_GNU_style_lib.py (check_GNU_style_file): Treat file argument as
2167         file handle.  Add and handle file_encoding argument.
2168         * check_GNU_style.py (main): Handle '-' file argument.  Call
2169         check_GNU_style_file with file handle as argument.
2171 2017-05-29  Tom de Vries  <tom@codesourcery.com>
2173         * check_GNU_style_lib.py: Use import_pip3 to import pip3 packages.
2174         (import_pip3): New function.
2176 2017-05-24  Tom de Vries  <tom@codesourcery.com>
2178         * check_GNU_style_lib.py: New file, factored out of ...
2179         * check_GNU_style.py: ... here.  Call main unconditionally.
2181 2017-05-19  Martin Liska  <mliska@suse.cz>
2183         * check_GNU_style.py: New file.
2185 2007-05-03  Jeff Law  <law@redhat.com>
2187         * config-list.mk (am33_2.0-linux): Remove from list of targets
2188         to build.
2190 2017-05-02  Jakub Jelinek  <jakub@redhat.com>
2192         * gennews (files): Add files for GCC 7.
2194 2017-04-26  Tom de Vries  <tom@codesourcery.com>
2196         * gen_autofdo_event.py: Fix comment.
2198 2017-04-11  Damian Rouson  <damian@sourceryinstitute.org>
2200         * download_prerequisites (md5_check): New function emulates Linux
2201         'md5 --check' on macOS.  Modified script for macOS compatibility.
2203 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
2205         * config-list.mki (LIST): Add riscv32-unknown-linux-gun and
2206         riscv64-unknown-linux-gnu.
2208 2017-01-31  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2210         * update-copyright.py (Copyright.process_file): Retain original
2211         file mode.
2213 2017-01-29  Gerald Pfeifer  <gerald@pfeifer.com>
2215         * update-copyright.py: Fix the name of this script in examples.
2217 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
2219         * update-copyright.py: Add libhsail-rt to self.default_dirs
2220         and call self.add_dir on it.  Add Intel Corporation to external
2221         authors.
2223 2017-01-25  Thomas Schwinge  <thomas@codesourcery.com>
2225         * gcc_update (files_and_dependencies): Care for "libhsail-rt".
2227 2017-01-23  Gerald Pfeifer  <gerald@pfeifer.com>
2229         * patch_tester.sh (TESTLOGS): Remove
2230         $TARGET/libjava/testsuite/libjava.sum.
2232 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
2234         * warn_summary: Remove the -java option.
2236 2017-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
2238         * update-copyright.py (LibJavaFilter): Remove.
2240 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>        
2241         
2242         * gcc_update: Remove entries related to GCJ and libgcj.
2243         Complete copyright years and adjust my e-mail address.
2245 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
2247         * gcc_update: Adjust touch list for ARM.
2249 2017-01-08  Gerald Pfeifer  <gerald@pfeifer.com>
2251         * download_ecj: Remove.
2253 2017-01-05  Martin Liska  <mliska@suse.cz>
2255         * vimrc: Update indentation definition.
2257 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
2259         * update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
2260         libssp, libvtv and lto-plugin to default_dirs.
2262 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
2264         * update-copyright.py (TestsuiteFilter): Skip params/README.
2265         (GCCCmdLine): Remove libjava and libjava/testsuite add_dir.
2267 2016-12-14  Martin Liska  <mliska@suse.cz>
2269         * analyze_brprob.py: Add new column to output and new sorting
2270         option. Fix coding style to not exceed 80 characters.
2271         * analyze_brprob_spec.py: Add new sorting
2272         option. Fix coding style to not exceed 80 characters.
2274 2016-10-24  Moritz Klammler  <moritz@glammler.eu>
2276         PR other/61439
2277         * download_prerequisites: Conditionally verify checksums of
2278         downloaded pacakges.  Add help text.  
2279         * prerequisites.md5: New file.
2280         * prerequisites.sha512: New file.
2282 2016-10-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2284         * check_GNU_style.sh (remove_testsuite): New function.
2285         Use it to remove testsuite from the diff.
2287 2016-09-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2289         * dg-extract-results.sh: Revert bogus change.
2291 2016-09-20  Christophe Lyon  <christophe.lyon@linaro.org>
2293         * dg-extract-results.py: Report DejaGnu error in the final
2294         summary.
2295         * dg-extract-results.sh: Likewise.
2297 2016-09-20  Christophe Lyon  <christophe.lyon@linaro.org>
2299         * compare_tests: Take ERROR messages into account when
2300         comparing.
2302 2016-08-17  Martin Liska  <mliska@suse.cz>
2304         * mark_spam.py: Mark as spam all comments done by a creator.
2306 2016-08-15  Martin Liska  <mliska@suse.cz>
2308         * mark_spam.py: Add error handling and reset
2309         another properties of attachments and bugs.
2311 2016-08-11  Martin Liska  <mliska@suse.cz>
2313         * mark_spam.py: Mark attachments as obsolete and rename them.
2315 2016-08-03  Eric Gallager  <egall@gwmail.gwu.edu>
2317         * download_prerequisites: Explicitly remove existing symlinks
2318         before trying to create new ones.
2320 2016-07-28  Martin Liska  <mliska@suse.cz>
2322         * mark_spam.py: New file.
2324 2016-07-21  Martin Liska  <mliska@suse.cz>
2326         * analyze_brprob.py: If there's no loop, do not calculate
2327         average number of loop iterations.
2329 2016-06-24  Martin Liska  <mliska@suse.cz>
2331         * analyze_brprob.py: Parse and display average number
2332         of loop iterations.
2334 2016-06-23  Andi Kleen  <ak@linux.intel.com>
2336         * gen_autofdo_event.py: New file to regenerate
2337         gcc-auto-profile.
2339 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2341         * config-list.mk: Stop testing mep-elf.
2343 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2345         * config-list.mk: Stop testing avr-rtems.
2347 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2349         * config-list.mk: Stop testing m32r-rtems.
2351 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2353         * config-list.mk: Remove h8300-rtems support.
2355 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2357         * config-list.mk: stop testing knetbsd.
2359 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2361         * config-list.mk: Stop testing openbsd3.0.
2363 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2365         * config-list.mk: Remove interix target.
2367 2016-06-21  David Edelsohn  <dje.gcc@gmail.com>
2369         * config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1,
2370         rs6000-ibm-aix5.2.
2371         Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1.
2372         Add rs6000-ibm-aix7.1.
2374 2016-06-17  Martin Liska  <mliska@suse.cz>
2376         * analyze_brprob.py: Fix columns of script output.
2378 2016-06-13  Richard Biener  <rguenther@suse.de>
2380         * download_prerequisites (ISL): Bump version to 0.16.1
2382 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
2384         * check_GNU_style.sh: Fix paste args for BSD
2386 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
2388         * config-list.mk (LIST): Add OPT-enable-obsolete to avr-rtems,
2389         h8300-rtems, m32r-rtems, mep-elf.
2391 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
2393         * config-list.mk (GCC_SRC_DIR): New variable.
2394         (make-log-dir): Use GCC_SRC_DIR.
2395         ($(LIST)): Likewise.
2397 2016-06-09  Martin Liska  <mliska@suse.cz>
2399         * analyze_brprob_spec.py: New file.
2401 2016-06-09  Martin Liska  <mliska@suse.cz>
2403         * analyze_brprob.py: Add new argument --sorting.
2405 2016-06-09  Martin Liska  <mliska@suse.cz>
2407         * analyze_brprob.py: Cover new dump output format.
2409 2016-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2411         * update-copyright.py (LibMudflapFilter): Remove.
2412         (GCCCmdLine.__init__): Add gotools, libcc1.
2413         Remove libmudflap.
2414         List unhandled intl, libcilkrts, libgo, liboffloadmic,
2415         maintainer-scripts.
2417 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2419         * download_prerequisites: Adjust gmp/mpfr/mpc versions.
2421 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2423         * compare-all-tests: Remove SH5 support.
2424         * config-list.mk: Likewise.
2426 2016-04-28  Martin Liska  <mliska@suse.cz>
2428         * analyze_brprob: Remove.
2429         * analyze_brprob.py: New file.
2431 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
2433         * gennews (files): Add files for GCC 6.
2435 2016-04-17  Jan Hubicka  <jh@suse.cz>
2437         * analyze_brprob: Update comment.
2439 2016-04-13  Martin Sebor  <msebor@redhat.com>
2441         * check_GNU_style.sh: Avoid false posivies in trailing operator
2442         checks.
2444 2016-03-07  Martin Sebor  <msebor@redhat.com>
2446         * check_GNU_style.sh (color): New global variable.
2447         Add checks for trailing operators and spaces before left brackets.
2448         Tightened up a check for a trailing left curly brace.
2449         (g, ag, vg): Use color.
2450         (col): Don't complain about excessively long lines with DejaGnu
2451         directives.
2453 2016-03-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2455         * mklog: Look for the ChangeLog file in $cwd.
2457 2016-02-26  Joel Sherrill <joel@rtems.org>
2459         * config-list.mk: Add aarch64-rtems and x86_64-rtems
2461 2016-01-19  Jonathan Wakely  <jwakely@redhat.com>
2463         * uninclude: Fix third argument to gensub.
2465 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
2467         * update-copyright.py (GCCCopyright): Add NVIDIA Corporation
2468         as external author.
2470 2015-12-17  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2472         * config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
2473         targets x86_64-knetbsd-gnu, i686-knetbsd-gnu and i686-openbsd3.0 .
2475 2015-12-06  Tobias Burnus  <burnus@net-b.de>
2477         * download_prerequisites: Download ISL 0.15 instead of 0.14.
2479 2015-11-20  Martin Liska  <mliska@suse.cz>
2481         * clang-format: Split content of a list to multiple
2482         lines.
2484 2015-11-19  Martin Liska  <mliska@suse.cz>
2486         * clang-format: Enhance list of FOR_EACH macros.
2488 2015-11-19  Martin Liska  <mliska@suse.cz>
2490         * clang-format: New file.
2492 2015-11-11  Andrew MacLeod  <amacleod@redhat.com>
2494         * header-tools: New.  Directory containing a set of tools for
2495         manipulating header files.
2497 2015-10-30  Nathan Sidwell  <nathan@acm.org>
2499         * config-list.mk (nvptx-none): Add it.
2501 2015-09-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
2503         * download_prerequisites: Make sure that script is run from
2504         top level source directory.
2506 2015-08-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2508         * update-copyright.py (GCCCmdLine): Add libvtv.
2510 2015-08-04  Uros Bizjak  <ubizjak@gmail.com>
2512         * texi2pod.pl: Escape braces in regexp involving @strong{...}.
2514 2015-07-15  Tom de Vries  <tom@codesourcery.com>
2516         * check_GNU_style.sh (cat_with_prefix): Fix quoting.
2518 2015-06-02  Steve Ellcey  <sellcey@imgtec.com>
2520         * test_installed (--target=): New option.
2522 2015-05-30  Mikhail Maltsev  <maltsevm@gmail.com>
2524         * gimple.vim: New file.
2526 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2528         * check_GNU_style.sh: Add temp files tmp2 and tmp3.
2529         (cat_with_prefix): New function, using global variable prefix.
2530         (col): Make prefix a global variable. Rewrite to process file at a time
2531         rather than line at a time.  Print part longer than 80 chars in red.
2533 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2535         * check_GNU_style.sh (g, ag, vg): Don't cat empty file.
2537 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2539         * check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
2541 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2543         * check_GNU_style.sh: Improve readability function calls.
2545 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
2547         * config-list.mk: Add FT32.
2549 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2551         * check_GNU_style.sh (col): Fix tab size.
2553 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2555         * check_GNU_style.sh: Put stdin into a temp file.
2557 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2559         * check_GNU_style.sh: Read either from stdin, or from files.
2561 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2563         * check_GNU_style.sh: Check if files exists.
2565 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2567         * check_GNU_style.sh: Don't use a filename prefix if we're only
2568         processing one patch file.
2570 2015-05-12  Yury Gribov  <y.gribov@samsung.com>
2572         * mklog: Ignore preprocessor directives.
2574 2015-04-22  Jakub Jelinek  <jakub@redhat.com>
2576         * gennews (files): Add files for GCC 5.
2578 2015-03-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2580         * dg-extract-results.sh: Check that the necessary python modules exist.
2582 2015-02-05  Ilya Verbin  <ilya.verbin@intel.com>
2584         * gcc_update (files_and_dependencies): Add rules for liboffloadmic and
2585         liboffloadmic/plugin.
2587 2015-01-15  Richard Sandiford  <richard.sandiford@arm.com>
2589         * update-copyright.py (Copyright.__init__): Add a regexp for
2590         "copyright = u'".
2591         (Copyright.update_copyright): Don't add a space before the year
2592         in that case.
2594 2015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
2596         * gcc_update (files_and_dependencies): Update rules for new
2597         libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
2599 2015-01-12  Yury Gribov  <y.gribov@samsung.com>
2601         * check_GNU_style.sh: Support patches coming from stdin.
2602         Check that spaces are converted to tabs.
2603         Make double-space-after-dot check more precice.
2605 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2607         * config-list.mk (LIST): Add visium-elf.
2609 2015-01-05  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2611         * config-list.mk: Use shortest match for OPT to find the actual
2612         target name.
2614 2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
2616         * dg-extract-results.sh: Use --text with grep to avoid issues with
2617         binary files.  Fall back to cat -v, if that doesn't work.
2619 2014-12-12  Chung-Ju Wu  <jasonwucj@gmail.com>
2621         * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
2623 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2624             Yury Gribov  <y.gribov@samsung.com>
2626         * vimrc: New file.
2628 2014-12-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2630         * check_GNU_style.sh: Warn for incorrect number of spaces in function
2631         call only if 0 or 2+ spaces found.
2633 2014-12-02  Tobias Burnus  <burnus@net-b.de>
2635         * download_prerequisites: Download ISL 0.14 instead of 0.12.2.
2637 2014-11-25  Tom de Vries  <tom@codesourcery.com>
2638             Peter Bergner  <bergner@vnet.ibm.com>
2640         * mklog: Handle .mklog.  Use git setting independent of presence .git
2641         directory.
2643 2014-11-14  Tom de Vries  <tom@codesourcery.com>
2645         * mklog: Move reading of .diff file up and add comment.  Copy diff_lines
2646         to orig_diff_lines.  Use orig_diff_lines when appending patch.
2648 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
2650         * ChangeLog.jit: New.
2651         * jit-coverage-report.py: New file: a script to print crude
2652         code-coverage information for the libgccjit API.
2654 2014-11-11  Marat Zakirov  <m.zakirov@samsung.com>
2656         * mklog: Symbol '}' stops search for changes.
2658 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2660         * download_prerequisites: Stop downloading CLooG.
2662 2014-11-07  Marat Zakirov  <m.zakirov@samsung.com>
2664         * mklog: Always doubt in functions.
2665         Add EOF protection.
2667 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2669         * config-list.mk: Don't build Go for certain targets.
2671 2014-10-04  Trevor Saunders  <tsaunders@mozilla.com>
2673         * compare-all-tests: Don't test score-*.
2674         * config-list.mk: Likewise.
2676 2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
2678         * dg-extract-results.py (output_variation): Always sort if do_sum.
2680 2014-09-22  Tom de Vries  <tom@codesourcery.com>
2682         * mklog: Add --inline option.
2684 2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
2686         * dg-extract-results.py (Prog.result_re): Include options in test name.
2688 2014-09-19  Olivier Hainque  <hainque@adacore.com>
2690         * config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
2692 2014-09-18  Joel Sherrill <joel.sherrill@oarcorp.com>
2694         * config-list.mk (LIST): Add v850-rtems.
2696 2014-09-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2698         * config-list.mk (LIST): Add arm-rtems.
2699         Add nios2-rtems.  Remove extra option from powerpc-rtems.
2701 2014-09-08  Trevor Saunders  <tsaunders@mozilla.com>
2703         * compare-all-tests: Don't test picochip.
2704         * config-list.mk: Likewise.
2706 2014-08-11  Mingjie Xing <mingjie.xing@gmail.com>
2708         * texi2pod.pl (postprocess): Move command process for '@sc' to the
2709         front of '@dfn'.  Add a new command process for '@t{...}', just print
2710         the content.
2712 2014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
2713             Yury Gribov  <y.gribov@samsung.com>
2715         * mklog: Run mklog as a filter.
2717 2014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
2719         * mklog: Read name and email from git config when available.
2721 2014-06-28  Richard Biener  <rguenther@suse.de>
2723         * gennews: Use gcc-3.0/index.html.
2725 2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
2727         * dg-extract-results.py: For Python 3, force sys.stdout to handle
2728         surrogate escape sequences.
2729         (safe_open): New function.
2730         (output_segment, main): Use it.
2732 2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
2734         * dg-extract-results.py (Named): Remove __cmp__ method.
2735         (output_variation): Use a key to sort variation.harnesses.
2737 2014-05-24  Uros Bizjak  <ubizjak@gmail.com>
2739         * texi2pod.pl: Force .pod file to not be a numbered list.
2741 2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
2743         * dg-extract-results.py (parse_run): Handle warnings that are printed
2744         before a test harness is run.
2746 2014-05-09  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2748         * config-list.mk (show): New target.
2750 2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
2752         * dg-extract-results.py: New file.
2753         * dg-extract-results.sh: Use it if the environment seems suitable.
2755 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2757         * config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
2759 2013-04-22  Jakub Jelinek  <jakub@redhat.com>
2761         * gennews (files): Add files for GCC 4.9.
2763 2014-02-24  Walter Lee  <walt@tilera.com>
2765         * config-list.mk (LIST): Add tilegxbe-linux-gnu.
2767 2014-02-13  Richard Biener  <rguenther@suse.de>
2769         * download_prerequisites: Update ISL and CLOOG versions.
2771 2014-01-31  Brooks Moses  <bmoses@google.com>
2773         * gcc_update (files_and_dependencies): Add aarch64-tune.md.
2775 2014-01-29  Yury Gribov  <y.gribov@samsung.com>
2777         * mklog: Improve support of context diffs.
2779 2014-01-21  Tatiana Udalova  <t.udalova@samsung.com>
2781         * mklog: Avoid adding falsely changed functions to ChangeLog.
2783 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
2785         * config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
2786         ordering of some configs.
2788 2013-12-23  Yury Gribov  <y.gribov@samsung.com>
2790         * mklog: Automatically insert comments in trivial cases.
2792 2013-12-19  Yury Gribov  <y.gribov@samsung.com>
2794         * mklog: Split generated message in parts.
2796 2013-10-31  Chung-Ju Wu  <jasonwucj@gmail.com>
2798         * config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
2800 2013-10-29  Tobias Burnus  <burnus@net-b.de>
2802         * gcc_update (files_and_dependencies): Add rules for
2803         libcilkrts.
2805 2013-10-11  Thomas Schwinge  <thomas@codesourcery.com>
2807         * gcc_update (files_and_dependencies): Fix rule for
2808         libgomp/testsuite/Makefile.in.
2810 2013-10-01  Joern Rennecke  <joern.rennecke@embecosm.com>
2812         * config-list.mk: Add arc configurations.
2814 2013-09-27  Diego Novillo  <dnovillo@google.com>
2816         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2818 2013-09-12  DJ Delorie  <dj@redhat.com>
2820         * config-list.mk: Add msp430-elf.
2822 2013-08-31  Diego Novillo  <dnovillo@google.com>
2824         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2826 2013-08-29  Mike Stump  <mikestump@comcast.net>
2828         * gcc_update (configure): Update to handle svn 1.8.1.
2830 2013-08-03  Caroline Tice  <cmtice@google.com>
2832         * gcc_update: Add libvtv files.
2834 2013-06-06  Brooks Moses  <bmoses@google.com>
2836         * testsuite-management/validate_failures.py: Fix handling of
2837         summary lines with "|" characters or empty description fields.
2839 2013-05-24  Chung-Ju Wu  <jasonwucj@gmail.com>
2841         * download_prerequisites: Download isl and cloog conditionally.
2843 2013-05-21  David Malcolm  <dmalcolm@redhat.com>
2845         * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
2847 2013-05-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2849         * config-list.mk (LIST): Add -enable-obsolete for
2850         sparc-sun-solaris2.9, i686-solaris2.9.
2852 2013-05-13  Mike Stump  <mikestump@comcast.net>
2854         * compare_tests: Limit lines to 2000 characters as comm on Mac OS
2855         X 10.8.3 doesn't like long lines (those 2055 characters or more).
2857 2013-04-22  Sofiane Naci  <sofiane.naci@arm.com>
2859         * config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
2861 2013-04-18  Diego Novillo  <dnovillo@google.com>
2863         * validate_failures.py: Fix typo.
2865 2013-04-18  Diego Novillo  <dnovillo@google.com>
2867         * validate_failures.py: Loosen check for build directory.
2868         State what failed if we couldn't find the source tree or
2869         the target triplet.
2871 2013-03-22  Jakub Jelinek  <jakub@redhat.com>
2873         * gennews (files): Add files for GCC 4.8.
2875 2013-03-06  Tobias Burnus  <burnus@net-b.de>
2877         * make-obstacks-texi.pl: New.
2879 2013-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2881         * make_sunver.pl: Enforce C locale.
2883 2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
2885         * update-copyright.py: Add libdecnumber to the default list.
2886         Remove libquadmath and libssp.
2888 2013-02-06  Diego Novillo  <dnovillo@google.com>
2890         * testsuite-management/validate_failures.py: Fix typo.
2892 2013-02-06  Diego Novillo  <dnovillo@google.com>
2894         * testsuite-management/validate_failures.py: Update
2895         Copyright years.
2896         Request contributions not to use Python features newer
2897         than 2.4.
2898         (GetBuildData): If this is not a build directory,
2899         emit an error only if --results or --manifest are missing.
2901 2013-02-06  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2903         * testsuite-management/validate_failures.py
2904         (IsInterestingResult): Fix performance regression
2906 2013-02-04  Richard Sandiford  <rdsandiford@googlemail.com>
2908         * update-copyright.py: New file.
2910 2013-01-15  David Blaikie  <dblaikie@gmail.com>
2912         * dg-extract-results.sh: Handle KPASSes.
2914         * dg-extract-results.sh: Constrain the start-of-log pattern.
2916         * dg-extract-results.sh: Fix order of summary counts.
2918 2012-12-01  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2920         * testsuite-management/validate_failures.py
2921         (IsInterestingResult): Only strip line a second time if we did split.
2922         Rephrase return statement while at it.
2923         (CollectSumFiles): Also ignore .git directory.
2925 2012-12-03  Diego Novillo  <dnovillo@google.com>
2927         * testsuite-management/validate_failures.py: Fix stale
2928         use of 'options'.
2930 2012-11-30  Doug Evans  <dje@google.com>
2932         * testsuite-management/validate_failures.py: Add support for @include,
2933         @remove directives in manifest files.
2935         * testsuite-management/validate_failures.py: Add function
2936         GetManifestPath.  New global _MANIFEST_SUBDIR.
2938 2012-11-29  Doug Evans  <dje@google.com>
2940         * testsuite-management/validate_failures.py: Remove pass/fail
2941         indicator from result of GetBuildData.
2943         * testsuite-management/validate_failures.py: Store options in global
2944         variable _OPTIONS.
2946         * testsuite-management/validate_failures.py: Rename variable
2947         manifest_name to manifest_path everywhere.
2949         * testsuite-management/validate_failures.py (CompareBuilds): Pass
2950         options.results to GetSumFiles for clean build.
2952 2012-11-28  Doug Evans  <dje@google.com>
2954         * testsuite-management/validate_failures.py: Use <target_alias> instead
2955         of <target>.  Minor whitespace changes.
2957         * testsuite-management/validate_failures.py: Record ordinal with
2958         TestResult.
2960 2012-11-19  Mike Stump  <mikestump@comcast.net>
2962         * compare_tests: Add export LC_ALL=C to make sort happier.
2964 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
2966         * gcc_update: Update libsanitizer generated files.
2968 2012-11-12  Tobias Burnus  <burnus@net-b.de>
2970         * gcc_update: Add libquadmath generated files.
2972 2012-11-12  H.J. Lu  <hongjiu.lu@intel.com>
2974         * gcc_update: Add libsanitizer generated files.
2976 2012-11-05  Lawrence Crowl  <crowl@google.com>
2978         * compare_two_ftime_report_sets: New.
2980 2012-11-02  Diego Novillo  <dnovillo@google.com>
2982         * testsuite-management/validate_failures.py: Add option
2983         --clean_build to compare test results against another
2984         build.
2986 2012-10-31  Diego Novillo  <dnovillo@google.com>
2988         * testsuite-management/validate_failures.py: Fix parsing
2989         of summary lines.
2991 2012-10-29  Diego Novillo  <dnovillo@google.com>
2993         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2995 2012-10-06  Diego Novillo  <dnovillo@google.com>
2997         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2999 2012-10-02   Christophe Lyon  <christophe.lyon@linaro.org>
3001         * check_GNU_style.sh: Remove temporay file upon exit.
3003 2012-09-26  Joern Rennecke  <joern.rennecke@embecosm.com>
3005         * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
3006         arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
3007         Use --enable-obsolete for picochip-elf.
3009 2012-09-10   Diego Novillo  <dnovillo@google.com>
3011         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3013 2012-09-04  Eric Botcazou  <ebotcazou@adacore.com>
3015         * make_sunver.pl: Add missing newline at the end of extern "C++" block.
3017 2012-08-24   Diego Novillo  <dnovillo@google.com>
3019         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3021 2012-08-14   Diego Novillo  <dnovillo@google.com>
3023         * testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
3025 2012-08-13  Diego Novillo  <dnovillo@google.com>
3027         * testsuite-management/validate_failures.py (ExpirationDate): Tidy
3028         comment.
3030 2012-08-13  Diego Novillo  <dnovillo@google.com>
3032         * testsuite-management/validate_failures.py (ParseSummary): Fix
3033         comment.
3035 2012-08-13  Diego Novillo  <dnovillo@google.com>
3037         * testsuite-management/validate_failures.py: Import datetime.
3038         (TestResult.ExpirationDate): New.
3039         (TestResult.HasExpired): New.
3040         (ParseSummary): Call it.  If it returns True, warn that the
3041         expected failure has expired and do not add it to the set of
3042         expected results.
3043         (GetResults): Clarify documentation.
3045 2012-07-26   Diego Novillo  <dnovillo@google.com>
3047         * testsuite-management/validate_failures.py: Do not use
3048         'with ... as ...' constructs.
3050 2012-07-19   Diego Novillo  <dnovillo@google.com>
3052         * testsuite-management/validate_failures.py (CollectSumFiles):
3053         Rename from GetSumFiles.
3054         (GetSumFiles): Factor out of CheckExpectedResults.
3055         (CheckExpectedResults): Call it.
3056         (ProduceManifest): Call it.
3058 2012-07-18   Diego Novillo  <dnovillo@google.com>
3060         * testsuite-management/validate_failures.py: Fix
3061         /usr/bin/python invocation.
3063 2012-06-19  Steven Bosscher  <steven@gcc.gnu.org>
3065         * check_makefile_deps.sh: Look for c-common.o in c-family/.
3066         Add a few more crt* files to the list of files to skip.
3068 2012-05-31  Marek Polacek  <polacek@redhat.com>
3070         * mklog: Prevent printing three spaces after the date.
3072 2012-06-04   Diego Novillo  <dnovillo@google.com>
3074         * testsuite-management/validate_failures.py (GetResults):
3075         Change argument to accept list of summary files to analyze.
3076         Update callers.
3077         (CheckExpectedResults): Handle options.manifest, options.results
3078         and options.ignore_missing_failures.
3079         (Main): Add options --manifest, --results and --ignore_missing_failures.
3081 2012-05-31   Diego Novillo  <dnovillo@google.com>
3082              Cary Coutant  <ccoutant@google.com>
3084         * mklog: New.
3086 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
3088         PR bootstrap/53472
3089         * contrib/compare-debug (remove_comment): New function.
3090         Remove any .comment sections if the first cmp failed.
3092 2012-05-09  David Edelsohn  <dje.gcc@gmail.com>
3094         * gcc_update: Use $GCC_SVN to retrieve branch and revision.
3096 2012-05-01  Richard Henderson  <rth@redhat.com>
3098         * gcc_update: Add libatomic generated files.
3100 2012-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3102         * compare_tests: Append '/' to make 'find' traverse
3103         symlinked directories.
3105 2012-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3107         * testsuite-management/validate_failures.py (GetBuildData): Use
3108         target_alias.
3110 2012-04-06  Doug Evans  <dje@google.com>
3112         * dg-extract-results.sh: Handle KFAILs.
3114 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3116         * config-list.mk (LIST): Remove mips-sgi-irix6.5.
3118 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
3120         * gennews (files): Add files for GCC 4.7.
3122 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3124         * config-list.mk (LIST): Remove mips-openbsd.
3126 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3128         * config-list.mk (LIST): Remove alpha-dec-osf5.1.
3130 2012-03-02   Diego Novillo  <dnovillo@google.com>
3132         * testsuite-management/validate_failures.py (class TestResult): Fix
3133         match pattern for the summary line.  If there is a parsing failure,
3134         show the line we failed to parse.
3136 2012-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3138         PR libstdc++/52188
3139         * make_sunver.pl: Remove #ifdef handling.
3141 2012-02-17   Doug Kwan  <dougkwan@google.com>
3143         * contrib/testsuite-management/validate_failures.py
3144         (GetMakefileValue): Check for cross compilers.
3146 2012-02-15   Quentin Neill  <quentin.neill@amd.com>
3148         * compare_tests: Fix trailing paths in dir arguments.
3149         Handle sum1/sum2 temp files with others.
3151 2012-02-14  Walter Lee  <walt@tilera.com>
3153         * config-list.mk (LIST): Add tilegx-linux-gnu and
3154         tilepro-linux-gnu.
3155         * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
3156         (gcc/config/tilepro/mul-tables.c): New dependencies.
3158 2012-02-11  Mike Stump  <mikestump@comcast.net>
3160         * compare_tests (exit_status): Fix.
3162 2012-02-10   Diego Novillo  <dnovillo@google.com>
3164         * repro_fail: Add --debug and --debug-tui flags.
3166 2012-02-02  Sumanth G  <sumanth.gundapaneni@kpitcummins.com>
3167             Jayant R Sonar  <jayant.sonar@kpitcummins.com>
3169         * config-list.mk (LIST): Add cr16-elf.
3171 2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
3173         PR target/51345
3174         * gcc_update (files_and_dependencies): Add
3175         gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
3177 2011-11-29  DJ Delorie  <dj@redhat.com>
3179         * config-list.mk (LIST): Add rl78-elf.
3181 2011-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3183         * make_sunver.pl: Convert '?' in glob patterns to '.'.
3185 2011-11-07  Richard Henderson  <rth@redhat.com>
3187         Merged from transactional-memory.
3189         * gcc_update: Add libitm to touch data.
3191 2011-11-07   Quentin Neill  <quentin.neill@amd.com>
3193         * compare_tests: Add ability to compare all .sum
3194         files from two build directories.
3196 2011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
3198         * contrib-list.mk: Add Epiphany configurations.
3200 2011-09-13   Diego Novillo  <dnovillo@google.com>
3202         * testsuite-management: New.
3203         * testsuite-management/validate_failures.py: New.
3205 2011-08-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3207         * gcc_update: Determine svn branch from hg convert_revision.
3209 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3211         * config-list.mk (i586-netware): Remove.
3212         (.PHONY): Remove make-script-dir dependency.
3213         (make-script-dir): Remove.
3214         ($(LIST)): Remove make-script-dir dependency.
3216 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
3218         * gcc_update: Add C6X generated files.
3219         * contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
3221 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3223         * config-list.mk (LIST): Append OPT-enable-obsolete to
3224         alpha-dec-osf5.1, mips-sgi-irix6.5.
3226 2011-06-24  Diego Novillo  <dnovillo@google.com>
3228         * repro_fail: New.
3230 2011-06-21  Joseph Myers  <joseph@codesourcery.com>
3232         * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
3234 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
3236         * gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
3237         gcc/config/arm/arm-fpus.def.
3239 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
3241         * gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
3242         dependencies.
3244 2011-05-09  Joseph Myers  <joseph@codesourcery.com>
3246         * gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
3248 2010-05-05  Joern Rennecke  <joern.rennecke@embecosm.com>
3250         * config-list.mk: New file.
3252 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
3254         * gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
3256 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3258         * paranoia.cc (ENUM_BITFIELD): Remove.
3260 2011-04-08  Joseph Myers  <joseph@codesourcery.com>
3262         * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
3264 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3266         * compare-all-tests (all_targets): Remove crx and m68hc11.
3268 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3270         PR bootstrap/48135
3271         * make_sunver.pl: Don't use File::Glob.
3273 2011-03-05  Joseph Myers  <joseph@codesourcery.com>
3275         * gennews (files): Add files for GCC 4.6.
3277 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
3279         * patch_tester.sh (nopristinecache): New shell var, set according
3280         to presence or absence of new -nopristinecache option.
3281         (usage): Document new option.
3282         (bootntest_pristine): Implement it.
3284 2010-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3286         * make_sunver.pl: Use elfdump -s to extract symbols if possible,
3287         readelf -s otherwise.
3289 2010-11-08  Eric Botcazou  <ebotcazou@adacore.com>
3291         * make_sunver.pl: Ignore entries without symbol name first.  Then do
3292         not ignore symbols marked as 'R'.
3294 2010-10-18  Andi Kleen  <ak@linux.intel.com>
3296         * gccbug.el: Remove.
3298 2010-10-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3300         * gcc_update: Run $GCC_HG pull and update separately.
3301         Check parents for SVN revision.
3303 2010-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3305         * test_recheck: New script.
3307 2010-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3309         * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
3310         Also escape characters with grave accents, to be fixed ...
3311         (unmunge): ... here.
3312         (postprocess): Also handle @/ and @acronym{...}.
3314 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
3316         * check_GNU_style.sh: Do not print warning messages when there are
3317         no occurences.
3319 2010-09-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3321         * gcc_update: Handle hg, too.
3323 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
3325         * make_sunver.pl: Remove extra whitespace in regexp.
3327 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
3329         * check_GNU_style.sh: New.
3331 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3333         * make_sunver.pl: New file.
3335 2010-07-02  Iain Sandoe  <iains@gcc.gnu.org>
3337         * compare-debug (Darwin): Remove '-x' flag from ld-based object
3338         stripping.  Add a comment as to why we do it this way.
3340 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
3342         * compare-debug: Drop LTO sections.
3344 2010-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3346         * gcc_update: Support updating a git clone.
3348 2010-06-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3350         * test_summary: Don't use diff -u.
3351         Adapt egrep regex.
3353 2010-06-02  Andrew Haley  <aph@redhat.com>
3355         * download_prerequisites: New script.
3357 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3359         * dg-extract-results.sh: Redirect grep output to /dev/null instead
3360         of grep -q.
3362 2010-04-22  Basile Starynkevitch  <basile@starynkevitch.net>
3364         * gcc_update: Sets the locale to C.
3366 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
3368         * gennews (files): Add files for GCC 4.5.
3370 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3372         Fix *.log tests output containing "===".
3373         * dg-extract-results.sh (/\===/): Rename to ...
3374         (/^\t\t=== .* ===$/): ... this pattern.
3376 2010-03-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3378         * dg-extract-results.sh: Fix result order to match sequential case.
3380 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3382         * check_warning_flags.sh: Use \012 instead of \n with tr.
3384 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3386         * dg-extract-results.sh: Don't use tail -n.
3388 2009-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3389             Richard Guenther  <rguenther@suse.de>
3391         PR lto/39216
3392         * gcc_update: Adjust file timestamps for lto-plugin.
3394 2009-09-10  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
3396         PR bootstrap/41245
3397         * compare-debug: Handle stripping of dwarf debug sections from darwin
3398         mach-o objects.
3400 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
3402         * compare-debug: Grep for blank before dash to avoid grep -e.
3404 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
3406         * compare-debug: Look for .gkd files and compare them.
3408 2009-08-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3410         PR testsuite/41166
3411         * test_summary: Invoke config.status, rather than trying to
3412         parse it.  Adjust awk script.
3414 2009-08-18  Alexandre Oliva  <aoliva@redhat.com>
3416         * compare-debug: Drop .eh_frame relocations too.
3418 2009-08-18  H.J. Lu  <hongjiu.lu@intel.com>
3420         PR testsuite/40704
3421         * test_summary: Filter out "\r".
3423 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
3425         * compare-debug: Don't fail just because of .eh_frame differences.
3427 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
3429         PR testsuite/39807
3430         * dg-extract-results.sh: Close open files and use >> instead of >
3431         to decrease number of concurrently open files from awk.  Avoid
3432         = at the beginning of a regexp and redirect to a file determined
3433         by curfile variable rather than concatenated strings to workaround
3434         Solaris nawk bug.
3436 2009-04-25  Gerald Pfeifer  <gerald@pfeifer.com>
3438         * test_summary: Only include LAST_UPDATED if it exists.
3439         Complete copyright years.
3441 2009-04-16  Paolo Bonzini  <bonzini@gnu.org>
3443         * compare-all-tests: New.
3445 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3447         * gennews (files): Reference GCC 4.4 web pages.
3449 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
3451         * reghunt/date_based/reg_periodic: Change copyright header to refer
3452         to version 3 of the GNU General Public License and to point readers
3453         at the COPYING3 file and the FSF's license web page.
3454         * reghunt/date_based/reg_search: Likewise.
3455         * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
3456         * regression/btest-gcc.sh: Likewise.
3457         * regression/objs-gcc.sh: Likewise.
3459 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3461         * check_warning_flags.sh: Update flag exceptions.
3463 2008-11-18  Ben Elliston  <bje@au.ibm.com>
3465         * dg-cmp-results.sh: Do not print usage if either .sum file cannot
3466         be opened; print a more meaningful error instead.
3468 2008-10-24  Janis Johnson  <janis187@us.ibm.com>
3469             Jakub Jelinek  <jakub@redhat.com>
3471         * dg-extract-results.sh: New file.
3473 2008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3475         * check_makefile_deps.sh: New file.
3477 2008-05-08  Sebastian Pop  <sebastian.pop@amd.com>
3479         * patch_tester.sh (report): Do not print "Checker: ".
3481 2008-04-23  Sebastian Pop  <sebastian.pop@amd.com>
3483         * patch_tester.sh (report): Do not print the time.
3485 2008-04-01  Joseph Myers  <joseph@codesourcery.com>
3487         * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
3488         Handle @heading.  Handle enumerated lists with starting numbers
3489         and extra headings.
3491 2008-03-10  Janis Johnson  <janis187@us.ibm.com>
3493         * patch_tester.sh (initialization): Initialize svnpatch and stop.
3494         (usage): Add -svnpath and -stop.
3495         (makedir): New.
3496         (argument handling): Process -stop and -svnpath.
3497         (setup code): Use makedir, error out if initial svn checkout fails.
3498         (update): Use svnpath.  Invoke contrib/gcc_update.
3499         (apply_patch): Require that patch was created at top level.  Use eval
3500         with option variables.  Don't use bootstrap target for make.  Verify
3501         that some tests were run.
3502         (bootntest_patched): Use snvpath.
3503         (main loop): For -stop, exit when there are no more patches to test.
3505 2008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3507         * check_warning_flags.sh: Instead of invoke.texi, take the path
3508         to the doc directory as argument.  Check that warnings listed in
3509         'gcc --help' are accepted by the compiler, and listed in the
3510         manuals.
3512 2008-03-06  Tom Tromey  <tromey@redhat.com>
3514         * patch_tester.sh (usage): Watermark is not lexicographic.
3515         Load $STATE/defaults if it exists.
3516         (selfexec): Use $0.
3517         (apply_patch): Handle deletions.
3518         (bootntest): Handle default settings.
3520 2008-03-05  Jakub Jelinek  <jakub@redhat.com>
3522         * gennews (files): Reference GCC 4.3 web pages.
3524 2008-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3526         * check_warning_flags.sh: New file.
3528 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3530         * paranoia.cc (main): Remove handling of c4x_single and
3531         c4x_extended formats.
3533 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
3535         * compareSumTests3: Changed to GPLv3.
3536         * prepare_patch.sh: Same.
3537         * uninclude: Same.
3538         * dglib.pm: Same.
3539         * gennews: Same.
3540         * texi2pod.pl: Same.
3541         * analyze_brprob: Same.
3542         * gcc_build: Same.
3544 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
3546         * patch_tester.sh: Changed to GPLv3.
3548 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3550         * patch_tester.sh: Don't save the script anymore.
3552 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3554         * patch_tester.sh: New.
3555         * prepare_patch.sh: New.
3557 2007-11-26  Alexandre Oliva  <aoliva@redhat.com>
3559         * compare-debug: Introduce -p flag to preserve .stripped files.
3561 2007-10-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3563         * texi2pod.pl: Handle @asis.
3564         (postprocess): Move @gccoptlist{} after all formatting commands.
3566 2007-10-01  Alexandre Oliva  <aoliva@redhat.com>
3568         * compare-debug: Avoid spurious errors when .stripped files
3569         exist.
3571 2007-09-22  Hans-Peter Nilsson  <hp@axis.com>
3573         * warn_summary (srcdirFilter): Add fixincludes, sim,
3574         newlib and mpfr.
3576 2007-08-23  H.J. Lu  <hongjiu.lu@intel.com>
3578         * gcc_update: Handle different URL paths and tags.
3580 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3582         * compare-debug: New.
3584 2007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
3585             Andreas Schwab  <schwab@suse.de>
3587         * gcc_update: Use "svn info" for revision number.  Create
3588         gcc/REVISION with branch name and revision number.
3590 2007-08-10  Diego Novillo  <dnovillo@google.com>
3592         * gcc.doxy: Rename from tree-ssa.doxy.
3594 2007-08-10  Diego Novillo  <dnovillo@google.com>
3596         * tree-ssa.doxy: Update for doxygen 1.5.
3597         Include all the files in the middle and back ends.
3599 2007-06-30  Hans-Peter Nilsson  <hp@axis.com>
3601         * gcc_update (files_and_dependencies): Handle
3602         gcc/testsuite/gcc.dg/cpp/direct2s.c.
3604 2007-05-13  Mark Mitchell  <mark@codesourcery.com>
3606         * gennews (files): Reference GCC 4.2 web pages.
3608 2007-04-04  Zack Weinberg  <zack@mrtock.ucsd.edu>
3610         * texi2pod.pl: Correct handling of @itemize with no argument.
3612 2007-03-17  Hans-Peter Nilsson  <hp@axis.com>
3614         * uninclude: New utility, from Alexandre Oliva.
3616 2007-02-26  Dominique Dhumieres  <dominiq@lps.ens.fr>
3618         * test_installed: Adjust to the move from g77 to gfortran.
3620 2007-02-16  Matthias Klose  <doko@debian.org>
3622         * texi2pod.pl: Handle @subsubsection, ignore @anchor.
3624 2007-02-10  Hans-Peter Nilsson  <hp@axis.com>
3626         * test_summary (configflags): Adjust for changes in the
3627         config.status format due to update to autoconf 2.59.
3629 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3631         * gcc_update: Update for configure.in -> configure.ac.
3633 2007-02-06  Richard Sandiford  <richard@codesourcery.com>
3635         * texi2pod.pl: Handle @multitable.
3637 2007-01-15  Tom Tromey  <tromey@redhat.com>
3639         * download_ecj: New file.
3641 2006-09-27  Matthew Sachs  <msachs@apple.com>
3643         * compareSumTests3: POD syntax fix.
3645 2006-09-27  Matthew Sachs  <msachs@apple.com>
3647         * dglib.pm: Initial commit.
3648         * compareSumTests3: Initial commit.
3650 2006-09-18  Bernhard Fischer  <aldot@gcc.gnu.org>
3652         * dg-cmp-results.sh (compare-$$.awk): Print name[old]
3653         and not non-existing nm[old].
3655 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3657         Port to hosts whose 'sort' and 'tail' implementations
3658         treat operands with leading '+' as file names, as POSIX
3659         has required since 2001.  However, make sure the code still
3660         works on pre-POSIX hosts.
3661         * compare_tests: Don't assume "sort +2" is equivalent to
3662         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3664 2006-06-05  James Lemke  <jwlemke@wasabisystems.com>
3666         * dg-cmp-results.sh: New script for comparing DejaGNU logs.
3668 2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
3669             Mike Stump  <mrs@apple.com>
3671         * compare_tests: Handle multilibs better.
3673 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3675         * texi2pod.pl: Correct handling of absolute @include.
3677 2006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
3679         * texi2pod.pl: Handle -I.
3681 2006-02-28  Mark Mitchell  <mark@codesourcery.com>
3683         * gennews (files): Update for GCC 4.1.
3685 2006-01-24  Diego Novillo  <dnovillo@redhat.com>
3687         * gcc_update (files_and_dependencies): Handle
3688         libgomp/testsuite/Makefile.in.
3690 2006-01-18  Richard Henderson  <rth@redhat.com>
3691             Diego Novillo  <dnovillo@redhat.com>
3693         * gcc_update (files_and_dependencies): Add libgomp files.
3695 2005-12-06  Ben Elliston  <bje@au.ibm.com>
3697         * newcvsroot: Remove.
3699 2005-11-03  Steven Bosscher  <stevenb@suse.de>
3701         * gcc_build: Fix my previous checking.
3703 2005-11-01  Joseph S. Myers  <joseph@codesourcery.com>
3705         * gcc_update: Include revision number in LAST_UPDATED.
3707 2005-10-30  Steven Bosscher  <stevenb@suse.de>
3709         * gcc_build: Use gcc.gnu.org as the default server.  Set up
3710         SVN_REPOSITORY correctly.  Add support for checking out branches.
3712 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3714         * gcc_update: When svn update is called and
3715         --silent is used, pass -q.
3717 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3719         * gcc_update: Remove the -q from svn invocation.
3721 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3723         * gcc_build: Remove -d from the call to gcc_update.
3725 2005-10-28  Daniel Berlin  <dberlin@dberlin.org>
3726             Ben Elliston  <bje@au1.ibm.com>
3728         * gcc_update: Update for svn.
3729         * newcvsroot: Ditto.
3730         * gcc_build: Ditto.
3732 2005-10-21  Mark Mitchell  <mark@codesourcery.com>
3734         * texi2pod.pl: Substitue for @value even when part of @include.
3736 2005-10-21  Bob Wilson  <bob.wilson@acm.org>
3738         * texi2pod.pl: Convert two single quotes or two backquotes to
3739         double quotes.
3741 2005-08-23  Ben Elliston  <bje@au.ibm.com>
3743         * gcc_update: Update dependencies for libjava/aclocal.m4.
3745 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
3747         * All files: Update with new FSF address.
3749 2005-07-14  Ben Elliston  <bje@au.ibm.com>
3751         * filter_params.pl: Typo fix.
3752         * filter_knr2ansi.pl: Likewise.
3754 2005-06-05  Gerald Pfeifer  <gerald@pfeifer.com>
3756         * gennews (files): Update for egcs-1.0 release pages consolidation.
3758 2005-04-17  Joseph S. Myers  <joseph@codesourcery.com>
3760         * gennews (files): Update for GCC 4.0.
3762 2005-03-18  Alexandre Oliva  <aoliva@redhat.com>
3764         * gcc_update (silent): Unset instead of initializing to null.
3766 2005-03-18  Andreas Schwab  <schwab@suse.de>
3768         * gcc_update (apply_patch): Properly quote $1.
3770 2005-03-18  Zack Weinberg  <zack@codesourcery.com>
3772         * gcc_update: Add --silent option.
3774 2005-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3776         * warn_summary (keywordFilter): Update sed pattern for new quoting
3777         style in warnings.
3779 2005-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3781         * warn_summary: Add -fortran subdir flag.
3782         (subdirectoryFilter): Fix missing ada subdir.
3784 2004-11-20  Hans-Peter Nilsson  <hp@bitrange.com>
3786         * gcc_update (touch_files): Don't rely on "make" being GNU make;
3787         grep for "Touching" to determine that the rule executes.
3789 2004-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
3791         * gcc_update (touch_files): Explicitly pass --no-print-directory.
3793 2004-11-04  Andrew Pinski  <pinskia@physics.uc.edu>
3795         * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
3797 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
3799         * gcc_update: Add fixincludes.
3801 2004-08-26  Matthias Klose  <doko@debian.org>
3803         * texi2pod.pl: keep references of the form @ref{...}, print them bold.
3805 2004-08-26  Matthias Klose  <doko@debian.org>
3807         * test_summary: Include baseline used for libstdc++-v3 abi check
3808         in test summary.
3810 2004-08-25  Ben Elliston  <bje@au.ibm.com>
3812         * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
3814 2004-08-20  Andreas Tobler  <a.tobler@schweiz.ch>
3816         * gcc_update (self): libjava/configure.in -> configure.ac. Automake
3817         update done.
3819 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
3821         * gcc_update: libjava/configure.ac -> configure.in.  Automake
3822         1.4 does not handle configure.ac properly.
3824 2004-08-04  Andreas Schwab  <schwab@suse.de>
3826         * gcc_update: libjava/configure.in -> configure.ac.
3828 2004-08-03  Richard Earnshaw  <rearnsha@arm.com>
3830         * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
3832 2004-07-16  Jeff Law  <law@redhat.com>
3834         * analyze_brprob: Fix comments.  More consistent output format.
3836 2004-06-17  Diego Novillo  <dnovillo@redhat.com>
3838         * tree-ssa.doxy: Update for doxygen 1.3.5.
3840 2004-06-14  Andreas Jaeger  <aj@suse.de>
3842         * gcc_update: boehm-gc/configure.in -> configure.ac.
3844 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
3846         * gcc_update (boehm-gc/configure): Depend on
3847         boehm-gc/configure.ac instead of boehm-gc/configure.in
3849 2004-06-14  Paolo Bonzini  <bonzini@gnu.org>
3851         * gcc_update (libmudflap/configure): Depend on
3852         libmudflap/configure.ac instead of libmudflap/configure.in
3854 2004-06-14  Andreas Jaeger  <aj@suse.de>
3856         * gcc_update: Add libcpp.
3858 2004-06-10  Andreas Jaeger  <aj@suse.de>
3860         * gcc_update: Add libgfortran.
3862 2004-05-29  Andrew Pinski  <pinskia@physics.uc.edu>
3864         * gcc_update (libbanshee/configure): Depend on
3865         libbanshee/configure.ac instead of libbanshee/configure.in
3867 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
3869         * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
3870         from list of files to be touched.
3871         * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
3873 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
3875         * gennews: Update for GCC 3.4.
3877 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
3879         Merge from tree-ssa-20020619-branch.
3881         * filter_gcc_for_doxygen: New file.
3882         * filter_knr2ansi.pl: New file.
3883         * filter_params.pl: New file.
3884         * tree-ssa.doxy: New file.
3885         * contrib/gcc_update (files_and_dependencies): Handle
3886         libbanshee and libmudflap.
3888 2004-04-12  Kelley Cook  <kcook@gcc.gnu.org>
3889             Andreas Jaeger  <aj@suse.de>
3891         * gcc_update (files_and_dependencies): Insert zlib dependencies.
3893 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3895         * gcc_update (files_and_dependencies): libobjc/configure now
3896         depends on configure.ac, not configure.in.
3898 2004-04-01  Kelley Cook  <kcook@gcc.gnu.org>
3900         * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
3902 2004-03-16  Andreas Tobler  <a.tobler@schweiz.ch>
3904         * gcc_update (files_and_dependencies): Insert libffi dependencies.
3906 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
3908         * gcc_update (files_and_dependencies): Insert libada/configure.
3910 2004-02-29  Andrew Pinski  <pinskia@physics.uc.edu>
3912         * gcc_update (files_and_dependencies): Update intl/configure.in
3913         to intl/configure.ac.
3915 2004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
3917         * gcc_update (files_and_dependencies): Update fastjar/configure.in
3918         to fastjar/configure.ac
3920 2004-01-07  Kelley Cook  <kcook@gcc.gnu.org>
3922         * gcc_update (files_and_dependencies): Remove non-existant files.
3924 2004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
3926         * gcc_update (files_generated): Revert 2003-12-18 change.
3928 2004-01-03  Andrew Pinski  <pinskia@physics.uc.edu>
3930         * gcc_update (files_and_dependencies): For gcc directory,
3931         rename configure.in to configure.ac.
3933 2003-12-19  Andreas Tobler  <a.tobler@schweiz.ch>
3935         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
3936         remove acconfig.h. No longer used.
3938 2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
3940         * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
3941         gcc/ada/gnat_ug_* to use it.
3943 2003-12-16  James E Wilson  <wilson@specifixinc.com>
3945         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
3946         rename configure.in to configure.ac, and stamp-h.in to config-h.in.
3948 2003-12-11  Kelley Cook  <kcook@gcc.gnu.org>
3950         * gcc_update (files_and_dependencies): Correct typo in the filename
3951         gnat_ug_wnt.texi.
3953 2003-12-08  Arnaud Charlet  <charlet@act-europe.fr
3955         * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
3956         treeprs.ads.
3958 2003-10-16  Mark Mitchell  <mark@codesourcery.com>
3960         * gennews (files): Add GCC 3.3 files.
3962 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
3964         * gcc_build: Fix handling of -t option.  Add -x option.
3966 2003-07-31  Matt Kraai  <kraai@alumni.cmu.edu>
3968         * texi2pod.pl: Remove extra line.
3970 2003-07-15  Matt Kraai  <kraai@alumni.cmu.edu>
3972         * texi2pod.pl: Default @itemize's parameter to @bullet.
3974 2003-07-12  Zack Weinberg  <zack@codesourcery.com>
3976         * gcc_update: gcc/acconfig.h no longer exists.
3978 2003-07-11  Matthias Klose  <doko@debian.org>
3980         * test_installed: Add options to run objc tests.
3981         In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
3983 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
3985         * gcc_update: Remove gcc/intl/plural.c from list.
3986         Add new generated files intl/plural.c, intl/configure,
3987         intl/config.h.in.
3989 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
3991         * gcc_update (files_and_dependencies): Add
3992         gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
3993         gcc/testsuite/gcc.dg/cpp/mi1c.h.
3995 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3997         * paranoia.cc: Fix spelling error.
3999         * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
4000         to GCC.
4002 2003-04-04  Mike Stump  <mrs@apple.com>
4004         * compare_tests: Fix exit status and be more flexible with spacing.
4006 2003-03-08  Phil Edwards  <pme@gcc.gnu.org>
4008         * test_summary:  Add -h, print existing comments as help.
4010 2003-03-03  H.J. Lu  <hjl@gnu.org>
4012         * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
4013         * gcc_update: Likewise.
4015 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
4017         * test_summary (configflags): Only use the first match.  Remove
4018         excess space.  Use sub instead of gsub where possible.  Use `none'
4019         if no configure flags were given.
4021 2003-01-10  Loren J. Rittle  <ljrittle@acm.org>
4023         * test_summary (configflags): awk portability.
4025 2003-01-07  Alexandre Oliva  <aoliva@redhat.com>
4027         * test_summary (configflags): Compute correctly with both
4028         autoconfiscated and Cygnus-style top-level.
4030 2003-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4032         * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
4033         on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
4034         gcc/java/keyword.gperf
4036 2002-12-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4038         * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
4039         depending on gcc/intl/plural.y.
4041 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
4043         * gcc_update (configure): Depend on config/acx.m4 as well.
4045         * gcc_update (configure): Depend on configure.in.
4047 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
4049         * texi2pod.pl: Skip contents of @copying.
4051 2002-11-09  Zack Weinberg  <zack@codesourcery.com>
4053         * gthr_supp_vxw_5x.c: New file.
4055 2002-10-21  Richard Henderson  <rth@redhat.com>
4057         * paranoia.cc (real_c_float::image): Accomodate size of
4058         real_internal format.
4059         (main): Unbuffer stdio.  Add real_internal format.
4060         (floor_log2_wide): New.
4062 2002-10-16  Richard Henderson  <rth@redhat.com>
4064         * paranoia.cc (ENUM_BITFIELD): New.
4065         (class): Define as klass around real.h.
4066         (real_c_float): Not a template any longer; define MODE as a
4067         class static constant; use real_format elements for SIZE.
4068         Update uses of real_to_decimal and real_to_hexadecimal.
4069         (main): Change -g argument to use a format name.
4070         (mode_for_size): Remove.
4072 2002-09-16  Richard Henderson  <rth@redhat.com>
4074         * paranoia.cc: New file.
4076 2002-09-04  Richard Henderson  <rth@redhat.com>
4078         * enquire.c: Remove.
4080 2002-08-14  Mark Mitchell  <mark@codesourcery.com>
4082         * gennews (files): Add GCC 3.2 files.
4084 2002-07-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4086         * gennews (files): Add proper files for the GCC 3.1 release series.
4087         Simplify and reformat introductory wording.
4089 2002-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4091         * enquire.c: Move from gcc.
4093 2002-07-16  H.J. Lu  <hjl@gnu.org>
4095         * gcc_update (touch_files): Pass -s to ${MAKE}.
4097 2002-06-26  Zack Weinberg  <zack@codesourcery.com>
4099         * texi2pod.pl: Correct handling of the internal R<> sequence.
4101 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
4103         * gcc_update (files_and_dependencies): Add generated Texinfo files
4104         for Ada.
4106 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4108         * test_installed: Allow for PWDCMD to override hardcoded pwd.
4109         * test_summary: Likewise.
4111 2002-04-18  Geoffrey Keating  <geoffk@redhat.com>
4113         * gcc_update (touch_files): Don't have empty for loop.
4115 2002-04-16  Richard Henderson  <rth@redhat.com>
4117         * gcc_update: Remove libchill.
4119 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
4121         * texi2pod.pl: Handle @end ftable and @end vtable.
4123 2002-03-11  Zack Weinberg  <zack@codesourcery.com>
4125         * texi2pod.pl: Handle @include, @ftable, @vtable.
4126         Reformat some code for clarity.
4128 2002-02-24  Christian Jönsson  <c.christian.joensson@telia.com>
4130         * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
4131         WARNING and ERROR output from the *.sum files.
4133 2002-01-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4135         * gennews (files): Replace gcc-2.95/gcc-2.95.html,
4136         gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
4137         and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
4139 2002-01-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4141         * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
4142         egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
4143         egcs-1.1/index.html.
4145 2002-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4147         * warn_summary: Add -ada subdirectory flag.
4149 2001-12-12  Matthias Klose  <doko@debian.org>
4151         * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
4152         generation of more than one man page from one source.
4153         Add '-' to set of valid chars for an identifier.
4154         Let -D option accept flags of the form <flag>=<value>.
4155         Use \s+ for whitespace detection in '@c man' lines.
4156         Handle @set and @clear independent of $output.
4157         Substitute all @value{}'s in a line.
4159 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4161         * texi2pod.pl: Handle @ifnottex, @iftex and @display.  Handle @var
4162         in verbatim blocks specially.  Handle @unnumbered, @unnumberedsec
4163         and @center.  Allow [a-z] after @enumerate.  Handle 0 and numbers
4164         greater than 9 in enumerations.
4166 2001-11-07  Laurent Guerby  <guerby@acm.org>
4168         * gcc_update (files_and_dependencies): Add Ada dependencies.
4170 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4172         * snapshot: Remove.
4174 2001-09-07  Richard Sandiford  <rsandifo@redhat.com>
4176         Revert:
4177         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
4178         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
4179         touch.
4181 2001-09-04  David.Billinghurst  <David.Billinghurst@riotinto.com>
4183         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
4184         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
4185         touch.
4187 Mon Aug 13 02:29:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
4189         * analyze_brprob: Update for changes in gcc debug output.
4191 Sat Jul 28 22:37:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
4193         * analyze_brprob: Avoid more overflows.
4195 2001-07-27  Richard Henderson  <rth@redhat.com>
4197         * test_summary: Copy LAST_UPDATED UTC time to head of summary.
4199 Fri Jul 27 18:01:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
4201         * analyze_brprob: Avoid overflows.
4203 2001-07-27  Richard Henderson  <rth@redhat.com>
4205         * gcc_update: Dump timestamp in LAST_UPDATED.
4207 2001-07-26  Andreas Jaeger  <aj@suse.de>,
4208             Hans-Peter Nilsson  <hp@bitrange.com>
4210         * analyze_brprob: Fix documentation.
4212 Mon Jul 23 15:47:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
4214         * analyze_brprob: Fix awk compatibility problems; update comment.
4216 2001-07-23  Andreas Jaeger  <aj@suse.de>
4218         * analyze_brprob: Fix more typos.
4220 2001-07-23  Andreas Jaeger  <aj@suse.de>
4222         * analyze_brprob: Fix typos.
4224 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4226         * texi2pod.pl: Handle @r inside @item.
4228 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
4230         * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
4232 2001-07-01  Zoltan Felleg  <zfelleg@telnet.hu>
4234         * warn_summary: Fix typo in a comment.
4236 2001-06-14  Albert Chin-A-Young  <china@thewrittenword.com>
4238         * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
4240 2001-06-13  Mark Mitchell  <mark@codesourcery.com>
4242         * gennews: Set TERM to vt100 for Lynx.
4244 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4246         * release: Remove.
4248 Tue Jun 12 12:21:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
4250         * analyze_brprob: New file.
4252 2001-06-11  Mark Mitchell  <mark@codesourcery.com>
4254         * gcc_build: Output information about the commands used to
4255         configure the compiler.
4257 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4259         * gennews: Update for GCC 3.0.
4261 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4263         * gcc_update: Update for move of documentation to gcc/doc.
4265 2001-05-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4267         * contrib/test_summary (files): Sort before evaluating.
4269 2001-05-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4271         * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
4273 2001-05-21  Mark Mitchell  <mark@codesourcery.com>
4275         * gcc_build: Use -d when invoking gcc_update.
4277 2001-05-18  Andreas Jaeger  <aj@suse.de>
4279         * gcc_update: Add rules for libf2c/libI77.
4281 2001-05-17  Alexandre Oliva  <aoliva@redhat.com>
4283         * gcc_update (touch_files): Use simpler, yet as portable, syntax.
4285 2001-05-14  Loren J. Rittle  <ljrittle@acm.org>
4287         * gcc_update (touch_files): Enhance make portability.
4289 2001-05-14  Alexandre Oliva  <aoliva@redhat.com>
4291         * gcc_update (touch_files): Use a Makefile to touch files.
4293 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4295         * texi2pod.pl: Add copyright and GPL notices.
4297 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
4299         * texi2pod.pl: Handle "\,".
4301 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
4303         * texi2pod.pl: Fix regular expression for @r to avoid exponential
4304         recursion.  From Russ Allbery <rra@stanford.edu>.  Remove perl
4305         version check.
4307 2001-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4309         * warn_summary (stageNfilter): Update for recent changes in
4310         bootstrap logic.
4312 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4314         * texi2pod.pl: Require at least perl 5.6.0.
4316 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4318         * gcc_update: Add gcc/gcc.1 to generated files.
4319         * texi2pod.pl: Handle @r and @gccoptlist.  Handle @gol.  Handle
4320         discarding to end of sentence with @xref where the sentence has an
4321         interior "." in markup, and handle discarding parentheses around
4322         such a sentence.
4324 2001-01-11  Bernd Schmidt  <bernds@redhat.com>
4326         * gennews: Add gcc-2.95.3.
4328 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
4330         * texi2pod.pl: Handle @gcctabopt and @env in tables.  Handle
4331         @command.  Format URLs and email addresses in bold.
4333 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4335         * gcc_update: Add cpp.1 to the list of generated files.
4337         * texi2pod.pl: Handle @option and @env.
4339 2001-01-03  Mike Stump  <mrs@wrs.com>
4341         * snapshot: Update to account for java libraries.
4343 2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
4345         * test_summary: Export filesuffix, not fileprefix.
4347 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4349         * release: Change some EGCS references to GCC.
4351 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4353         * warn_summary: Fix subdirectory filtering.  Add -intl and -fixinc
4354         subdirectory flags.  Add source directory prefix filtering.
4355         Redirect diagnostic output to stderr.
4357 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
4359         * texi2pod.pl: If multiple @c man sections with the same tag
4360         appear, concatenate them in the final output.  When skipping,
4361         ignore block commands that can't cause skipping, and honor
4362         those that can.  Ensure that verbatim blocks are separate
4363         paragraphs.
4365 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4367         * gcc_update: Don't touch tradcif.c or java/parse.h.
4369 2000-12-05  Zack Weinberg  <zack@wolery.stanford.edu>
4371         * texi2pod.pl: Restructure for comprehensibility, add
4372         comments.  Merge handling of @ignore and @ifxxx.  Handle a
4373         whole bunch more Texinfo commands.  Use consistent formatting
4374         style.
4376 2000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4378         * gennews: New script.
4380 2000-11-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4382         * gcc_update: Update a comment as we now require bison for CVS users.
4384 2000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4386         * gcc_update: Add gcov.1 to the list of generated files.
4388 2000-11-21  Mark Mitchell  <mark@codesourcery.com>
4390         * gcc_build: Remove code to put information in a log file.
4392 2000-11-19  Zack Weinberg  <zackw@stanford.edu>
4394         * texi2pod.pl:
4395         - Add real command line parsing.
4396           - Support @ifset, @ifclear, @set, @value, -D switch.
4397           - Support @sc.  Improve handling of @ref and friends.
4398           - Discard @subsection, @need, @node lines.
4399         - Un-nest font changes to match texinfo semantics.
4400           - Handle @{ and @}.  Oops.
4401         - Don't emit E<> directives inside verbatim blocks.
4403 2000-11-12  Bruce Korb  <bkorb@gnu.org>
4405         * release: generalize the release script a bit.
4407 Sat Nov 11 17:29:03 2000  Mark P Mitchell  <mark@codesourcery.com>
4409         * gcc_build: Add -o option for setting the objdir to use.
4411 2000-11-11  Jeff Law  <law@redhat.com>,
4413         * release: New file.
4415 2000-11-08  Jeff Law  <law@redhat.com>,
4416             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4418         * snapshot: New file.
4420 2000-11-08  Jeffrey Oldham  <oldham@oz.codesourcery.com>
4422         * gcc_build (bootstrap_gcc): New function.
4423         (configure_gcc): Likewise.
4424         (build_gcc): Rewritten to use configure and bootstrap.
4425         (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
4427 2000-10-31  Mark Mitchell  <mark@codesourcery.com>
4429         * gcc_build (MAKE): New variable.
4430         (build_gcc): Use it.  Fix logging of errors.
4431         (install_gcc): Likewise.
4433 2000-10-29  Mark Mitchell  <mark@codesourcery.com>
4435         * gcc_build: Save the output from CVS into the logfile as well.
4437 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
4439         * gcc_build: Fix typos.
4441 2000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4443         * gperf-2.7-19981006.pat: Remove.
4445 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4447         * test_installed: Change EGCS references to refer to GCC.
4449 2000-09-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4451         * gcc_update (touch_files): Add some informative output.
4453 2000-09-16  Andreas Jaeger  <aj@suse.de>
4455         * gcc_update: Remove gcc/c-parse.gperf.
4457 2000-08-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>,
4458             Alexandre Oliva  <aoliva@redhat.com>
4460         * gcc_update: Execute touch_files_reexec even if `cvs update`
4461         failed.
4463 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
4465         * test_summary: AWK breaks with filenames containing `='.
4467 Sun Jul 16 12:04:33 2000  Mark P Mitchell  <mark@codesourcery.com>
4469         * gcc_build: New script.
4471 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
4473         * gcc_update (files_and_dependencies): Remove generated YACC files.
4475 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
4477         * gcc_update (files_and_dependencies): Remove generated YACC files.
4479 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
4481         * newcvsroot: Handle filenames that contain spaces.
4483 2000-06-03  Zack Weinberg  <zack@wolery.cumb.org>
4485         * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
4486         Elide --with-gcc-version-trigger and --norecursion from
4487         configure flags.  Remove code to report status of haifa scheduler.
4489 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
4491         * gcc_update (self): Set to `$0'.
4492         (touch_files_reexec): Use `$self' instead of `$0'.
4494 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
4496         * gcc_update (touch_files_reexec): New function, run after the
4497         tree is modified.
4499 2000-05-08  Richard Hendeson  <rth@cygnus.com>
4501         * gcc_update: Remove references to inclhack.tpl.
4503 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
4505         * index-prop: Use a single pattern.  Also support *** cdiffs.
4507 2000-04-28  Pavel Roskin  <pavel_roskin@geocities.com>
4509         * index-prop: Don't change /dev/null.
4511 2000-04-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4513         * gcc_update: Refer to GCC and gcc_update instead of egcs and
4514         egcs_update.
4516 2000-04-26  Jonathan Larmour  <jlarmour@redhat.co.uk>
4518         * index-prop: Fix occasional problem when using cvs diff -p.
4520 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
4522         * gcc_update: Remove references to cexp.c/cexp.y.
4524 1999-12-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4526         * newcvsroot: Add check on the number of command-line arguments.
4527         Add usage.
4529 Sun Nov 28 00:41:44 1999  William Bader (william@nscs.fast.net)
4531         * gcc_update: Allow patches compressed by bzip2.
4533 1999-10-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4535         * newcvsroot: New file.
4537 1999-09-11  Craig Burley  <craig@jcb-sc.com>
4539         * convert_to_f2c, convert_to_g2c, download_f2c: New file.
4541 1999-08-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4543         * gcc_update: New file.
4544         * egcs_update: Renamed to gcc_update.
4546 1999-08-09  Robert Lipe  <robertlipe@usa.net>
4548         * test_summary: Quote curly braces in 1999-07-03 change.
4550 1999-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
4552         * egcs_update (files_and_dependencies): Fixed typo in
4553         gcc/cstamp-h.in.  Added gcc/config.in.
4555 1999-07-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
4557         * egcs_update (files_and_dependencies): New function, with
4558         complete list of files to be updated, as well as their
4559         dependencies.
4560         (touch_files): Check the timestamp of each generated file against
4561         its dependencies'.
4562         (main): New flags --touch, --list and --help.  Remove the
4563         pre-update step.
4565 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
4567         * test_summary: Replace egcs with gcc.  Update e-mail address.
4569 1999-07-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4570             Jerry Quinn  <jquinn@nortelnetworks.com>
4572         * egcs_update (touch_files, apply_patch): New functions.
4573         Use them.  New command-line option --patch.  Split test of local
4574         tree into two parts.  Add comments.
4576 1999-07-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
4578         * test_summary: If Target is `unix{*}', append the Target variants
4579         to Host.
4581 1999-06-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
4583         * test_summary: Set default mail-address and version for egcs
4584         instead of relying on unpredictable pathnames.
4585         Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
4587 Fri Apr  2 16:09:02 1999  Jeffrey A Law  (law@cygnus.com)
4589         * fixinc/*: Delete obsolete files.
4591 1999-02-04  Robert Lipe  <robertlipe@usa.net>
4593         * egcs_update: Test return values of 'cvs update'.  Propogate
4594         to caller as exit values.
4596 1999-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4598         * egcs_update: Use "if" instead of "&&".  Touch generated files
4599         only after the corresponding *.y files.
4601 1999-01-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4603         * egcs_update: Do not use xargs, but a backquote construct.
4605 1999-01-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
4607         * test_summary (version): Remove carriage return that gawk inserts
4608         in the version string for some reason.
4610 1998-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4612         * egcs_update: Only touch files that already exist.
4614 1998-11-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
4616         * test_summary (EOF): Remove double backslash.
4617         Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4619 1998-11-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
4621         * test_summary (address): Set to egcs-testresults mailing list.
4623 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
4625         * test_summary (address): Added Marc Lehmann's testsuite-results
4626         to the default e-mail address.
4628 1998-11-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
4630         * test_summary (-p, prepend_logs): Add these before the summary.
4631         (Compiler, Platform): Print these just before configflags.
4633 Sat Oct 31 10:53:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4635         * warn_summary (longLineFilter): New shell function to encapsulate
4636         this functionality.  It is off by default, only active if -llf
4637         flag is specified.
4638         (subdirectoryFilter): Fix bug in filtering which made some
4639         subdirectory warnings erroneously appear in the toplevel set.
4640         (stageNfilter): Renamed from `stageNwarns'.  Updated to collect
4641         warnings from stage1 as well as stage0, which means warnings from
4642         outside the bootstrap directory.  Eg, the libraries, etc.
4643         (warningFilter): New shell function to encapsulate this
4644         functionality.
4645         (keywordFilter): New shell function to encapsulate this
4646         functionality.
4648         Store data in a temp file rather than calculating it 3x.  Arrange
4649         to remove it on exit and signals.
4651         Add -pass/-wpass flags to do "pass through" (i.e. manual
4652         inspection) of bootstrap output from a particular stageN as well
4653         as language subdirs.
4655         Add better comments/documentation.
4657 Sat Oct 31 16:39:31 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4659         * egcs_update: Add comment about keeping the FAQ synchronized.
4661 Fri Oct 30 00:39:27 1998  Jeffrey A Law  (law@cygnus.com)
4663         * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
4664         in the repo again.
4666 Fri Oct 16 07:35:00 1998  Bruce Korb  <korb@datadesign.com>
4668         * egcs_update:  Added gcc/fixinc/* generated files to touch list.
4670 Tue Oct 13 23:28:33 1998  Jeffrey A Law  (law@cygnus.com)
4672         * egcs_update: Remove gcc/java/parse.c from list of files to
4673         touch.
4675 Wed Oct  7 13:00:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4677         * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
4679 Mon Oct  5 14:19:48 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4681         * warn_summary (subdirectoryFilter): New shell function to
4682         optionally filter in/out gcc subdirectories when summarizing
4683         warnings.  Add new flags to support subdirectory filtering.
4685         Also, ensure the bootstrap stage is a number.  Add some more C
4686         keywords that are preserved in the "warning type" summary and
4687         tighten up the "arg ???" regexp.
4689 Tue Sep 22 07:30  Bruce Korb  <korb@datadesign.com>
4691         * fixinc/inclhack.def:  Not all C++ comments in C headers
4692         were treated alike.  They are now.  Also fixed syntax
4693         of sed expression in "systypes" fix.
4695         * fixinc/inclhack.def:  Removed SVR4.2-ism from shell invocation
4697         * egcs_update:  Added fixinc/* generated files to touch list.
4699 Wed Sep 16 16:06:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4701         * egcs_update: Additionally touch gcc/java/parse.[ch].
4703 Thu Sep  9 16:48  Bruce Korb <korb@datadesign.com>
4705         * fixinc/inclhack.def:  Added two files required by
4706         SCO's Open Server 5's avoid_bool fix.
4707         Regenerated fixinc.x and inclhack.sh to incorporate
4708         the update.
4710 Thu Sep  3 10:11:32 1998  Robert Lipe   <robertl@dgii.com>
4712         * egcs_update: Do the pass 1 CVS update only for files that
4713         may reasonably be under CVS control.
4715 1998-08-14  Alexandre Oliva  <oliva@dcc.unicamp.br>
4717         * test_installed: New script for testing already-installed
4718         gcc/g++/g77.
4720 Wed Aug 12 19:59:36 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4722         * egcs_update: Assigned copyright to FSF.
4724 Tue Aug 11 17:55:53 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4725                           Alexandre Oliva  <oliva@dcc.unicamp.br>
4727         * egcs_update: New switch --nostdflags and documentation
4728         enhancements.
4730 Tue Aug 11 17:33:19 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4732         * egcs_update: New script.
4734 1998-08-05  Bruce Korb  <korbb@datadesign.com>
4736         * fixinc/Makefile
4737         Added define for target machine so machine-specific tests
4738         can be selected for or against.
4740         * fixinc/fixincl.c
4741         Added an array of string pointers to machines to select
4742         or avoid, depending on a FD_MACH_IFNOT bit flag.
4743         Used a shell script to match the defined TARGET_MACHINE
4744         with any of the given match patterns.
4746         * fixinc/fixincl.tpl
4747         Generate the array of strings and bit flag, as needed,
4748         depending on "mach" and "not_machine" attributes for a fix.
4750         * fixinc/mkfixinc.sh
4751         Invoke the make with TARGET assigned the value of the
4752         machine name argument.
4754 Mon Jul 27 22:08:12 1998  Mike Stump  (mrs@wrs.com)
4756         * compare_tests: New script.
4758 1998-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
4760         * test_summary: Assigned copyright to FSF.
4762 Mon Jul 27 20:33:02 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4764         * test_summary: Corrected script name in comments providing
4765         documentation.  Added linebreaks for lines with > 80 characters.
4767 Fri Jun 19 02:36:59 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
4769         * test_summary: New switch, -i, and environment variable,
4770         append_logs, for including files in the report.
4772 1998-06-01  Manfred Hollstein  <manfred@s-direktnet.de>
4774         * warn_summary: Update to Kaveh's latest version allowing to
4775         specify the last stage built.
4777 1998-05-29  Bruce Korb  <korbb@datadesign.com>
4779         * fixinc/mkfixinc.sh
4780         Changes to make it easier to invoke on platforms that
4781         normally do not invoke fixincludes.
4783         * fixinc/inclhack.def
4784         Applied fixes from egcs/gcc/fixincludes from the past several
4785         months.
4787 1998-05-28  Bruce Korb  <korbb@datadesign.com>
4789         * fixinc/*: Updated most everything for a first real
4790         try at getting "fast_fixincludes" working.
4792 1998-05-28  Jason Merrill  <jason@yorick.cygnus.com>
4794         * index-prop: New file.
4796 Sat May 23 23:38:49 1998  Matthias Klose  <doko@cs.tu-berlin.de>
4798         * test_summary: find good awk (copied from warn_summary).
4800 Sat May 23 23:38:33 1998  Jeffrey A Law  (law@cygnus.com)
4802         * test_summary, warn_summary: New files