hppa: xfail scan-assembler-not check in g++.dg/cpp0x/initlist-const1.C
[official-gcc.git] / contrib / ChangeLog
blobe4eea097e57c1dd6817f6de3621bcc076fc25b3b
1 2023-11-14  Jakub Jelinek  <jakub@redhat.com>
3         * unicode/README: Adjust glibc git commit hash, number of Unicode
4         data files to be updated and latest Unicode version.
5         * unicode/from_glibc/utf8_gen.py: Update from glibc.
6         * unicode/UnicodeData.txt: Update from Unicode 15.1.
7         * unicode/EastAsianWidth.txt: Likewise.
8         * unicode/DerivedNormalizationProps.txt: Likewise.
9         * unicode/NameAliases.txt: Likewise.
10         * unicode/DerivedCoreProperties.txt: Likewise.
11         * unicode/PropList.txt: Likewise.
13 2023-11-14  Jakub Jelinek  <jakub@redhat.com>
15         * gcc-changelog/git_update_version.py: Add
16         040e5b0edbca861196d9e2ea2af5e805769c8d5d to ignored commits.
18 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
20         * prerequisites.sha512: Add gettext.
21         * prerequisites.md5: Add gettext.
22         * download_prerequisites: Add gettext.
24 2023-10-05  Andrea Corallo  <andrea.corallo@arm.com>
26         * mdcompact/mdcompact-testsuite.el: New file.
27         * mdcompact/mdcompact.el: Likewise.
28         * mdcompact/tests/1.md: Likewise.
29         * mdcompact/tests/1.md.out: Likewise.
30         * mdcompact/tests/2.md: Likewise.
31         * mdcompact/tests/2.md.out: Likewise.
32         * mdcompact/tests/3.md: Likewise.
33         * mdcompact/tests/3.md.out: Likewise.
34         * mdcompact/tests/4.md: Likewise.
35         * mdcompact/tests/4.md.out: Likewise.
36         * mdcompact/tests/5.md: Likewise.
37         * mdcompact/tests/5.md.out: Likewise.
38         * mdcompact/tests/6.md: Likewise.
39         * mdcompact/tests/6.md.out: Likewise.
40         * mdcompact/tests/7.md: Likewise.
41         * mdcompact/tests/7.md.out: Likewise.
43 2023-10-03  Martin Jambor  <mjambor@suse.cz>
45         * mklog.py (skip_line_in_changelog): Compare to None using is instead
46         of ==, add an extra newline after the function.
48 2023-10-02  Iain Sandoe  <iain@sandoe.co.uk>
50         * config-list.mk: Add newer Darwin versions, trim one older.
51         Remove cases with no OS version, which is not supported for cross-
52         compilers.
54 2023-09-29  Patrick O'Neill  <patrick@rivosinc.com>
56         * check_GNU_style_lib.py: Skip machine description file bracket linting.
58 2023-09-29  Paul Iannetta  <piannetta@kalrayinc.com>
60         * dg-extract-results.py: Print the "Test run" line.
61         * dg-extract-results.sh: Print the "Host" line.
63 2023-09-12  Jonathan Wakely  <jwakely@redhat.com>
65         PR other/111360
66         * gcc_update: Quote variable.
68 2023-09-11  Jonathan Wakely  <jwakely@redhat.com>
70         PR other/111359
71         * gcc-git-customization.sh: Check for getent before using it.
72         Use id on macOS.
74 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
76         * gcc-changelog/git_commit.py (GitCommit.__init__,
77         to_changelog_entries): Fix lost wording fix.
79 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
81         * gcc-changelog/git_commit.py (GitCommit.__init__):
82         Handle commit_to_info_hook = None; otherwise, if None,
83         regard it as error.
84         (to_changelog_entries): Handle commit_to_info_hook = None;
85         if info is None, create a warning for it.
86         * gcc-changelog/git_email.py (GitEmail.__init__):
87         call super() with commit_to_info_hook=None instead
88         of a lambda function.
90 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
92         Revert:
93         2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
95         * gcc-changelog/git_commit.py (GitCommit.__init__):
96         Handle commit_to_info_hook = None; otherwise, if None,
97         regard it as error.
98         (to_changelog_entries): Handle commit_to_info_hook = None;
99         if info is None, create a warning for it.
100         * gcc-changelog/git_email.py (GitEmail.__init__):
101         call super() with commit_to_info_hook=None instead
102         of a lamda function.
104 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
106         * gcc-changelog/git_commit.py (GitCommit.__init__):
107         Handle commit_to_info_hook = None; otherwise, if None,
108         regard it as error.
109         (to_changelog_entries): Handle commit_to_info_hook = None;
110         if info is None, create a warning for it.
111         * gcc-changelog/git_email.py (GitEmail.__init__):
112         call super() with commit_to_info_hook=None instead
113         of a lamda function.
115 2023-09-04  Marc Poulhiès  <dkm@kataplop.net>
117         * mklog.py: Leave SOB lines after changelog.
118         * prepare-commit-msg: Apply most shellcheck suggestions.
120 2023-08-29  Lehua Ding  <lehua.ding@rivai.ai>
122         * mklog.py: Fix bugs.
124 2023-08-16  Andrew Pinski  <apinski@marvell.com>
126         * gcc_update: Add libstdc++-v3/include/bits/version.h.
128 2023-07-13  Lehua Ding  <lehua.ding@rivai.ai>
130         * mklog.py: Add --append option.
132 2023-07-07  Richard Biener  <rguenther@suse.de>
134         * gcc-changelog/git_update_version.py: Remove GCC 10 from
135         active_refs.
137 2023-06-22  David Malcolm  <dmalcolm@redhat.com>
139         * unicode/gen-box-drawing-chars.py: New file.
140         * unicode/gen-combining-chars.py: New file.
141         * unicode/gen-printable-chars.py: New file.
143 2023-06-17  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
145         * testsuite-management/validate_failures.py (IsInterestingResult):
146         Add result_set argument and use it.  Adjust callers.
148 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
150         * testsuite-management/validate_failures.py (TestResult,)
151         (ParseManifestWorker, ParseSummary, Main): Handle new option
152         "--srcpath <regex>".
154 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
156         * testsuite-management/validate_failures.py (TestResult): Update.
157         (Main): Handle new option "--expiry_date YYYYMMDD".
159 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
161         * testsuite-management/validate_failures.py (ResultSet.update,)
162         (ResultSet.HasTestsuite): New methods.
163         (GetResults): Update.
164         (ParseSummary, CompareResults, PerformComparison, Main): Handle new
165         option --invert_match.
167 2023-06-14  Thiago Bauermann  <thiago.bauermann@linaro.org>
169         * testsuite-management/validate_failures.py (TestResult): Improve error
170         output.
172 2023-06-14  Christophe Lyon  <christophe.lyon@linaro.org>
174         * testsuite-management/validate_failures.py (_EXP_LINE_FORMAT,)
175         (_EXP_LINE_REX, ResultSet): Support "$tool:" prefix in exp names.
177 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
179         * testsuite-management/validate_failures.py (Main): Use exit code "2"
180         to indicate regression.
182 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
184         * testsuite-management/validate_failures.py (_VALID_TEST_RESULTS_REX):
185         Update.
186         (TestResult): Use _VALID_TEST_RESULTS_REX.
188 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
190         * testsuite-management/validate_failures.py: Add more verbosity levels.
192 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
194         * testsuite-management/validate_failures.py: Simplify GetManifestPath().
196 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
198         * testsuite-management/validate_failures.py (GetResults): Update.
199         (CompareBuilds): Read in manifest.
201 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
203         * testsuite-management/validate_failures.py (ParseManifestWorker):
204         Support expiry attributes in manifests.
205         (ParseSummary): Add a comment.
207 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
209         * testsuite-management/validate_failures.py: Avoid testsuite
210         aliasing.
212 2023-06-13  Andi Kleen  <ak@linux.intel.com>
214         * gen_autofdo_event.py: Update for download server changes
216 2023-06-03  Lehua Ding  <lehua.ding@rivai.ai>
218         * clang-format (ForEachMacros): Add missing cases
219         for EXECUTE_IF_... macros.
221 2023-05-18  Jonathan Wakely  <jwakely@redhat.com>
223         PR bootstrap/105831
224         * bench-stringop: Use = operator instead of ==.
225         * repro_fail: Likewise.
227 2023-04-28  Martin Liska  <mliska@suse.cz>
229         * filter_gcc_for_doxygen: Use python3 and not python2.
230         * filter_params.py: Likewise.
232 2023-04-26  Jakub Jelinek  <jakub@redhat.com>
234         * gennews (files): Add files for GCC 13.
236 2023-04-17  Jakub Jelinek  <jakub@redhat.com>
238         * gcc-changelog/git_update_version.py (active_refs): Add
239         releases/gcc-13.
241 2023-03-16  Jakub Jelinek  <jakub@redhat.com>
243         * unicode/README: Update to mention also makeuname2c.
244         * unicode/NameAliases.txt: New file.
246 2023-03-13  Lewis Hyatt  <lhyatt@gmail.com>
248         * unicode/DerivedCoreProperties.txt: Update to Unicode 15.
249         * unicode/DerivedNormalizationProps.txt: Likewise.
250         * unicode/EastAsianWidth.txt: Likwise.
251         * unicode/PropList.txt: Likewise.
252         * unicode/README: Likewise.
253         * unicode/UnicodeData.txt: Likewise.
255 2023-02-22  Thomas Schwinge  <thomas@codesourcery.com>
257         * config-list.mk (LIST): Clarify i686-symbolics-gnu to i686-gnu.
259 2023-02-17  Petr Sumbera  <petr.sumbera@oracle.com>
261         * make_sunver.pl: Escape brace.
263 2023-02-10  Flavio Cruz  <flaviocruz@gmail.com>
265         * config-list.mk: Add x86_64-gnu to list of archs.
267 2023-01-19  Gaius Mulley  <gaiusmod2@gmail.com>
269         * gcc_update (files_and_dependencies): Add dependencies for
270         gcc/m2/gm2config.h.in, gcc/m2/configure,
271         gcc/m2/gm2-libs/config-host, libgm2/Makefile.in,
272         libgm2/aclocal.m4, libgm2/libm2cor/Makefile.in,
273         libgm2/libm2pim/Makefile.in, libgm2/libm2iso/Makefile.in,
274         libgm2/libm2log/Makefile.in and libgm2/libm2min/Makefile.in.
276 2023-01-17  Martin Liska  <mliska@suse.cz>
278         * update-copyright.py: Ignore test_patches.txt.
280 2023-01-17  Martin Liska  <mliska@suse.cz>
282         * gcc-changelog/test_patches.txt: The CR character was removed
283         with ./contrib/update-copyright.py which I'm going to change.
285 2023-01-16  Jakub Jelinek  <jakub@redhat.com>
287         PR other/108413
288         * update-copyright.py (LibPhobosFilter): Add __builtins.di to
289         skipped files.
291 2023-01-16  Jakub Jelinek  <jakub@redhat.com>
293         PR other/108413
294         * update-copyright.py (TestsuiteFilter): Add .mod and .rs extensions.
295         (GCCCopyright): Add 'The fast_float authors' as external author.
297 2023-01-15  Gerald Pfeifer  <gerald@pfeifer.com>
299         * config-list.mk: Update FreeBSD targets to version 13.
300         Add aarch64-freebsd13.
302 2023-01-12  Gerald Pfeifer  <gerald@pfeifer.com>
304         * config-list.mk: Remove i486-freebsd4, ia64-freebsd6, and
305         sparc64-freebsd6.
307 2023-01-06  Martin Liska  <mliska@suse.cz>
309         * update-copyright.py: Add contrib as a default dir.
311 2022-12-28  Martin Liska  <mliska@suse.cz>
313         * update-copyright.py: Add contrib folder.
315 2022-12-23  Arsen Arsenović  <arsen@aarsen.me>
317         * dg-out-generator.pl: New file.
319 2022-12-21  Martin Liska  <mliska@suse.cz>
321         * filter-clang-warnings.py: Simplify.
323 2022-12-21  Martin Liska  <mliska@suse.cz>
325         * filter-clang-warnings.py: Skip Makefile and libffi warnings.
327 2022-12-19  Martin Liska  <mliska@suse.cz>
329         * gcc-changelog/git_commit.py: Support digits in PR's
330         component in subject.
332 2022-12-19  Martin Liska  <mliska@suse.cz>
334         * gcc-changelog/test_email.py: Add new test.
335         * gcc-changelog/test_patches.txt: Add new patch.
337 2022-12-19  Martin Liska  <mliska@suse.cz>
339         * gcc-changelog/git_commit.py: Allow digit in component name.
341 2022-12-19  Tobias Burnus  <tobias@codesourcery.com>
343         * gcc-changelog/git_check_commit.py (__main__): With -v print a
344         warning for the auto-added files.
345         * gcc-changelog/git_commit.py (GitCommit.__init__): Add self.warnings.
346         (GitCommit.check_mentioned_files): Add warning for auto-added files.
347         (GitCommit.print_warnings): New function.
348         * gcc-changelog/git_email.py (__main__): Remove bogus argument to
349         GitEmail constructor; print auto-added-files warning.
350         * gcc-changelog/test_email.py (test_auto_add_file_1,
351         test_auto_add_file_2): New tests.
352         * gcc-changelog/test_patches.txt: Add two test cases.
354 2022-12-19  Martin Liska  <mliska@suse.cz>
356         * gcc-changelog/setup.cfg: Do not use flake8 pytest plug-in.
358 2022-12-16  Martin Liska  <mliska@suse.cz>
360         * filter-clang-warnings.py: Print each warning only one time.
362 2022-12-16  Martin Liska  <mliska@suse.cz>
364         * gcc-changelog/git_email.py: Use PatchSet constructor
365         as newline argument is not supported with older unidiff
366         library.
368 2022-12-16  Tobias Burnus  <tobias@codesourcery.com>
370         * gcc-changelog/git_email.py (GitEmail:__init__): Support older
371         unidiff.PatchSet that do not have a newline= argument
372         of from_filename.
374 2022-12-14  Martin Liska  <mliska@suse.cz>
376         * analyze_brprob.py: Add copyright header.
377         * analyze_brprob_spec.py: Likewise.
378         * check-params-in-docs.py: Likewise.
379         * check_GNU_style.py: Likewise.
380         * check_GNU_style_lib.py: Likewise.
381         * filter-clang-warnings.py: Likewise.
382         * gcc-changelog/git_check_commit.py: Likewise.
383         * gcc-changelog/git_commit.py: Likewise.
384         * gcc-changelog/git_email.py: Likewise.
385         * gcc-changelog/git_repository.py: Likewise.
386         * gcc-changelog/git_update_version.py: Likewise.
387         * gcc-changelog/test_email.py: Likewise.
388         * mark_spam.py: Likewise.
390 2022-12-14  Martin Liska  <mliska@suse.cz>
392         * mklog.py: Check for number of hunks and not if a modified
393         file is binary.
395 2022-12-12  Martin Liska  <mliska@suse.cz>
397         * mklog.py: Do not search PR entry in a file that is binary.
399 2022-12-11  Martin Liska  <mliska@suse.cz>
401         * check_GNU_style.py: Use newline=\n.
402         * check_GNU_style_lib.py: Simplify.
403         * gcc-changelog/git_commit.py: Fix issues seen
404         Rust patchset.
405         * gcc-changelog/git_email.py: Use newline argument.
406         * gcc-changelog/test_email.py: New test.
407         * gcc-changelog/test_patches.txt: New test.
408         * mklog.py: Use newline argument.
410 2022-12-10  Thomas Schwinge  <thomas@codesourcery.com>
412         * gcc-changelog/git_commit.py (default_changelog_locations): Add
413         'gcc/rust'.
414         (bug_components): Add 'rust'.
416 2022-12-10  Gaius Mulley  <gaiusmod2@gmail.com>
418         * gcc-changelog/git_commit.py (default_changelog_locations):
419         New entry for gcc/m2.  New entry for libgm2.
421 2022-12-06  David Malcolm  <dmalcolm@redhat.com>
423         * gcc.doxy (INPUT): Add gcc/analyzer subdirectory.
425 2022-11-25  Martin Liska  <mliska@suse.cz>
427         Revert:
428         2022-11-25  Martin Liska  <mliska@suse.cz>
430         * gcc-changelog/git_commit.py: Temporarily disable
431         check_line.start.
433 2022-11-25  Martin Liska  <mliska@suse.cz>
435         * gcc-changelog/git_commit.py: Temporarily disable
436         check_line.start.
438 2022-11-21  Martin Liska  <mliska@suse.cz>
440         Revert:
441         2022-11-20  Martin Liska  <mliska@suse.cz>
443         * gcc-changelog/git_commit.py: Temporarily disable
444         check_line.start.
446 2022-11-20  Martin Liska  <mliska@suse.cz>
448         * gcc-changelog/git_commit.py: Temporarily disable
449         check_line.start.
451 2022-11-18  Jakub Jelinek  <jakub@redhat.com>
453         * gcc-changelog/git_update_version.py: Add
454         1957bedf29a1b2cc231972aba680fe80199d5498 to ignored commits.
456 2022-11-15  Martin Liska  <mliska@suse.cz>
458         * gcc-changelog/git_commit.py: Revert temporary rule
459         relaxation.
461 2022-11-14  Martin Liska  <mliska@suse.cz>
463         * gcc-changelog/git_commit.py: Temporarily disable
464         check_line.start.
466 2022-11-11  Martin Liska  <mliska@suse.cz>
468         * gcc-changelog/git_commit.py: Check for a space after leading
469         tab.
470         * gcc-changelog/test_email.py: Likewise.
471         * gcc-changelog/test_patches.txt: Likewise.
473 2022-11-06  Jakub Jelinek  <jakub@redhat.com>
475         * gcc-changelog/git_update_version.py: Add
476         e4cba49413ca429dc82f6aa2e88129ecb3fdd943 to ignored commits.
478 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
480         * gcc-changelog/git_commit.py (default_changelog_locations):
481         Remove 'liboffloadmic'.
482         * gcc_update (files_and_dependencies): Remove 'liboffloadmic'
483         files.
484         * update-copyright.py (GCCCmdLine): Remove 'liboffloadmic'
485         comment.
487 2022-10-20  Jonathan Wakely   <jwakely@redhat.com>
488             Ulrich Drepper  <drepper@redhat.com>
490         * gcc_update: Add rule for gcc/cp/std-name-hint.gperf.
492 2022-10-07  Martin Liska  <mliska@suse.cz>
494         * gcc-changelog/git_update_version.py: Remove extra fetch.
496 2022-10-06  Martin Liska  <mliska@suse.cz>
498         * gcc-changelog/git_update_version.py: Use logging module
499         and provide robust debugging output.
501 2022-10-05  Martin Liska  <mliska@suse.cz>
503         * gcc-changelog/git_update_version.py: Do fetch before a push.
505 2022-09-20  Martin Liska  <mliska@suse.cz>
507         * filter-clang-warnings.py: Skip egrep: warning: egrep is
508         obsolescent; using grep -E.
510 2022-08-31  Martin Liska  <mliska@suse.cz>
512         * config-list.mk: Remove deprecated ports.
514 2022-08-30  Ulrich Drepper  <drepper@gmail.com>
516         * gcc_update (files_and_dependencies): Add rule for
517         gcc/cp/std-name-hint.h.
519 2022-08-30  Martin Liska  <mliska@suse.cz>
521         * config-list.mk: Remove the port.
523 2022-08-27  Xi Ruoyao  <xry111@xry111.site>
525         * gen_autofdo_event.py: Port to Python 3, and use grep -E
526         instead of egrep.
528 2022-08-26  Martin Liska  <mliska@suse.cz>
530         * config-list.mk: Remove cr16.
532 2022-08-19  Stefan Schulze Frielinghaus  <stefansf@linux.ibm.com>
534         * clang-format: Add further FOR_EACH_ macros.
536 2022-08-18  Andrea Corallo  <andrea.corallo@arm.com>
538         * git-fetch-vendor.sh : Fix typo.
540 2022-08-02  Martin Liska  <mliska@suse.cz>
542         * gcc-changelog/git_commit.py: Do not deduce changelog for root ChangeLog.
544 2022-07-22  Martin Liska  <mliska@suse.cz>
546         * git-commit-mklog.py: Do not parse -b argument.
547         Pass mklog_args as json environment variable.
548         * mklog.py: Parse GCC_MKLOG_ARGS and append it to sys.argv.
549         * prepare-commit-msg: Do not append GCC_MKLOG_ARGS to args.
551 2022-07-22  Martin Liska  <mliska@suse.cz>
553         * mklog.py: Use component: [PR xyz] only when one PR is used.
555 2022-07-04  Martin Liska  <mliska@suse.cz>
557         * git-descr.sh: By default print revision for HEAD.
559 2022-06-28  Lewis Hyatt  <lhyatt@gmail.com>
561         * unicode/README: Added instructions for updating ucnid.h.
562         * unicode/DerivedCoreProperties.txt: New file added to source
563         control from Unicode 14.0 release.
564         * unicode/DerivedNormalizationProps.txt: Likewise.
566 2022-06-26  Lewis Hyatt  <lhyatt@gmail.com>
568         * unicode/EastAsianWidth.txt: Update to Unicode 14.0.0.
569         * unicode/PropList.txt: Likewise.
570         * unicode/README: Likewise.
571         * unicode/UnicodeData.txt: Likewise.
573 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
575         * config-list.mk: Remove tilegx and tilepro entries.
576         * gcc_update: Remove tilegx and tilepro entries.
578 2022-05-27  Richard Biener  <rguenther@suse.de>
580         * gcc-changelog/git_update_version.py (active_refs): Remove
581         releases/gcc-9.
583 2022-05-06  Jakub Jelinek  <jakub@redhat.com>
585         * gennews (files): Add files for GCC 12.
587 2022-04-28  Jakub Jelinek  <jakub@redhat.com>
589         * gcc-changelog/git_update_version.py (active_refs): Add
590         releases/gcc-12.
592 2022-04-25  Martin Liska  <mliska@suse.cz>
594         * filter-clang-warnings.py: Filter out
595         -Wc++20-attribute-extensions in lex.cc.
597 2022-04-25  Martin Liska  <mliska@suse.cz>
599         * filter-clang-warnings.py: Filter out
600         -Wbitwise-instead-of-logical.
602 2022-04-04  Martin Liska  <mliska@suse.cz>
604         * gcc-changelog/git_update_version.py: Ignore the revision.
606 2022-03-31  Jakub Jelinek  <jakub@redhat.com>
607             Joseph Myers  <joseph@codesourcery.com>
609         PR other/105114
610         * gcc_update: Fix up spelling of
611         gcc/config/loongarch/genopts/loongarch-strings dependency.
613 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
614             Lulu Cheng  <chenglulu@loongson.cn>
616         * config-list.mk: Add LoongArch triplet.
618 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
619             Lulu Cheng  <chenglulu@loongson.cn>
621         * gcc_update (files_and_dependencies): Add
622         config/loongarch/loongarch.opt and config/loongarch/loongarch-str.h.
624 2022-03-28  Martin Liska  <mliska@suse.cz>
626         * gcc-changelog/git_commit.py: Match trailing dot literally.
628 2022-03-28  Martin Liska  <mliska@suse.cz>
630         * gcc-changelog/git_commit.py: Make the parsing stricter.
632 2022-03-26  Jakub Jelinek  <jakub@redhat.com>
634         * gcc-changelog/git_update_version.py: Add
635         3ab5c8cd03d92bf4ec41e351820349d92fbc40c4 to ignored commits.
637 2022-03-10  Jonathan Wakely  <jwakely@redhat.com>
639         PR other/102664
640         * gcc-git-customization.sh: Fix non-portable commands.
642 2022-03-10  Jakub Jelinek  <jakub@redhat.com>
644         PR other/102664
645         * git-descr.sh: Replace all [1-9] occurrences with [0-9].
646         * git-undescr.sh: Likewise.
648 2022-03-09  Jonathan Wakely  <jwakely@redhat.com>
650         PR other/102664
651         * git-descr.sh: Use portable sed commands.
652         * git-undescr.sh: Likewise.
654 2022-03-08  Jonathan Wakely  <jwakely@redhat.com>
656         PR other/102664
657         * git-descr.sh: Use portable form of expr match.
659 2022-01-31  Martin Liska  <mliska@suse.cz>
661         * analyze_brprob.py: Support more formatted predict.def file.
662         * analyze_brprob_spec.py: Improve output and documentation.
664 2022-01-27  Martin Liska  <mliska@suse.cz>
666         * git-undescr.sh: Support full output of git-descr.sh.
668 2022-01-27  Martin Liska  <mliska@suse.cz>
669             Martin Jambor  <mjambor@suse.cz>
671         * git-descr.sh: New file.
672         * git-undescr.sh: New file.
673         Support optional arguments --long, --short and default
674         to 14 characters of git hash.
675         * gcc-git-customization.sh: Use the created files.
677 2022-01-24  Martin Liska  <mliska@suse.cz>
679         * gcc-changelog/git_commit.py: New files in toplev must
680         be explicitly marked as "New file".
681         * gcc-changelog/test_email.py: Test.
682         * gcc-changelog/test_patches.txt: Add test.
684 2022-01-23  Martin Liska  <mliska@suse.cz>
686         * filter-clang-warnings.py: Filter out one another warning
687         for sse.md.
689 2022-01-19  Martin Liska  <mliska@suse.cz>
691         * check_GNU_style_lib.py: Skip Python files.
693 2022-01-19  Martin Liska  <mliska@suse.cz>
695         * git-backport.py: Use it.
696         * git-fix-changelog.py: New file.
697         * gcc-git-customization.sh: Add new alias git gcc-fix-changelog.
699 2022-01-17  Martin Liska  <mliska@suse.cz>
701         * git-backport.py: Support renaming of .cc files.
703 2022-01-17  Martin Liska  <mliska@suse.cz>
705         * filter-clang-warnings.py: Rename .c names to .cc.
706         * gcc_update: Likewise.
707         * paranoia.cc: Likewise.
709 2022-01-17  Martin Liska  <mliska@suse.cz>
711         * maintainers-verify.sh: Removed.
713 2022-01-13  Martin Liska  <mliska@suse.cz>
715         * git-backport.py: Simplify the script as pre-auto-ChangeLog era
716         is 14 months old.
718 2022-01-11  Martin Liska  <mliska@suse.cz>
720         * check-MAINTAINERS.py: Use sys.argv[1] as path to MAINTAINERS.
722 2022-01-11  Martin Liska  <mliska@suse.cz>
724         * check-MAINTAINERS.py: New file.
726 2022-01-03  Jakub Jelinek  <jakub@redhat.com>
728         * update-copyright.py: Add University of Illinois as external author.
730 2021-12-16  Xionghu Luo  <luoxhu@linux.ibm.com>
732         * analyze_brprob_spec.py: Add verbose argument.
734 2021-12-06  Martin Liska  <mliska@suse.cz>
736         * filter-clang-warnings.py: Filter out one warning.
738 2021-11-24  Tobias Burnus  <tobias@codesourcery.com>
740         * download_prerequisites: Update to gmp-6.2.1, mpfr-4.1.0,
741         mpc-1.2.1 and isl-0.24.
742         * prerequisites.md5: Update hash.
743         * prerequisites.sha512: Likewise.
745 2021-11-23  Martin Liska  <mliska@suse.cz>
747         * filter-clang-warnings.py: Filter -Wc++20-extensions as it does
748         not respect proper attribute detection.
750 2021-11-23  Martin Liska  <mliska@suse.cz>
752         * check-params-in-docs.py: Support @itemx in param documentation
753         and support multi-line documentation for parameters.
755 2021-11-08  Thomas Schwinge  <thomas@codesourcery.com>
757         * update-copyright.py (class BadYear): Derive from 'Exception'.
759 2021-11-05  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
761         * testsuite-management/validate_failures.py: 2to3
763 2021-11-04  Martin Liska  <mliska@suse.cz>
765         * gcc-changelog/git_check_commit.py: Add -v option.
766         * gcc-changelog/git_commit.py: Print verbose diff for wrong
767         filename.
769 2021-11-02  Martin Liska  <mliska@suse.cz>
771         * check-internal-format-escaping.py: Fix flake8 errors.
773 2021-11-01  David Malcolm  <dmalcolm@redhat.com>
775         * unicode/utf8-dump.py: New file.
777 2021-10-20  H.J. Lu  <hjl.tools@gmail.com>
779         * gcc-changelog/git_commit.py (ignored_prefixes): Add libffi/.
781 2021-10-18  Martin Liska  <mliska@suse.cz>
783         * gcc-changelog/git_commit.py: Update location of
784         'bad parentheses wrapping'.
785         * gcc-changelog/test_email.py: Test it.
787 2021-10-02  Martin Liska  <mliska@suse.cz>
789         * filter-clang-warnings.py: Filter out -Wtautological-compare
790         for the file.
792 2021-09-20  Richard Biener  <rguenther@suse.de>
794         * config-list.mk: --enable-obsolete for hppa2.0-hpux10.1 and
795         hppa2.0-hpux11.9.
797 2021-09-15  Martin Liska  <mliska@suse.cz>
799         * gcc-changelog/git_commit.py: Add FIXME note.
801 2021-09-15  Martin Liska  <mliska@suse.cz>
803         * gcc-changelog/git_commit.py: Check commit email.
804         * gcc-changelog/test_email.py: Add new test.
805         * gcc-changelog/test_patches.txt: Likewise.
807 2021-09-15  Richard Biener  <rguenther@suse.de>
809         * config-list.mk: Remove vax-openbsd.
811 2021-09-15  Richard Biener  <rguenther@suse.de>
813         * config-list.mk: Remove m68k-openbsd.
815 2021-09-13  Andrew Pinski  <apinski@marvell.com>
817         * config-list.mk: Remove m32r-linux and m32rle-linux
818         from the list.
820 2021-09-13  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
822         * config-list.mk (LIST): --enable-obsolete for cr16-elf.
824 2021-09-06  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
826         * gcc_update: Derive human readable name for HEAD using git describe
827         like "git gcc-descr" with short commit hash.  Drop "revision" from
828         gcc/REVISION.
830 2021-08-30  Andrew Pinski  <apinski@marvell.com>
832         * download_prerequisites (md5_check): Replace == inside
833         test with = to be more portable.
835 2021-08-26  Martin Liska  <mliska@suse.cz>
837         * mklog.py: Use file.{source,target}_file for proper rename
838         handling.
840 2021-08-24  Andrew Pinski  <apinski@marvell.com>
842         PR other/82704
843         * download_prerequisites: Fix issues with --md5 and
844         --sha512 options.
846 2021-08-18  Martin Liska  <mliska@suse.cz>
848         * gcc-git-customization.sh: Wrap $@ in quotes.
849         * git-commit-mklog.py: Add new argument --co.
850         * mklog.py: Skip the Co-Authored-By lines.
852 2021-08-10  Martin Liska  <mliska@suse.cz>
854         * mklog.py: Support additional PRs without PR prefix.
856 2021-08-03  Martin Liska  <mliska@suse.cz>
858         * gcc-changelog/git_update_version.py: Ignore problematic
859         commit.
861 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
863         * vimrc (textwidth): Change non-gitcommit length to 79.
865 2021-07-02  Eugene Rozenfeld  <erozen@microsoft.com>
867         * gen_autofdo_event.py: handle stepping, non-working PEBS
869 2021-06-28  Martin Liska  <mliska@suse.cz>
871         * mklog.py: Handle correctly long lines.
872         * test_mklog.py: Test it.
874 2021-06-23  Martin Liska  <mliska@suse.cz>
876         * gcc-git-customization.sh: Use the new wrapper.
877         * git-commit-mklog.py: New file.
878         * prepare-commit-msg: Support GCC_MKLOG_ARGS.
880 2021-06-22  Martin Liska  <mliska@suse.cz>
882         * mklog.py: Fix flake8 issue.
884 2021-06-21  Tobias Burnus  <tobias@codesourcery.com>
885             Martin Sebor  <msebor@redhat.com>
887         * mklog.py (bugzilla_url): Fetch also component.
888         (pr_filename_regex): New.
889         (get_pr_titles): Update PR string with correct format and component.
890         (generate_changelog): Take additional PRs; extract PR from the
891         filename.
892         (__main__): Add -b/--pr-numbers argument.
893         * test_mklog.py (EXPECTED4): Update to expect a PR for the new file.
895 2021-06-17  Jason Merrill  <jason@redhat.com>
897         * mklog.py: Add an initial component: [PRnnnnn] line when
898         we have a PR.
900 2021-06-13  Tobias Burnus  <tobias@codesourcery.com>
902         * gcc-changelog/git_commit.py (pr_regex): Add ?P<pr> for group('pr').
903         (subject_pr_regex, subject_pr2_regex): New.
904         (GitInfo.__init__, GitCommit.parse_changelog): Check subject PRs.
905         * gcc-changelog/git_email.py (SUBJECT_PREFIX, subject_patch_regex): New.
906         (GitEmail.__init__): Parse 'Subject:' and pass it to GitInfo.
907         * gcc-changelog/test_email.py (test_pr_only_in_subject,
908         test_wrong_pr_comp_in_subject, test_copyright_years): New.
909         * gcc-changelog/test_patches.txt (0030-PR-c-92746, pr-check1.patch):
910         Update to avoid triggering the new check.
911         (0001-rs6000-Support-doubleword, pr-wrong-comp.patch,
912         copyright-years.patch): New.
914 2021-06-11  Martin Liska  <mliska@suse.cz>
916         * gcc-changelog/git_update_version.py: Ignore commit that
917         violates rules and was somehow pushed.
919 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
921         * update-copyright.py: Add c++tools.
923 2021-05-24  Martin Liska  <mliska@suse.cz>
925         * gcc-changelog/git_commit.py: Add note that ChangeLog entries
926         are added automatically.
927         * gcc-changelog/test_email.py: Update test.
929 2021-05-18  Jonathan Wakely  <jwakely@redhat.com>
931         * gcc-changelog/git_email.py: Remove use of non-strict mode.
933 2021-05-17  Richard Biener  <rguenther@suse.de>
935         * download_prerequisites: Update mpfr version to 3.1.6.
936         * prerequisites.md5: Update.
937         * prerequisites.sha512: Likewise.
939 2021-05-17  Richard Biener  <rguenther@suse.de>
941         Revert:
942         2021-05-14  Martin Liska  <mliska@suse.cz>
944         * download_prerequisites: Use version 4.1.0.
946 2021-05-14  Martin Liska  <mliska@suse.cz>
948         * download_prerequisites: Use version 4.1.0.
950 2021-05-14  Jakub Jelinek  <jakub@redhat.com>
952         * gcc-changelog/git_update_version.py: Remove releases/gcc-8 from
953         active_refs.
955 2021-05-14  Martin Liska  <mliska@suse.cz>
957         * gcc-changelog/git_commit.py: Support Co-Authored-By before
958         a first ChangeLog entry.
960 2021-05-13  Martin Liska  <mliska@suse.cz>
962         * mklog.py: Put PR entries before all ChangeLog entries
963         (will be added to all ChangeLog locations by Daily bump script).
964         * test_mklog.py: Test the new behavior.
966 2021-05-12  Martin Liska  <mliska@suse.cz>
968         * gcc-changelog/git_commit.py: Simplify needle lookup.
969         * gcc-changelog/git_update_version.py: Pass ref_name to
970         parse_git_revisions.
972 2021-05-11  Martin Liska  <mliska@suse.cz>
974         * gcc_update: Remove libhsail-rt folder.
975         * update-copyright.py: Likewise.
977 2021-05-11  Martin Liska  <mliska@suse.cz>
979         * gcc-changelog/git_check_commit.py: Remove --non-strict-mode.
980         * gcc-changelog/git_commit.py: Remove strict mode.
981         * gcc-changelog/git_email.py: Likewise.
982         * gcc-changelog/git_repository.py: Likewise.
983         * gcc-changelog/test_email.py: Likewise.
984         * gcc-changelog/test_patches.txt: Update patches so that they
985         don't contain a ChangeLog file changes.
987 2021-05-11  Martin Liska  <mliska@suse.cz>
989         * gcc-changelog/git_commit.py: Remove ChangeLog locations
990         based on ref_name.
991         * gcc-changelog/git_repository.py: Likewise.
993 2021-05-10  Martin Liska  <mliska@suse.cz>
995         * gcc-changelog/git_email.py: Remove newlines when --help
996         is used.
998 2021-05-10  Tobias Burnus  <tobias@codesourcery.com>
1000         * gcc-changelog/git_check_commit.py (__Main__): State in --help
1001         the default value for 'revisions'.
1002         * gcc-changelog/git_email.py (show_help): Add.
1003         (__main__): Handle -h and --help.
1005 2021-05-10  Tobias Burnus  <tobias@codesourcery.com>
1007         * gcc-changelog/git_commit.py (Error.__repr__): Add space after the colon.
1008         (GitCommit.check_mentioned_files): Check whether the same file has been
1009         specified multiple times.
1010         * gcc-changelog/test_email.py (TestGccChangelog.test_multi_same_file): New.
1011         * gcc-changelog/test_patches.txt (0001-OpenMP-Fix-SIMT): New test.
1013 2021-05-10  Martin Liska  <mliska@suse.cz>
1015         Revert:
1016         2021-05-10  Martin Liska  <mliska@suse.cz>
1018         * gcc-changelog/git_commit.py: Remove components that will be
1019         removed.
1021 2021-05-10  Martin Liska  <mliska@suse.cz>
1023         * gcc_update: Start using reload.c instead of version.c.
1025 2021-05-10  Martin Liska  <mliska@suse.cz>
1027         * gcc-changelog/git_commit.py: Remove components that will be
1028         removed.
1030 2021-04-27  Jakub Jelinek  <jakub@redhat.com>
1032         * gennews (files): Add files for GCC 10 and GCC 11.
1034 2021-04-22  David Edelsohn  <dje.gcc@gmail.com>
1036         * config-list.mk: Remove rs6000-ibm-aix6.1.
1037         Rename rs6000-ibm-aix7.1 to powerpc-ibm-aix7.1.
1038         Add powerpc-ibm-aix7.2.
1040 2021-04-20  Jakub Jelinek  <jakub@redhat.com>
1042         * gcc-changelog/git_update_version.py (active_refs): Add
1043         releases/gcc-11.
1045 2021-04-12  Martin Liska  <mliska@suse.cz>
1047         * gcc-changelog/git_commit.py: Do not allow space in long lines.
1049 2021-04-12  Martin Liska  <mliska@suse.cz>
1051         * gcc-changelog/git_commit.py: Support long filenames
1052         in entries.
1053         * gcc-changelog/test_email.py: Test it.
1054         * gcc-changelog/test_patches.txt: Likewise.
1056 2021-03-23  Martin Liska  <mliska@suse.cz>
1058         * mklog.py: Fix broken tests.
1060 2021-03-22  Martin Liska  <mliska@suse.cz>
1062         * mklog.py: Add --directory argument.
1064 2021-03-19  Matthias Klose  <doko@ubuntu.com>
1066         * texi2pod.pl: Substitute @tie{} with a space for the man pages.
1068 2021-03-16  Martin Liska  <mliska@suse.cz>
1070         * gcc-changelog/git_update_version.py: Skip one problematic
1071         commit.
1073 2021-03-12  Martin Liska  <mliska@suse.cz>
1075         * gcc-changelog/git_commit.py: Allow deletion of ChangeLog
1076         files.
1077         * gcc-changelog/setup.cfg: Set line limit to 120 characters.
1078         * gcc-changelog/test_email.py: Add test.
1079         * gcc-changelog/test_patches.txt: Likewise.
1080         * gcc-changelog/git_email.py: Fix parsing of deleted files.
1082 2021-02-08  Mike Frysinger  <vapier@gentoo.org>
1084         * mklog.py (generated_files): New set.
1085         (generate_changelog): Add entries based on generated_files.
1087 2021-02-03  Aaron Sawdey  <acsawdey@linux.ibm.com>
1089         * gcc_update (files_and_dependencies): Add dependency for
1090         gcc/config/rs6000/fusion.md on gcc/config/rs6000/genfusion.md.
1092 2021-01-28  Eric Botcazou  <ebotcazou@adacore.com>
1094         PR lto/85574
1095         * compare-lto: Deal with PE-COFF executables specifically.
1097 2021-01-14  Martin Liska  <mliska@suse.cz>
1099         * mklog.py: Fix infinite loop for unsupported files.
1101 2021-01-13  Martin Liska  <mliska@suse.cz>
1103         * gcc-changelog/git_commit.py: Support wrapping of functions
1104         in parentheses that can take multiple lines.
1105         * gcc-changelog/test_email.py: Add tests for it.
1106         * gcc-changelog/test_patches.txt: Add 2 patches.
1108 2021-01-13  Martin Liska  <mliska@suse.cz>
1110         * mklog.py: Parse also define_insn_and_split and similar
1111         directives in .md files.
1112         * test_mklog.py: Test.
1114 2021-01-13  Martin Liska  <mliska@suse.cz>
1116         * gcc-changelog/git_commit.py: Allow modifications of older
1117         ChangeLog (or specific) files without need to make a ChangeLog
1118         entry.
1119         * gcc-changelog/test_email.py: Test it.
1120         * gcc-changelog/test_patches.txt: Add new patch.
1122 2021-01-11  Martin Liska  <mliska@suse.cz>
1124         * update-copyright.py: Port to python3 by guessing encoding
1125         (first utf8, then iso8859). Add 2 more ignores: .png and .pyc.
1127 2021-01-06  Martin Liska  <mliska@suse.cz>
1129         * gcc-changelog/git_commit.py: Add decode_path function.
1130         * gcc-changelog/git_email.py: Use it in order to solve
1131         utf8 encoding filename issues.
1132         * gcc-changelog/git_repository.py: Likewise.
1133         * gcc-changelog/test_email.py: Test it.
1135 2021-01-04  Jakub Jelinek  <jakub@redhat.com>
1137         * update-copyright.py: Add AMD and Ulf Adams as external authors.
1139 2021-01-04  Jakub Jelinek  <jakub@redhat.com>
1141         * update-copyright.py: Use 8 spaces instead of tab to indent.
1143 2021-01-04  Martin Liska  <mliska@suse.cz>
1145         * mklog.py: Add --update-copyright option which adds:
1146         "Update copyright years." to ChangeLog files belonging
1147         to a modified file.
1149 2021-01-04  Martin Liska  <mliska@suse.cz>
1151         * gcc-changelog/git_commit.py: Skip Update copyright
1152         years commits.
1154 2020-12-21  Martin Liska  <mliska@suse.cz>
1156         * gcc-changelog/git_commit.py: Add new error for quoted
1157         filenames.
1158         * gcc-changelog/test_email.py: Test it.
1159         * gcc-changelog/test_patches.txt: Test it.
1161 2020-12-21  Martin Liska  <mliska@suse.cz>
1163         * gcc-changelog/test_email.py: New test.
1164         * gcc-changelog/test_patches.txt: Likewise.
1166 2020-12-17  Nathan Sidwell  <nathan@acm.org>
1168         PR bootstrap/98300
1169         * gcc_update: Add c++tools/config.h.in.
1171 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1173         * gcc_update: Add c++tools & libcody.
1175 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1177         * gcc-changelog/git_commit.py (changelog_locations): Add
1178         libcody, c++tools.
1180 2020-12-08  Martin Liska  <mliska@suse.cz>
1182         * filter-clang-warnings.py: Filter more cases.
1184 2020-12-08  Martin Liska  <mliska@suse.cz>
1186         * filter-clang-warnings.py: Modernize and filter 2 more
1187         patterns.
1189 2020-12-04  Martin Liska  <mliska@suse.cz>
1191         * check-params-in-docs.py: use flake8 and add some
1192         tweaks to ignore aarch64 params.
1194 2020-12-02  Jason Merrill  <jason@redhat.com>
1196         * gcc-git-customization.sh: Configure sendemail.to.
1198 2020-11-30  Martin Liska  <mliska@suse.cz>
1200         * gcc-changelog/git_commit.py: Suggest close file for
1201         'unchanged file mentioned in a ChangeLog' error.
1202         * gcc-changelog/test_email.py: Test it.
1204 2020-11-30  Martin Liska  <mliska@suse.cz>
1206         * gcc-changelog/git_commit.py: Allow sub-directory wildcard
1207         changelog entry. Fix a typo caused by apostrophe escaping.
1208         * gcc-changelog/test_email.py: Test it.
1209         * gcc-changelog/test_patches.txt: Likewise.
1211 2020-11-30  Jonathan Wakely  <jwakely@redhat.com>
1213         * gcc-changelog/git_commit.py (wildcard_prefixes): Add libstdc++
1214         testsuite directory.
1216 2020-11-30  Martin Liska  <mliska@suse.cz>
1218         * gcc-changelog/git_commit.py: Allow wildcard pattern only.
1220 2020-11-27  Martin Liska  <mliska@suse.cz>
1222         * gcc-changelog/git_commit.py: Use regex for cherry pick prefix.
1223         * gcc-changelog/test_email.py: Test it.
1224         * gcc-changelog/test_patches.txt: Likewise.
1226 2020-11-25  Martin Liska  <mliska@suse.cz>
1228         * gcc-changelog/git_commit.py: Use revert_regex instead
1229         of string prefix.  Convert sets to literals.
1231 2020-11-16  Martin Liska  <mliska@suse.cz>
1233         * mklog.py: Do not call read on an input stream.
1234         Fix some flake8 issues.
1236 2020-11-07  Lewis Hyatt  <lhyatt@gmail.com>
1238         * unicode/EastAsianWidth.txt: Update to Unicode 13.0.0.
1239         * unicode/PropList.txt: Likewise.
1240         * unicode/README: Likewise.
1241         * unicode/UnicodeData.txt: Likewise.
1242         * unicode/from_glibc/unicode_utils.py: Update to latest glibc version.
1243         * unicode/from_glibc/utf8_gen.py: Likewise.
1245 2020-11-06  Martin Liska  <mliska@suse.cz>
1247         * gcc-changelog/git_commit.py: Add new check.
1248         * gcc-changelog/test_email.py: Test it.
1249         * gcc-changelog/test_patches.txt: Add new patch.
1251 2020-11-04  Martin Liska  <mliska@suse.cz>
1253         * gcc-changelog/git_repository.py: Set strict=True
1254         for parse_git_revisions as a default.
1256 2020-11-04  Tobias Burnus  <tobias@codesourcery.com>
1258         * gcc-changelog/git_commit.py (item_parenthesis_empty_regex,
1259         item_parenthesis_regex): Add.
1260         (check_for_empty_description): Use them.
1261         * gcc-changelog/test_email.py (test_emptry_entry_desc,
1262         test_emptry_entry_desc_2): Add.
1263         * gcc-changelog/test_patches.txt: Add two testcases for it.
1265 2020-11-03  Tobias Burnus  <tobias@codesourcery.com>
1267         * gcc-changelog/git_email.py: Add unidiff_supports_renaming check.
1269 2020-11-03  Martin Liska  <mliska@suse.cz>
1271         * gcc-changelog/setup.cfg: New file.
1273 2020-10-30  Martin Liska  <mliska@suse.cz>
1275         * gcc-changelog/git_commit.py: Handle empty groups in
1276         file description.
1277         * gcc-changelog/test_email.py: New test.
1278         * gcc-changelog/test_patches.txt: Likewise.
1280 2020-09-21  Tobias Burnus  <tobias@codesourcery.com>
1282         * mklog.py: Parse first 10 lines for PR/DR number
1283         not only the first line.
1285 2020-09-17  Dimitrij Mojoski  <dmjpp@hotmail.com>
1287         * clang-format: Autodetect C++ standard in use rather than
1288         forcing C++03.
1290 2020-08-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1292         * config-list.mk (LIST): Add OPT-enable-obsolete to tilegx-linux-gnu,
1293         tilegxbe-linux-gnu, and tilepro-linux-gnu.
1295 2020-07-29  Martin Liska  <mliska@suse.cz>
1297         * git-backport.py: fix how are ChangeLog paths combined.
1299 2020-07-23  Patrick Palka  <ppalka@redhat.com>
1301         * vimrc (SetStyle): Also inspect &filetype to determine whether
1302         a file is C-like.
1304 2020-07-23  Martin Liska  <mliska@suse.cz>
1306         * gcc-changelog/git_commit.py: When reverting a backport,
1307         we should print only Revert header.
1309 2020-07-17  Jonathan Wakely  <jwakely@redhat.com>
1311         * gcc-changelog/git_update_version.py: Fix typo.
1313 2020-07-10  Mike Nolta  <mike@nolta.net>
1315         * download_prerequisites: Don't pass wget options to curl.
1317 2020-07-07  Alexandre Oliva  <oliva@adacore.com>
1318             Martin Liska  <mliska@suse.cz>
1320         * gcc-changelog/git_commit.py: Support CASE and COND.
1321         * gcc-changelog/test_patches.txt: Add test.
1322         * gcc-changelog/test_email.py: Add test.
1324 2020-06-30  Martin Liska  <mliska@suse.cz>
1326         * gcc-changelog/git_repository.py: Support older releases of
1327         GitPython when renamed_file was named renamed.
1329 2020-06-30  Martin Liska  <mliska@suse.cz>
1331         * gcc-changelog/git_check_commit.py: Print revision
1332         of original_info.
1333         * gcc-changelog/git_commit.py: Support Revert commits.
1335 2020-06-30  Martin Liska  <mliska@suse.cz>
1337         * gcc-changelog/git_check_commit.py: Use GitInfo
1338         * gcc-changelog/git_commit.py: Add GitInfo class.
1339         * gcc-changelog/git_email.py: Use GitInfo class.
1340         * gcc-changelog/git_repository.py: Likewise.
1342 2020-06-24  Ilya Leoshkevich  <iii@linux.ibm.com>
1344         * download_prerequisites: Support AIX and OpenBSD unames.
1345         Pipe `{gzip,bzip2} -d` to `tar -xf -`.
1347 2020-06-18  Martin Liska  <mliska@suse.cz>
1349         * gcc-changelog/git_update_version.py: First checkout and then
1350         run git pull ---rebase.
1352 2020-06-18  Martin Liska  <mliska@suse.cz>
1354         * gcc-changelog/git_update_version.py: Support merge commits
1355         and walk only on the branch that is being merged and generate
1356         missing ChangeLog entries.
1358 2020-06-18  Martin Liska  <mliska@suse.cz>
1360         * gcc-changelog/git_commit.py: Fix Backported from timestamp when
1361         use_commit_ts=True is used.
1363 2020-06-17  Martin Liska  <mliska@suse.cz>
1365         * gcc-changelog/git_commit.py: Print 'Backported from master'
1366         heading to backported commits.
1367         * gcc-changelog/test_email.py: Test it.
1368         * gcc-changelog/test_patches.txt: Add new patch.
1369         * gcc-changelog/git_repository.py: Add commit_to_date hook.
1370         * gcc-changelog/git_email.py: Add fuzzy implementation
1371         of commit_to_date_hook.
1373 2020-06-11  Jonathan Wakely  <jwakely@redhat.com>
1375         * prepare-commit-msg: Use the gcc-config.mklog-hook-type Git
1376         config key instead of the GCC_FORCE_MKLOG environment variable.
1377         Optionally disable generating a new ChangeLog template for
1378         amended commits when the existing log is still OK.
1380 2020-06-11  Martin Liska  <mliska@suse.cz>
1382         * gcc-changelog/git_update_version.py: Add --curent argument.
1384 2020-06-11  Martin Liska  <mliska@suse.cz>
1386         * prepare-commit-msg: Replace ENV variable with a git config
1387         value.
1389 2020-06-11  Jonathan Wakely  <jwakely@redhat.com>
1391         * prepare-commit-msg: Use 'tee' to save the diff to a file
1392         instead of running 'git diff' twice.
1394 2020-06-10  Martin Liska  <mliska@suse.cz>
1396         * gcc-changelog/git_commit.py: Fix renamed files in
1397         parse_git_name_status.
1398         * gcc-changelog/test_email.py: Add test for it.
1400 2020-06-10  Martin Liska  <mliska@suse.cz>
1402         * gcc-changelog/git_commit.py: Add more supported prefixes.
1403         * gcc-changelog/test_email.py: Fix one flake8 error.
1404         * gcc-changelog/test_patches.txt: Add tested for newly
1405         supported prefixes.
1407 2020-06-10  Jonathan Wakely  <jwakely@redhat.com>
1409         * gcc-changelog/git_commit.py (GitCommit.parse_changelog):
1410         Improve error strings.
1411         * gcc-changelog/test_email.py: Update expected errors.
1413 2020-06-09  Jonathan Wakely  <jwakely@redhat.com>
1415         * gcc-changelog/git_email.py: Set exit status on error.
1417 2020-06-09  Martin Liska  <mliska@suse.cz>
1419         * gcc-changelog/git_commit.py: Fix ChangeLog regex in order to
1420         match the top-level ChangeLog.
1421         * gcc-changelog/test_email.py: Add test.
1422         * gcc-changelog/test_patches.txt: Likewise.
1424 2020-06-02  Martin Liska  <mliska@suse.cz>
1426         * gcc-changelog/git_commit.py: Support foo/bar/*: patterns in
1427         wildcard_prefixes locations.
1428         * gcc-changelog/test_email.py: Test it.
1429         * gcc-changelog/test_patches.txt: Add 3 new patches.
1431 2020-06-02  Iain Buclaw  <ibuclaw@gdcproject.org>
1433         * gcc-changelog/git_commit.py (ignored_prefixes): Add
1434         gcc/testsuite/gdc.test/.
1436 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1438         * gcc-changelog/test_email.py (TestGccChangelog.test_long_lines):
1439         Update expected error message.
1441 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1443         * gcc-changelog/git_commit.py (GitCommit.parse_changelog): Fix
1444         grammar.
1446 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1448         * prepare-commit-msg: Do nothing if the mklog.py script isn't
1449         present.
1451 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1453         * gcc-changelog/git_commit.py (GitCommit.check_mentioned_files):
1454         Improve error text.
1456 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1458         * config-list.mk (LIST): Add v850e1-elf.
1460 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1462         * config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems.
1464 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1466         * config-list.mk (LIST): Remove arm-wrs-vxworks.
1468 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1470         * config-list.mk (LIST): Remove cris-linux, crisv32-elf, and
1471         crisv32-linux.
1473 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1475         * config-list.mk (LIST): Add pru-elf.
1477 2020-05-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1479         * config-list.mk (LIST): Remove rs6000-ibm-aix5.3.0.
1481 2020-05-29  Martin Liska  <mliska@suse.cz>
1483         * gcc-changelog/git_commit.py: Find empty change descriptions.
1484         * gcc-changelog/test_email.py: New test.
1485         * gcc-changelog/test_patches.txt: New patch that tests that.
1487 2020-05-29  Martin Liska  <mliska@suse.cz>
1489         * git-backport.py: The script did 'git co HEAD~' when
1490         there was no modified ChangeLog file in a successful
1491         git cherry pick.
1492         Run cherry-pick --continue without editor.
1494 2020-05-29  Martin Liska  <mliska@suse.cz>
1496         * gcc-changelog/git_commit.py: Properly
1497         handle duplicite authors.
1498         * gcc-changelog/test_email.py: New test.
1499         * gcc-changelog/test_patches.txt: New patch.
1501 2020-05-28  Pierre-Marie de Rodat  <derodat@adacore.com>
1503         * gcc-changelog/git_email.py (GitEmail.__init__): Interpret file
1504         renamings as a file deletion plus a file addition.
1505         * gcc-changelog/git_repository.py (parse_git_revisions):
1506         Likewise.
1507         * gcc-changelog/test_email.py: New testcase.
1508         * gcc-changelog/test_patches.txt: New testcase.
1510 2020-05-28  Martin Liska  <mliska@suse.cz>
1512         * check-params-in-docs.py: Update to new format
1513         of help.  Apply flake8 corrections.
1515 2020-05-28  Martin Liska  <mliska@suse.cz>
1517         * mklog.py: Support renaming of files.
1518         One needs unidiff 0.6.0+.
1519         * test_mklog.py: Test it.
1521 2020-05-27  Martin Liska  <mliska@suse.cz>
1523         * gcc-git-customization.sh: Use git-backport.py to drop
1524         all changes for ChangeLog files.
1525         * git-backport.py: New file.
1527 2020-05-27  Martin Liska  <mliska@suse.cz>
1529         * gcc-git-customization.sh: Rename
1530         commit-mklog to gcc-commit-mklog.
1532 2020-05-27  Martin Liska  <mliska@suse.cz>
1534         * prepare-commit-msg: Save diff to a file if
1535         the GCC_GIT_DIFF_FILE variable is set.
1537 2020-05-26  Pierre-Marie de Rodat  <derodat@adacore.com>
1539         * gcc-changelog/git_commit.py (ChangeLogEntry): Handle entries
1540         with multi-line file lists.
1541         * gcc-changelog/test_email.py: New testcase.
1542         * gcc-changelog/test_patches.txt: Likewise.
1544 2020-05-26  Pierre-Marie de Rodat  <derodat@adacore.com>
1546         * gcc-changelog/git_update_version.py: Close file objects after
1547         use.
1548         * gcc-changelog/git_email.py: Likewise.
1549         * gcc-changelog/test_email.py: Likewise.
1551 2020-05-26  Martin Liska  <mliska@suse.cz>
1553         * gcc-changelog/git_update_version.py: Add 2 new options.
1555 2020-05-26  Alexandre Oliva  <oliva@gnu.org>
1557         * gcc-changelog/git_commit.py (changelog_regex): Accept optional
1558         'for' prefix.
1560 2020-05-26  Alexandre Oliva  <oliva@adacore.com>
1562         * compare-debug: Adjust for .gkd files named as dump files,
1563         with the source suffix rather than the object suffix.
1565 2020-05-26  Martin Liska  <mliska@suse.cz>
1567         * gcc-changelog/git_commit.py: Parse changelog entries for
1568         ignored locations.
1569         * gcc-changelog/test_email.py: Add new test for it.
1570         * gcc-changelog/test_patches.txt: Likewise.
1572 2020-05-26  Jason Merrill  <jason@redhat.com>
1574         * prepare-commit-msg: New file.
1575         * gcc-git-customization.sh: Install it.  Add commit-mklog alias.
1576         * mklog.py: Add new option -c which appends
1577         to a ChangeLog file.
1579 2020-05-25  Martin Liska  <mliska@suse.cz>
1581         * gcc-changelog/git_commit.py: Add trailing '/'
1582         for libdruntime.  Allow empty changelog for
1583         only ignored files.
1584         * gcc-changelog/test_email.py: New test for go
1585         patch in ignored location.
1586         * gcc-changelog/test_patches.txt: Add test.
1588 2020-05-22  Jakub Jelinek  <jakub@redhat.com>
1590         * gcc-changelog/git_commit.py: Add trailing / to
1591         gcc/testsuite/go.test/test and replace gcc/go/frontend/
1592         with gcc/go/gofrontend/ in ignored locations.
1594 2020-05-22  Martin Liska  <mliska@suse.cz>
1596         * gcc-changelog/git_commit.py: Add gcc/testsuite/go.test/test
1597         to ignored locations.
1599 2020-05-21  Martin Liska  <mliska@suse.cz>
1601         * gcc-changelog/git_update_version.py: Prepare the script, the
1602         only missing piece is pushing of the updated branches.
1604 2020-05-21  Martin Liska  <mliska@suse.cz>
1606         * gcc-changelog/git_commit.py: Support DR entries/
1607         * gcc-changelog/test_email.py: New test for it.
1608         * gcc-changelog/test_patches.txt: New patch for it.
1610 2020-05-21  Martin Liska  <mliska@suse.cz>
1612         * mklog.py: Support DR parsing.
1613         * test_mklog.py: New test for DR parsing.
1615 2020-05-20  Martin Liska  <mliska@suse.cz>
1617         * gcc-changelog/git_commit.py: Add author_tuple
1618         only if not present in author_lines.
1619         * gcc-changelog/test_email.py: New test.
1620         * gcc-changelog/test_patches.txt: Add new patch.
1622 2020-05-20  Martin Liska  <mliska@suse.cz>
1624         * gcc-changelog/git_commit.py: Refactor to make flake8 happy.
1625         * gcc-changelog/test_email.py: Add new test.
1626         * gcc-changelog/test_patches.txt: Add new patch.
1628 2020-05-20  Frederik Harwath  <frederik@codesourcery.com>
1630         * gcc-changelog/git_commit.py: Skip over lines starting
1631         with "Reviewed-by: ", "Reviewed-on: ", or "Signed-off-by: "
1633 2020-05-20  Martin Liska  <mliska@suse.cz>
1635         * gcc-changelog/git_check_commit.py: Change
1636         --allow-non-strict-mode to --non-strict-mode.
1638 2020-05-20  Martin Liska  <mliska@suse.cz>
1640         * gcc-changelog/git_commit.py: Support cherry pick
1641         prefix.
1642         * gcc-changelog/test_email.py: Test it.
1643         * gcc-changelog/test_patches.txt: Add new patch.
1644         * gcc-git-customization.sh: Add gcc-backport.
1646 2020-05-19  Martin Liska  <mliska@suse.cz>
1648         * mklog.py: Use REST API for bug title downloading.
1650 2020-05-19  Martin Liska  <mliska@suse.cz>
1652         * gcc-changelog/git_commit.py: Add param use_commit_ts
1653         for to_changelog_entries.
1654         * gcc-changelog/git_update_version.py: Se use_commit_ts to True.
1656 2020-05-19  Martin Liska  <mliska@suse.cz>
1658         * mklog.py: Skip GTY for struct names.  Make flake8 happy.
1659         * test_mklog.py: Add test for GTY.
1661 2020-05-19  Martin Liska  <mliska@suse.cz>
1663         * gcc-changelog/git_update_version.py:
1664         Fill up entries in reverse order.
1666 2020-05-19  Martin Liska  <mliska@suse.cz>
1668         * gcc-git-customization.sh: Add
1669         alias.gcc-mklog new hook.
1670         * mklog.py: New file.
1671         * test_mklog.py: New file.
1673 2020-05-19  Martin Liska  <mliska@suse.cz>
1675         * legacy/mklog: Moved from mklog.
1676         * legacy/mklog.pl: Moved from mklog.pl.
1678 2020-05-19  Martin Liska  <mliska@suse.cz>
1680         * gcc-git-customization.sh: Add gcc-verify alias
1681         that uses contrib/gcc-changelog/git_check_commit.py.
1683 2020-05-15  Andrew Burgess  <andrew.burgess@embecosm.com>
1685         * dg-extract-results.py: Handle GDB specific test types.
1686         * dg-extract-results.sh: Likewise.
1688 2020-05-14  Martin Liska  <mliska@suse.cz>
1690         * gcc-changelog/test_email.py: New file.
1691         * gcc-changelog/test_patches.txt: New file.
1693 2020-05-13  Patrick Palka  <ppalka@redhat.com>
1695         * vimrc: Reduce textwidth to 72 for Git commit messages.
1697 2020-05-13  Martin Liska  <mliska@suse.cz>
1699         * gcc-changelog/git_check_commit.py: Add default argument HEAD
1700         for revisions and improve error message output.
1702 2020-05-13  Martin Liska  <mliska@suse.cz>
1704         * gcc-changelog/git_commit.py: Restore print_output syntax
1705         in git_commit.py.
1707 2020-05-13  Martin Liska  <mliska@suse.cz>
1709         * gcc-changelog/git_check_commit.py: New file.
1710         * gcc-changelog/git_commit.py: New file.
1711         * gcc-changelog/git_email.py: New file.
1712         * gcc-changelog/git_repository.py: New file.
1713         * gcc-changelog/git_update_version.py: New file.
1715 2020-04-17  Martin Liska  <mliska@suse.cz>
1717         * vimrc: We do not want to modify tab options
1718         for Python files.
1720 2020-04-16  Jakub Jelinek  <jakub@redhat.com>
1722         PR bootstrap/92008
1723         * gcc_update: Add intl/plural.y dependency for intl/plural-config.h.
1725 2020-04-03  Martin Liska  <mliska@suse.cz>
1727         * gcc-git-customization.sh: Search for the pattern
1728         at line beginning only.
1730 2020-01-24  Richard Earnshaw  <rearnsha@arm.com>
1732         * gcc-git-customization.sh: Use users/<pfx> for the personal remote
1733         rather than just <pfx>.  Convert existing personal branches to the
1734         new remote.
1735         * git-add-user-branch.sh: New file.
1737 2020-01-22  Richard Earnshaw  <rearnsha@arm.com>
1739         * git-add-vendor-branch.sh: New file.
1741 2020-01-20  Richard Earnshaw  <rearnsha@arm.com>
1743         * gcc-git-customization.sh: Check that user-supplied remote
1744         name exists before continuting.  Use a separate remotes for the
1745         personal commit area.  Convert existing personal and vendor
1746         fetch rules to new layout.
1747         * git-fetch-vendor.sh: New vendor layout.  Add --enable-push
1748         option.
1750 2020-01-17  Hans-Peter Nilsson  <hp@axis.com>
1752         * gcc_update <git revision>: Use git log "--pretty=tformat:%p:%t:%H",
1753         not "--pretty=%p:%t:%H".
1755 2020-01-16  Andreas Schwab  <schwab@linux-m68k.org>
1757         * gcc-git-customization.sh: Avoid double expansion.
1759 2020-01-16  Richard Earnshaw  <rearnsha@arm.com>
1761         * gcc-git-customization.sh: Check that user.name and user.email
1762         are set.  Use $(cmd) instead of `cmd`.  Fix variable quoting when
1763         using eval.
1765 2020-01-16  Jakub Jelinek  <jakub@redhat.com>
1767         * gcc-git-customization.sh: Verify the id to be printed is ancestor of
1768         the corresponding remote release branch (or master), otherwise print
1769         nothing.
1771 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1772             Jakub Jelinek  <jakub@redhat.com>
1774         * gcc-git-customization.sh: Change uses to use in comment.
1776 2020-01-15  Jakub Jelinek  <jakub@redhat.com>
1778         * gcc-git-customization.sh: Handle output of older git which doesn't
1779         print tags/ prefixes before branchpoint/gcc-.
1781 2010-01-15  Richard Earnshaw  <rearnsha@arm.com>
1783         * gcc-git-customization.sh: Explain why we want the user's
1784         upstream account name.  Don't add push rules.  Check if push rules
1785         have been added and suggest that they should be removed.
1786         * git-fetch-vendor.sh: Don't add push rules.
1788 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1790         Revert:
1791         2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1793         * gcc-git-customization.sh: Add back the default rule that
1794         is lost by adding a custom push rule.
1795         * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
1797 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1799         * gcc-git-customization.sh: Add back the default rule that
1800         is lost by adding a custom push rule.
1801         * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
1803 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1805         * contrib/git-fetch-vendor.sh: New file.
1807 2020-01-13  Jakub Jelinek  <jakub@redhat.com>
1809         * contrib/gcc-git-customization.sh: Add git gcc-descr and gcc-undescr
1810         aliases.
1812 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1814         * gcc-git-customization.sh: New file.
1816 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
1818         * update-copyright.py: Add Mentor Graphics Corporation and Yoshinori
1819         Sato as external authors.  Skip LICENSE.txt files.
1821 2019-12-16  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1823         * config-list.mk: Add msp430-elfbare.
1825 2019-12-09  Lewis Hyatt  <lhyatt@gmail.com>
1827         PR preprocessor/49973
1828         * unicode/from_glibc/unicode_utils.py: Support script from
1829         glibc (commit 464cd3) to extract character widths from Unicode data
1830         files.
1831         * unicode/from_glibc/utf8_gen.py: Likewise.
1832         * unicode/UnicodeData.txt: Unicode v. 12.1.0 data file.
1833         * unicode/EastAsianWidth.txt: Likewise.
1834         * unicode/PropList.txt: Likewise.
1835         * unicode/gen_wcwidth.py: New utility to generate
1836         libcpp/generated_cpp_wcwidth.h with help from the glibc support
1837         scripts and the Unicode data files.
1838         * unicode/unicode-license.txt: Added.
1839         * unicode/README: New explanatory file.
1841 2019-12-07  Richard Sandiford  <richard.sandiford@arm.com>
1843         * texi2pod.pl: Handle @headitems in @multitables, printing them
1844         in italics.  Push an empty item code onto the stack.
1846 2019-11-13  Janne Blomqvist  <jb@gcc.gnu.org>
1848         * download_prerequisites: Use http instead of ftp for downloading.
1850 2019-11-08  Martin Liska  <mliska@suse.cz>
1852         * mklog: The script fails for patches that contain:
1853         '---param=foo=bar xyz'.
1855 2019-09-18  Martin Liska  <mliska@suse.cz>
1857         * clang-format: Tweak configuration based on new
1858         options offered.
1860 2019-09-09  Jose E. Marchesi  <jemarch@gnu.org>
1862         * config-list.mk (LIST): Disable go in bpf-*-* targets.
1864 2019-09-04  Martin Liska  <mliska@suse.cz>
1866         * mklog: Do not print changed functions for
1867         testsuite files.
1869 2019-09-04  Martin Liska  <mliska@suse.cz>
1871         * mklog: Parse PR references from newly added
1872         test files.
1874 2019-09-04  Martin Liska  <mliska@suse.cz>
1876         * mklog: Use argparse instead of getopt.
1878 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1880         * compare-all-tests (all_targets): Remove references to spu.
1881         * config-list.mk (LIST): Likewise.
1883 2019-09-02  Alexander Monakov  <amonakov@ispras.ru>
1885         * vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.
1886         * vimrc: Set preferred values for 'tabstop', 'softtabstop',
1887         'shiftwidth', 'noexpandtab', 'textwidth', 'formatoptions' for all
1888         files, not just C-like files.
1890 2019-09-02  Martin Liska  <mliska@suse.cz>
1892         * vim-gcc-dev/syntax/gcc-match.vim: Set tabstop=8.
1894 2019-08-13  Uros Bizjak  <ubizjak@gmail.com>
1896         * test_summary: Do not escape "=".
1898 2019-07-02  Janne Blomqvist  <jb@gcc.gnu.org>
1900         PR other/91048
1901         * mklog (read_user_info): Open ~/.mklog in string mode.
1903 2019-06-19  Martin Liska  <mliska@suse.cz>
1905         * bench-stringop: New file.
1907 2019-05-21  Janne Blomqvist  <jb@gcc.gnu.org>
1909         * mklog: Open files in text mode.
1911 2019-05-21  Janne Blomqvist  <jb@gcc.gnu.org>
1913         * mklog: Convert to Python 3.
1915 2019-05-03  Jakub Jelinek  <jakub@redhat.com>
1917         * gennews (files): Add files for GCC 9.
1919 2019-04-30  Roland Illig  <roland.illig@gmx.de>
1921         * check-internal-format-escaping.py: New version using polib.
1923 2019-04-19  Christophe Lyon  <christophe.lyon@linaro.org>
1925         PR translation/90118
1926         * check-internal-format-escaping.py: Check that %< is not next to
1927         a word.
1929 2019-04-17  Jakub Jelinek  <jakub@redhat.com>
1931         * dg-extract-results.sh: Only handle WARNING: program timed out
1932         lines specially in "$MODE" == "sum".  Restore previous behavior
1933         for "$MODE" != "sum".  Clear has_timeout and timeout_cnt if in
1934         a different variant or curfile is empty.
1935         * dg-extract-results.py: Fix a typo.
1937 2019-04-05  Martin Liska  <mliska@suse.cz>
1939         PR translation/89936
1940         * check-internal-format-escaping.py: Properly detect wrong
1941         apostrophes.
1943 2019-03-11  Martin Liska  <mliska@suse.cz>
1945         * check-internal-format-escaping.py: Uncomment apostrophes
1946         check.
1948 2019-03-11  Martin Liska  <mliska@suse.cz>
1950         * check-internal-format-escaping.py: New file.
1952 2019-03-10  Tommy Nguyen  <remyabel@gmail.com>
1954         PR contrib/82704
1955         * download_prerequisites: Use -c instead of --check for sha512sum.
1957 2019-03-06  Martin Liska  <mliska@suse.cz>
1959         * check-params-in-docs.py: Ignore a param.
1961 2019-03-05  Christophe Lyon  <christophe.lyon@linaro.org>
1963         contrib/
1964         * dg-extract-results.py: Handle case where a WARNING happens with
1965         the first test of a harness.
1967 2019-03-05  Christophe Lyon  <christophe.lyon@linaro.org>
1969         contrib/
1970         * dg-extract-results.sh: Fix order of WARNING and following test
1971         result.
1973 2019-02-04  Christophe Lyon  <christophe.lyon@linaro.org>
1975         contrib/
1976         * dg-extract-results.py: Keep timeout warnings next to their
1977         matching test.
1978         * dg-extract-results.sh: Likewise.
1980 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
1982         * update-copyright.py: Add Gerard Jungman as external author.
1984 2018-11-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1986         * update-copyright.py (TestsuiteFilter): Skip .d tests.
1987         (LibPhobosFilter): Add filter for upstream D sources.
1988         (GCCCopyright): Add D Language Foundation as external author.
1989         (GCCCmdLine): Add libphobos.
1991 2018-11-19  Martin Liska  <mliska@suse.cz>
1993         * check_GNU_style_lib.py: Detect mixed usage
1994         of spaces and tabs.
1996 2018-11-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1998         * gcc_update (files_and_dependencies): Handle libphobos.
2000 2018-10-25  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
2002         * dg-cmp-results.sh: Print NA-FAIL and NA->UNRESOLVED changes at
2003         default verbosity.
2005 2018-10-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2007         * config-list.mk (LIST): Switch to i686-solaris2.11,
2008         sparc64-sun-solaris2.11.
2010 2018-10-04  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2012         * unused_functions.py: Handle archive files.
2014 2018-10-04  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2016         * unused_functions.py: New file.
2018 2018-09-25  Martin Liska  <mliska@suse.cz>
2020         * filter-rtags-warnings.py: New file.
2022 2018-09-25  Martin Liska  <mliska@suse.cz>
2024         PR middle-end/86078
2025         * check-params-in-docs.py: New file.
2027 2018-08-17  Jojo  <jijie_rong@c-sky.com>
2028             Huibin Wang  <huibin_wang@c-sky.com>
2029             Sandra Loosemore  <sandra@codesourcery.com>
2030             Chung-Lin Tang  <cltang@codesourcery.com>
2031             Andrew Jenner  <andrew@codesourcery.com>
2033         C-SKY port: Configury
2035         * config-list.mk (LIST): Add csky-elf and csky-linux-gnu.
2037 2018-07-13  Tom de Vries  <tdevries@suse.de>
2039         * maintainers-verify.sh: New file.
2041 2018-07-12  Christophe Lyon  <christophe.lyon@linaro.org>
2043         * compare_tests: Print number of tests in each category.
2045 2018-06-19  Alexander Monakov  <amonakov@ispras.ru>
2047         * vim-gcc-dev/README: New file.
2048         * vim-gcc-dev/ftdetect/gcc-dev.vim: New file.
2049         * vim-gcc-dev/syntax/gcc-match.vim: New file.
2050         * gimple.vim: Move under vim-gcc-dev/syntax/.
2051         * gcc-rtl.vim: Likewise.
2053 2018-06-19  Martin Liska  <mliska@suse.cz>
2055         * gcc-rtl.vim: New file.
2057 2018-06-12  Jeff Law  <law@redhat.com>
2059         * config-list.mk (LIST): Remove alpha-freebsd6.
2061 2018-05-08  Richard Biener  <rguenther@suse.de>
2063         PR bootstrap/85571
2064         * compare-lto: New script derived from compare-debug.
2066 2018-05-02  Jakub Jelinek  <jakub@redhat.com>
2068         * gennews (files): Add files for GCC 8.
2070 2018-05-01  Jim Wilson  <jimw@sifive.com>
2072         * gcc_update: Check for .git as a file.
2074 2018-03-21  Christophe Lyon  <christophe.lyon@linaro.org>
2076         * test_summary: Match possible single quotes in configure path.
2078 2018-03-02  Thomas Schwinge  <thomas@codesourcery.com>
2080         * update-copyright.py: Remove "libcilkrts" reference.
2082 2018-02-19  Yury Gribov  <tetra2005@gmail.com>
2084         * compare_tests: Use TMPDIR when set.
2085         * dg-cmp-results.sh: Ditto.
2086         * warn_summary: Ditto.
2088 2018-01-29  Jonathan Wakely  <jwakely@redhat.com>
2090         * download_prerequisites: Use shasum for FreeBSD and DragonFly.
2092 2018-01-19  Martin Liska  <mliska@suse.cz>
2094         * analyze_brprob.py: Support new format that can be easily
2095         parsed. Add new column to report.
2097 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
2099         * update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
2101 2017-11-28  Julia Koval  <julia.koval@intel.com>
2102             Sebastian Peryt  <sebastian.peryt@intel.com>
2104         * contrib/gcc_update: Ditto.
2106 2017-11-08  Martin Liska  <mliska@suse.cz>
2108         * analyze_brprob.py: Fix abbreviations for SI units.
2110 2017-10-02  Thomas Schwinge  <thomas@codesourcery.com>
2112         * gcc_update (files_and_dependencies): Handle libbacktrace.
2114 2017-09-18  Richard Biener  <rguenther@suse.de>
2116         * download_prerequisites (isl): Bump version to 0.18.
2118 2017-08-02  Yury Gribov  <tetra2005@gmail.com>
2120         * mklog: Added new implementation.
2122 2017-08-02  Yury Gribov  <tetra2005@gmail.com>
2124         * mklog: Rename to ...
2125         * mklog.pl: this.
2127 2017-07-17  Yury Gribov  <tetra2005@gmail.com>
2129         * mklog: Fix extraction of changed file name.
2131 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
2133         * gcc_update (files_and_dependencies)
2134         [gcc/config/avr/avr-tables.opt]: Remove dead entry.
2136 2017-06-28  Martin Liska  <mliska@suse.cz>
2138         * gcc.doxy: Add default location for filters and output folder.
2139         * filter_gcc_for_doxygen_new: Rename to filter_gcc_for_doxygen.
2140         * filter_params.pl: Remove.
2142 2017-06-21  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2144         * dg-cmp-results.sh: Restore filtering on target variant.
2146 2017-06-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2148         * dg-cmp-results.sh: Keep test result lines rather than throwing
2149         header and summary to support sum files with multiple tools.
2151 2017-05-31  Martin Liska  <mliska@suse.cz>
2153         * filter_params.py:
2154         Transform ENUM_BITFIELD and comments starting with '/**'
2156 2017-05-31  David Malcolm  <dmalcolm@redhat.com>
2157             Martin Liska  <mliska@suse.cz>
2159         * filter_params.py: New, porting the perl script to python,
2160         adding a test suite.
2161         * filter_gcc_for_doxygen_new: New file.
2163 2017-05-30  Martin Liska  <mliska@suse.cz>
2165         * analyze_brprob.py: Add new argument to parse and modify
2166         predict.def file.
2167         * analyze_brprob_spec.py: Likewise.
2169 2017-05-29  Tom de Vries  <tom@codesourcery.com>
2171         * check_GNU_style_lib.py (TrailingWhitespaceCheck.check): Assert no
2172         trailing eol.
2173         (TrailingWhitespaceTest): New unit test.
2174         (check_GNU_style_file): Remove eol before checking.
2176 2017-05-29  Tom de Vries  <tom@codesourcery.com>
2178         * check_GNU_style_lib.py (check_GNU_style_file): Treat file argument as
2179         file handle.  Add and handle file_encoding argument.
2180         * check_GNU_style.py (main): Handle '-' file argument.  Call
2181         check_GNU_style_file with file handle as argument.
2183 2017-05-29  Tom de Vries  <tom@codesourcery.com>
2185         * check_GNU_style_lib.py: Use import_pip3 to import pip3 packages.
2186         (import_pip3): New function.
2188 2017-05-24  Tom de Vries  <tom@codesourcery.com>
2190         * check_GNU_style_lib.py: New file, factored out of ...
2191         * check_GNU_style.py: ... here.  Call main unconditionally.
2193 2017-05-19  Martin Liska  <mliska@suse.cz>
2195         * check_GNU_style.py: New file.
2197 2007-05-03  Jeff Law  <law@redhat.com>
2199         * config-list.mk (am33_2.0-linux): Remove from list of targets
2200         to build.
2202 2017-05-02  Jakub Jelinek  <jakub@redhat.com>
2204         * gennews (files): Add files for GCC 7.
2206 2017-04-26  Tom de Vries  <tom@codesourcery.com>
2208         * gen_autofdo_event.py: Fix comment.
2210 2017-04-11  Damian Rouson  <damian@sourceryinstitute.org>
2212         * download_prerequisites (md5_check): New function emulates Linux
2213         'md5 --check' on macOS.  Modified script for macOS compatibility.
2215 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
2217         * config-list.mki (LIST): Add riscv32-unknown-linux-gun and
2218         riscv64-unknown-linux-gnu.
2220 2017-01-31  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2222         * update-copyright.py (Copyright.process_file): Retain original
2223         file mode.
2225 2017-01-29  Gerald Pfeifer  <gerald@pfeifer.com>
2227         * update-copyright.py: Fix the name of this script in examples.
2229 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
2231         * update-copyright.py: Add libhsail-rt to self.default_dirs
2232         and call self.add_dir on it.  Add Intel Corporation to external
2233         authors.
2235 2017-01-25  Thomas Schwinge  <thomas@codesourcery.com>
2237         * gcc_update (files_and_dependencies): Care for "libhsail-rt".
2239 2017-01-23  Gerald Pfeifer  <gerald@pfeifer.com>
2241         * patch_tester.sh (TESTLOGS): Remove
2242         $TARGET/libjava/testsuite/libjava.sum.
2244 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
2246         * warn_summary: Remove the -java option.
2248 2017-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
2250         * update-copyright.py (LibJavaFilter): Remove.
2252 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>        
2253         
2254         * gcc_update: Remove entries related to GCJ and libgcj.
2255         Complete copyright years and adjust my e-mail address.
2257 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
2259         * gcc_update: Adjust touch list for ARM.
2261 2017-01-08  Gerald Pfeifer  <gerald@pfeifer.com>
2263         * download_ecj: Remove.
2265 2017-01-05  Martin Liska  <mliska@suse.cz>
2267         * vimrc: Update indentation definition.
2269 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
2271         * update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
2272         libssp, libvtv and lto-plugin to default_dirs.
2274 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
2276         * update-copyright.py (TestsuiteFilter): Skip params/README.
2277         (GCCCmdLine): Remove libjava and libjava/testsuite add_dir.
2279 2016-12-14  Martin Liska  <mliska@suse.cz>
2281         * analyze_brprob.py: Add new column to output and new sorting
2282         option. Fix coding style to not exceed 80 characters.
2283         * analyze_brprob_spec.py: Add new sorting
2284         option. Fix coding style to not exceed 80 characters.
2286 2016-10-24  Moritz Klammler  <moritz@glammler.eu>
2288         PR other/61439
2289         * download_prerequisites: Conditionally verify checksums of
2290         downloaded pacakges.  Add help text.  
2291         * prerequisites.md5: New file.
2292         * prerequisites.sha512: New file.
2294 2016-10-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2296         * check_GNU_style.sh (remove_testsuite): New function.
2297         Use it to remove testsuite from the diff.
2299 2016-09-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2301         * dg-extract-results.sh: Revert bogus change.
2303 2016-09-20  Christophe Lyon  <christophe.lyon@linaro.org>
2305         * dg-extract-results.py: Report DejaGnu error in the final
2306         summary.
2307         * dg-extract-results.sh: Likewise.
2309 2016-09-20  Christophe Lyon  <christophe.lyon@linaro.org>
2311         * compare_tests: Take ERROR messages into account when
2312         comparing.
2314 2016-08-17  Martin Liska  <mliska@suse.cz>
2316         * mark_spam.py: Mark as spam all comments done by a creator.
2318 2016-08-15  Martin Liska  <mliska@suse.cz>
2320         * mark_spam.py: Add error handling and reset
2321         another properties of attachments and bugs.
2323 2016-08-11  Martin Liska  <mliska@suse.cz>
2325         * mark_spam.py: Mark attachments as obsolete and rename them.
2327 2016-08-03  Eric Gallager  <egall@gwmail.gwu.edu>
2329         * download_prerequisites: Explicitly remove existing symlinks
2330         before trying to create new ones.
2332 2016-07-28  Martin Liska  <mliska@suse.cz>
2334         * mark_spam.py: New file.
2336 2016-07-21  Martin Liska  <mliska@suse.cz>
2338         * analyze_brprob.py: If there's no loop, do not calculate
2339         average number of loop iterations.
2341 2016-06-24  Martin Liska  <mliska@suse.cz>
2343         * analyze_brprob.py: Parse and display average number
2344         of loop iterations.
2346 2016-06-23  Andi Kleen  <ak@linux.intel.com>
2348         * gen_autofdo_event.py: New file to regenerate
2349         gcc-auto-profile.
2351 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2353         * config-list.mk: Stop testing mep-elf.
2355 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2357         * config-list.mk: Stop testing avr-rtems.
2359 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2361         * config-list.mk: Stop testing m32r-rtems.
2363 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2365         * config-list.mk: Remove h8300-rtems support.
2367 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2369         * config-list.mk: stop testing knetbsd.
2371 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2373         * config-list.mk: Stop testing openbsd3.0.
2375 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2377         * config-list.mk: Remove interix target.
2379 2016-06-21  David Edelsohn  <dje.gcc@gmail.com>
2381         * config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1,
2382         rs6000-ibm-aix5.2.
2383         Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1.
2384         Add rs6000-ibm-aix7.1.
2386 2016-06-17  Martin Liska  <mliska@suse.cz>
2388         * analyze_brprob.py: Fix columns of script output.
2390 2016-06-13  Richard Biener  <rguenther@suse.de>
2392         * download_prerequisites (ISL): Bump version to 0.16.1
2394 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
2396         * check_GNU_style.sh: Fix paste args for BSD
2398 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
2400         * config-list.mk (LIST): Add OPT-enable-obsolete to avr-rtems,
2401         h8300-rtems, m32r-rtems, mep-elf.
2403 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
2405         * config-list.mk (GCC_SRC_DIR): New variable.
2406         (make-log-dir): Use GCC_SRC_DIR.
2407         ($(LIST)): Likewise.
2409 2016-06-09  Martin Liska  <mliska@suse.cz>
2411         * analyze_brprob_spec.py: New file.
2413 2016-06-09  Martin Liska  <mliska@suse.cz>
2415         * analyze_brprob.py: Add new argument --sorting.
2417 2016-06-09  Martin Liska  <mliska@suse.cz>
2419         * analyze_brprob.py: Cover new dump output format.
2421 2016-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2423         * update-copyright.py (LibMudflapFilter): Remove.
2424         (GCCCmdLine.__init__): Add gotools, libcc1.
2425         Remove libmudflap.
2426         List unhandled intl, libcilkrts, libgo, liboffloadmic,
2427         maintainer-scripts.
2429 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2431         * download_prerequisites: Adjust gmp/mpfr/mpc versions.
2433 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2435         * compare-all-tests: Remove SH5 support.
2436         * config-list.mk: Likewise.
2438 2016-04-28  Martin Liska  <mliska@suse.cz>
2440         * analyze_brprob: Remove.
2441         * analyze_brprob.py: New file.
2443 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
2445         * gennews (files): Add files for GCC 6.
2447 2016-04-17  Jan Hubicka  <jh@suse.cz>
2449         * analyze_brprob: Update comment.
2451 2016-04-13  Martin Sebor  <msebor@redhat.com>
2453         * check_GNU_style.sh: Avoid false posivies in trailing operator
2454         checks.
2456 2016-03-07  Martin Sebor  <msebor@redhat.com>
2458         * check_GNU_style.sh (color): New global variable.
2459         Add checks for trailing operators and spaces before left brackets.
2460         Tightened up a check for a trailing left curly brace.
2461         (g, ag, vg): Use color.
2462         (col): Don't complain about excessively long lines with DejaGnu
2463         directives.
2465 2016-03-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2467         * mklog: Look for the ChangeLog file in $cwd.
2469 2016-02-26  Joel Sherrill <joel@rtems.org>
2471         * config-list.mk: Add aarch64-rtems and x86_64-rtems
2473 2016-01-19  Jonathan Wakely  <jwakely@redhat.com>
2475         * uninclude: Fix third argument to gensub.
2477 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
2479         * update-copyright.py (GCCCopyright): Add NVIDIA Corporation
2480         as external author.
2482 2015-12-17  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2484         * config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
2485         targets x86_64-knetbsd-gnu, i686-knetbsd-gnu and i686-openbsd3.0 .
2487 2015-12-06  Tobias Burnus  <burnus@net-b.de>
2489         * download_prerequisites: Download ISL 0.15 instead of 0.14.
2491 2015-11-20  Martin Liska  <mliska@suse.cz>
2493         * clang-format: Split content of a list to multiple
2494         lines.
2496 2015-11-19  Martin Liska  <mliska@suse.cz>
2498         * clang-format: Enhance list of FOR_EACH macros.
2500 2015-11-19  Martin Liska  <mliska@suse.cz>
2502         * clang-format: New file.
2504 2015-11-11  Andrew MacLeod  <amacleod@redhat.com>
2506         * header-tools: New.  Directory containing a set of tools for
2507         manipulating header files.
2509 2015-10-30  Nathan Sidwell  <nathan@acm.org>
2511         * config-list.mk (nvptx-none): Add it.
2513 2015-09-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
2515         * download_prerequisites: Make sure that script is run from
2516         top level source directory.
2518 2015-08-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2520         * update-copyright.py (GCCCmdLine): Add libvtv.
2522 2015-08-04  Uros Bizjak  <ubizjak@gmail.com>
2524         * texi2pod.pl: Escape braces in regexp involving @strong{...}.
2526 2015-07-15  Tom de Vries  <tom@codesourcery.com>
2528         * check_GNU_style.sh (cat_with_prefix): Fix quoting.
2530 2015-06-02  Steve Ellcey  <sellcey@imgtec.com>
2532         * test_installed (--target=): New option.
2534 2015-05-30  Mikhail Maltsev  <maltsevm@gmail.com>
2536         * gimple.vim: New file.
2538 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2540         * check_GNU_style.sh: Add temp files tmp2 and tmp3.
2541         (cat_with_prefix): New function, using global variable prefix.
2542         (col): Make prefix a global variable. Rewrite to process file at a time
2543         rather than line at a time.  Print part longer than 80 chars in red.
2545 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2547         * check_GNU_style.sh (g, ag, vg): Don't cat empty file.
2549 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2551         * check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
2553 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2555         * check_GNU_style.sh: Improve readability function calls.
2557 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
2559         * config-list.mk: Add FT32.
2561 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2563         * check_GNU_style.sh (col): Fix tab size.
2565 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2567         * check_GNU_style.sh: Put stdin into a temp file.
2569 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2571         * check_GNU_style.sh: Read either from stdin, or from files.
2573 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2575         * check_GNU_style.sh: Check if files exists.
2577 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2579         * check_GNU_style.sh: Don't use a filename prefix if we're only
2580         processing one patch file.
2582 2015-05-12  Yury Gribov  <y.gribov@samsung.com>
2584         * mklog: Ignore preprocessor directives.
2586 2015-04-22  Jakub Jelinek  <jakub@redhat.com>
2588         * gennews (files): Add files for GCC 5.
2590 2015-03-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2592         * dg-extract-results.sh: Check that the necessary python modules exist.
2594 2015-02-05  Ilya Verbin  <ilya.verbin@intel.com>
2596         * gcc_update (files_and_dependencies): Add rules for liboffloadmic and
2597         liboffloadmic/plugin.
2599 2015-01-15  Richard Sandiford  <richard.sandiford@arm.com>
2601         * update-copyright.py (Copyright.__init__): Add a regexp for
2602         "copyright = u'".
2603         (Copyright.update_copyright): Don't add a space before the year
2604         in that case.
2606 2015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
2608         * gcc_update (files_and_dependencies): Update rules for new
2609         libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
2611 2015-01-12  Yury Gribov  <y.gribov@samsung.com>
2613         * check_GNU_style.sh: Support patches coming from stdin.
2614         Check that spaces are converted to tabs.
2615         Make double-space-after-dot check more precice.
2617 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2619         * config-list.mk (LIST): Add visium-elf.
2621 2015-01-05  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2623         * config-list.mk: Use shortest match for OPT to find the actual
2624         target name.
2626 2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
2628         * dg-extract-results.sh: Use --text with grep to avoid issues with
2629         binary files.  Fall back to cat -v, if that doesn't work.
2631 2014-12-12  Chung-Ju Wu  <jasonwucj@gmail.com>
2633         * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
2635 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2636             Yury Gribov  <y.gribov@samsung.com>
2638         * vimrc: New file.
2640 2014-12-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2642         * check_GNU_style.sh: Warn for incorrect number of spaces in function
2643         call only if 0 or 2+ spaces found.
2645 2014-12-02  Tobias Burnus  <burnus@net-b.de>
2647         * download_prerequisites: Download ISL 0.14 instead of 0.12.2.
2649 2014-11-25  Tom de Vries  <tom@codesourcery.com>
2650             Peter Bergner  <bergner@vnet.ibm.com>
2652         * mklog: Handle .mklog.  Use git setting independent of presence .git
2653         directory.
2655 2014-11-14  Tom de Vries  <tom@codesourcery.com>
2657         * mklog: Move reading of .diff file up and add comment.  Copy diff_lines
2658         to orig_diff_lines.  Use orig_diff_lines when appending patch.
2660 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
2662         * ChangeLog.jit: New.
2663         * jit-coverage-report.py: New file: a script to print crude
2664         code-coverage information for the libgccjit API.
2666 2014-11-11  Marat Zakirov  <m.zakirov@samsung.com>
2668         * mklog: Symbol '}' stops search for changes.
2670 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2672         * download_prerequisites: Stop downloading CLooG.
2674 2014-11-07  Marat Zakirov  <m.zakirov@samsung.com>
2676         * mklog: Always doubt in functions.
2677         Add EOF protection.
2679 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2681         * config-list.mk: Don't build Go for certain targets.
2683 2014-10-04  Trevor Saunders  <tsaunders@mozilla.com>
2685         * compare-all-tests: Don't test score-*.
2686         * config-list.mk: Likewise.
2688 2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
2690         * dg-extract-results.py (output_variation): Always sort if do_sum.
2692 2014-09-22  Tom de Vries  <tom@codesourcery.com>
2694         * mklog: Add --inline option.
2696 2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
2698         * dg-extract-results.py (Prog.result_re): Include options in test name.
2700 2014-09-19  Olivier Hainque  <hainque@adacore.com>
2702         * config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
2704 2014-09-18  Joel Sherrill <joel.sherrill@oarcorp.com>
2706         * config-list.mk (LIST): Add v850-rtems.
2708 2014-09-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2710         * config-list.mk (LIST): Add arm-rtems.
2711         Add nios2-rtems.  Remove extra option from powerpc-rtems.
2713 2014-09-08  Trevor Saunders  <tsaunders@mozilla.com>
2715         * compare-all-tests: Don't test picochip.
2716         * config-list.mk: Likewise.
2718 2014-08-11  Mingjie Xing <mingjie.xing@gmail.com>
2720         * texi2pod.pl (postprocess): Move command process for '@sc' to the
2721         front of '@dfn'.  Add a new command process for '@t{...}', just print
2722         the content.
2724 2014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
2725             Yury Gribov  <y.gribov@samsung.com>
2727         * mklog: Run mklog as a filter.
2729 2014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
2731         * mklog: Read name and email from git config when available.
2733 2014-06-28  Richard Biener  <rguenther@suse.de>
2735         * gennews: Use gcc-3.0/index.html.
2737 2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
2739         * dg-extract-results.py: For Python 3, force sys.stdout to handle
2740         surrogate escape sequences.
2741         (safe_open): New function.
2742         (output_segment, main): Use it.
2744 2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
2746         * dg-extract-results.py (Named): Remove __cmp__ method.
2747         (output_variation): Use a key to sort variation.harnesses.
2749 2014-05-24  Uros Bizjak  <ubizjak@gmail.com>
2751         * texi2pod.pl: Force .pod file to not be a numbered list.
2753 2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
2755         * dg-extract-results.py (parse_run): Handle warnings that are printed
2756         before a test harness is run.
2758 2014-05-09  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2760         * config-list.mk (show): New target.
2762 2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
2764         * dg-extract-results.py: New file.
2765         * dg-extract-results.sh: Use it if the environment seems suitable.
2767 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2769         * config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
2771 2013-04-22  Jakub Jelinek  <jakub@redhat.com>
2773         * gennews (files): Add files for GCC 4.9.
2775 2014-02-24  Walter Lee  <walt@tilera.com>
2777         * config-list.mk (LIST): Add tilegxbe-linux-gnu.
2779 2014-02-13  Richard Biener  <rguenther@suse.de>
2781         * download_prerequisites: Update ISL and CLOOG versions.
2783 2014-01-31  Brooks Moses  <bmoses@google.com>
2785         * gcc_update (files_and_dependencies): Add aarch64-tune.md.
2787 2014-01-29  Yury Gribov  <y.gribov@samsung.com>
2789         * mklog: Improve support of context diffs.
2791 2014-01-21  Tatiana Udalova  <t.udalova@samsung.com>
2793         * mklog: Avoid adding falsely changed functions to ChangeLog.
2795 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
2797         * config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
2798         ordering of some configs.
2800 2013-12-23  Yury Gribov  <y.gribov@samsung.com>
2802         * mklog: Automatically insert comments in trivial cases.
2804 2013-12-19  Yury Gribov  <y.gribov@samsung.com>
2806         * mklog: Split generated message in parts.
2808 2013-10-31  Chung-Ju Wu  <jasonwucj@gmail.com>
2810         * config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
2812 2013-10-29  Tobias Burnus  <burnus@net-b.de>
2814         * gcc_update (files_and_dependencies): Add rules for
2815         libcilkrts.
2817 2013-10-11  Thomas Schwinge  <thomas@codesourcery.com>
2819         * gcc_update (files_and_dependencies): Fix rule for
2820         libgomp/testsuite/Makefile.in.
2822 2013-10-01  Joern Rennecke  <joern.rennecke@embecosm.com>
2824         * config-list.mk: Add arc configurations.
2826 2013-09-27  Diego Novillo  <dnovillo@google.com>
2828         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2830 2013-09-12  DJ Delorie  <dj@redhat.com>
2832         * config-list.mk: Add msp430-elf.
2834 2013-08-31  Diego Novillo  <dnovillo@google.com>
2836         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2838 2013-08-29  Mike Stump  <mikestump@comcast.net>
2840         * gcc_update (configure): Update to handle svn 1.8.1.
2842 2013-08-03  Caroline Tice  <cmtice@google.com>
2844         * gcc_update: Add libvtv files.
2846 2013-06-06  Brooks Moses  <bmoses@google.com>
2848         * testsuite-management/validate_failures.py: Fix handling of
2849         summary lines with "|" characters or empty description fields.
2851 2013-05-24  Chung-Ju Wu  <jasonwucj@gmail.com>
2853         * download_prerequisites: Download isl and cloog conditionally.
2855 2013-05-21  David Malcolm  <dmalcolm@redhat.com>
2857         * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
2859 2013-05-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2861         * config-list.mk (LIST): Add -enable-obsolete for
2862         sparc-sun-solaris2.9, i686-solaris2.9.
2864 2013-05-13  Mike Stump  <mikestump@comcast.net>
2866         * compare_tests: Limit lines to 2000 characters as comm on Mac OS
2867         X 10.8.3 doesn't like long lines (those 2055 characters or more).
2869 2013-04-22  Sofiane Naci  <sofiane.naci@arm.com>
2871         * config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
2873 2013-04-18  Diego Novillo  <dnovillo@google.com>
2875         * validate_failures.py: Fix typo.
2877 2013-04-18  Diego Novillo  <dnovillo@google.com>
2879         * validate_failures.py: Loosen check for build directory.
2880         State what failed if we couldn't find the source tree or
2881         the target triplet.
2883 2013-03-22  Jakub Jelinek  <jakub@redhat.com>
2885         * gennews (files): Add files for GCC 4.8.
2887 2013-03-06  Tobias Burnus  <burnus@net-b.de>
2889         * make-obstacks-texi.pl: New.
2891 2013-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2893         * make_sunver.pl: Enforce C locale.
2895 2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
2897         * update-copyright.py: Add libdecnumber to the default list.
2898         Remove libquadmath and libssp.
2900 2013-02-06  Diego Novillo  <dnovillo@google.com>
2902         * testsuite-management/validate_failures.py: Fix typo.
2904 2013-02-06  Diego Novillo  <dnovillo@google.com>
2906         * testsuite-management/validate_failures.py: Update
2907         Copyright years.
2908         Request contributions not to use Python features newer
2909         than 2.4.
2910         (GetBuildData): If this is not a build directory,
2911         emit an error only if --results or --manifest are missing.
2913 2013-02-06  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2915         * testsuite-management/validate_failures.py
2916         (IsInterestingResult): Fix performance regression
2918 2013-02-04  Richard Sandiford  <rdsandiford@googlemail.com>
2920         * update-copyright.py: New file.
2922 2013-01-15  David Blaikie  <dblaikie@gmail.com>
2924         * dg-extract-results.sh: Handle KPASSes.
2926         * dg-extract-results.sh: Constrain the start-of-log pattern.
2928         * dg-extract-results.sh: Fix order of summary counts.
2930 2012-12-01  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2932         * testsuite-management/validate_failures.py
2933         (IsInterestingResult): Only strip line a second time if we did split.
2934         Rephrase return statement while at it.
2935         (CollectSumFiles): Also ignore .git directory.
2937 2012-12-03  Diego Novillo  <dnovillo@google.com>
2939         * testsuite-management/validate_failures.py: Fix stale
2940         use of 'options'.
2942 2012-11-30  Doug Evans  <dje@google.com>
2944         * testsuite-management/validate_failures.py: Add support for @include,
2945         @remove directives in manifest files.
2947         * testsuite-management/validate_failures.py: Add function
2948         GetManifestPath.  New global _MANIFEST_SUBDIR.
2950 2012-11-29  Doug Evans  <dje@google.com>
2952         * testsuite-management/validate_failures.py: Remove pass/fail
2953         indicator from result of GetBuildData.
2955         * testsuite-management/validate_failures.py: Store options in global
2956         variable _OPTIONS.
2958         * testsuite-management/validate_failures.py: Rename variable
2959         manifest_name to manifest_path everywhere.
2961         * testsuite-management/validate_failures.py (CompareBuilds): Pass
2962         options.results to GetSumFiles for clean build.
2964 2012-11-28  Doug Evans  <dje@google.com>
2966         * testsuite-management/validate_failures.py: Use <target_alias> instead
2967         of <target>.  Minor whitespace changes.
2969         * testsuite-management/validate_failures.py: Record ordinal with
2970         TestResult.
2972 2012-11-19  Mike Stump  <mikestump@comcast.net>
2974         * compare_tests: Add export LC_ALL=C to make sort happier.
2976 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
2978         * gcc_update: Update libsanitizer generated files.
2980 2012-11-12  Tobias Burnus  <burnus@net-b.de>
2982         * gcc_update: Add libquadmath generated files.
2984 2012-11-12  H.J. Lu  <hongjiu.lu@intel.com>
2986         * gcc_update: Add libsanitizer generated files.
2988 2012-11-05  Lawrence Crowl  <crowl@google.com>
2990         * compare_two_ftime_report_sets: New.
2992 2012-11-02  Diego Novillo  <dnovillo@google.com>
2994         * testsuite-management/validate_failures.py: Add option
2995         --clean_build to compare test results against another
2996         build.
2998 2012-10-31  Diego Novillo  <dnovillo@google.com>
3000         * testsuite-management/validate_failures.py: Fix parsing
3001         of summary lines.
3003 2012-10-29  Diego Novillo  <dnovillo@google.com>
3005         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3007 2012-10-06  Diego Novillo  <dnovillo@google.com>
3009         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3011 2012-10-02   Christophe Lyon  <christophe.lyon@linaro.org>
3013         * check_GNU_style.sh: Remove temporay file upon exit.
3015 2012-09-26  Joern Rennecke  <joern.rennecke@embecosm.com>
3017         * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
3018         arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
3019         Use --enable-obsolete for picochip-elf.
3021 2012-09-10   Diego Novillo  <dnovillo@google.com>
3023         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3025 2012-09-04  Eric Botcazou  <ebotcazou@adacore.com>
3027         * make_sunver.pl: Add missing newline at the end of extern "C++" block.
3029 2012-08-24   Diego Novillo  <dnovillo@google.com>
3031         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3033 2012-08-14   Diego Novillo  <dnovillo@google.com>
3035         * testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
3037 2012-08-13  Diego Novillo  <dnovillo@google.com>
3039         * testsuite-management/validate_failures.py (ExpirationDate): Tidy
3040         comment.
3042 2012-08-13  Diego Novillo  <dnovillo@google.com>
3044         * testsuite-management/validate_failures.py (ParseSummary): Fix
3045         comment.
3047 2012-08-13  Diego Novillo  <dnovillo@google.com>
3049         * testsuite-management/validate_failures.py: Import datetime.
3050         (TestResult.ExpirationDate): New.
3051         (TestResult.HasExpired): New.
3052         (ParseSummary): Call it.  If it returns True, warn that the
3053         expected failure has expired and do not add it to the set of
3054         expected results.
3055         (GetResults): Clarify documentation.
3057 2012-07-26   Diego Novillo  <dnovillo@google.com>
3059         * testsuite-management/validate_failures.py: Do not use
3060         'with ... as ...' constructs.
3062 2012-07-19   Diego Novillo  <dnovillo@google.com>
3064         * testsuite-management/validate_failures.py (CollectSumFiles):
3065         Rename from GetSumFiles.
3066         (GetSumFiles): Factor out of CheckExpectedResults.
3067         (CheckExpectedResults): Call it.
3068         (ProduceManifest): Call it.
3070 2012-07-18   Diego Novillo  <dnovillo@google.com>
3072         * testsuite-management/validate_failures.py: Fix
3073         /usr/bin/python invocation.
3075 2012-06-19  Steven Bosscher  <steven@gcc.gnu.org>
3077         * check_makefile_deps.sh: Look for c-common.o in c-family/.
3078         Add a few more crt* files to the list of files to skip.
3080 2012-05-31  Marek Polacek  <polacek@redhat.com>
3082         * mklog: Prevent printing three spaces after the date.
3084 2012-06-04   Diego Novillo  <dnovillo@google.com>
3086         * testsuite-management/validate_failures.py (GetResults):
3087         Change argument to accept list of summary files to analyze.
3088         Update callers.
3089         (CheckExpectedResults): Handle options.manifest, options.results
3090         and options.ignore_missing_failures.
3091         (Main): Add options --manifest, --results and --ignore_missing_failures.
3093 2012-05-31   Diego Novillo  <dnovillo@google.com>
3094              Cary Coutant  <ccoutant@google.com>
3096         * mklog: New.
3098 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
3100         PR bootstrap/53472
3101         * contrib/compare-debug (remove_comment): New function.
3102         Remove any .comment sections if the first cmp failed.
3104 2012-05-09  David Edelsohn  <dje.gcc@gmail.com>
3106         * gcc_update: Use $GCC_SVN to retrieve branch and revision.
3108 2012-05-01  Richard Henderson  <rth@redhat.com>
3110         * gcc_update: Add libatomic generated files.
3112 2012-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3114         * compare_tests: Append '/' to make 'find' traverse
3115         symlinked directories.
3117 2012-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3119         * testsuite-management/validate_failures.py (GetBuildData): Use
3120         target_alias.
3122 2012-04-06  Doug Evans  <dje@google.com>
3124         * dg-extract-results.sh: Handle KFAILs.
3126 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3128         * config-list.mk (LIST): Remove mips-sgi-irix6.5.
3130 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
3132         * gennews (files): Add files for GCC 4.7.
3134 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3136         * config-list.mk (LIST): Remove mips-openbsd.
3138 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3140         * config-list.mk (LIST): Remove alpha-dec-osf5.1.
3142 2012-03-02   Diego Novillo  <dnovillo@google.com>
3144         * testsuite-management/validate_failures.py (class TestResult): Fix
3145         match pattern for the summary line.  If there is a parsing failure,
3146         show the line we failed to parse.
3148 2012-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3150         PR libstdc++/52188
3151         * make_sunver.pl: Remove #ifdef handling.
3153 2012-02-17   Doug Kwan  <dougkwan@google.com>
3155         * contrib/testsuite-management/validate_failures.py
3156         (GetMakefileValue): Check for cross compilers.
3158 2012-02-15   Quentin Neill  <quentin.neill@amd.com>
3160         * compare_tests: Fix trailing paths in dir arguments.
3161         Handle sum1/sum2 temp files with others.
3163 2012-02-14  Walter Lee  <walt@tilera.com>
3165         * config-list.mk (LIST): Add tilegx-linux-gnu and
3166         tilepro-linux-gnu.
3167         * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
3168         (gcc/config/tilepro/mul-tables.c): New dependencies.
3170 2012-02-11  Mike Stump  <mikestump@comcast.net>
3172         * compare_tests (exit_status): Fix.
3174 2012-02-10   Diego Novillo  <dnovillo@google.com>
3176         * repro_fail: Add --debug and --debug-tui flags.
3178 2012-02-02  Sumanth G  <sumanth.gundapaneni@kpitcummins.com>
3179             Jayant R Sonar  <jayant.sonar@kpitcummins.com>
3181         * config-list.mk (LIST): Add cr16-elf.
3183 2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
3185         PR target/51345
3186         * gcc_update (files_and_dependencies): Add
3187         gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
3189 2011-11-29  DJ Delorie  <dj@redhat.com>
3191         * config-list.mk (LIST): Add rl78-elf.
3193 2011-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3195         * make_sunver.pl: Convert '?' in glob patterns to '.'.
3197 2011-11-07  Richard Henderson  <rth@redhat.com>
3199         Merged from transactional-memory.
3201         * gcc_update: Add libitm to touch data.
3203 2011-11-07   Quentin Neill  <quentin.neill@amd.com>
3205         * compare_tests: Add ability to compare all .sum
3206         files from two build directories.
3208 2011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
3210         * contrib-list.mk: Add Epiphany configurations.
3212 2011-09-13   Diego Novillo  <dnovillo@google.com>
3214         * testsuite-management: New.
3215         * testsuite-management/validate_failures.py: New.
3217 2011-08-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3219         * gcc_update: Determine svn branch from hg convert_revision.
3221 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3223         * config-list.mk (i586-netware): Remove.
3224         (.PHONY): Remove make-script-dir dependency.
3225         (make-script-dir): Remove.
3226         ($(LIST)): Remove make-script-dir dependency.
3228 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
3230         * gcc_update: Add C6X generated files.
3231         * contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
3233 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3235         * config-list.mk (LIST): Append OPT-enable-obsolete to
3236         alpha-dec-osf5.1, mips-sgi-irix6.5.
3238 2011-06-24  Diego Novillo  <dnovillo@google.com>
3240         * repro_fail: New.
3242 2011-06-21  Joseph Myers  <joseph@codesourcery.com>
3244         * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
3246 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
3248         * gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
3249         gcc/config/arm/arm-fpus.def.
3251 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
3253         * gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
3254         dependencies.
3256 2011-05-09  Joseph Myers  <joseph@codesourcery.com>
3258         * gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
3260 2010-05-05  Joern Rennecke  <joern.rennecke@embecosm.com>
3262         * config-list.mk: New file.
3264 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
3266         * gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
3268 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3270         * paranoia.cc (ENUM_BITFIELD): Remove.
3272 2011-04-08  Joseph Myers  <joseph@codesourcery.com>
3274         * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
3276 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3278         * compare-all-tests (all_targets): Remove crx and m68hc11.
3280 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3282         PR bootstrap/48135
3283         * make_sunver.pl: Don't use File::Glob.
3285 2011-03-05  Joseph Myers  <joseph@codesourcery.com>
3287         * gennews (files): Add files for GCC 4.6.
3289 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
3291         * patch_tester.sh (nopristinecache): New shell var, set according
3292         to presence or absence of new -nopristinecache option.
3293         (usage): Document new option.
3294         (bootntest_pristine): Implement it.
3296 2010-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3298         * make_sunver.pl: Use elfdump -s to extract symbols if possible,
3299         readelf -s otherwise.
3301 2010-11-08  Eric Botcazou  <ebotcazou@adacore.com>
3303         * make_sunver.pl: Ignore entries without symbol name first.  Then do
3304         not ignore symbols marked as 'R'.
3306 2010-10-18  Andi Kleen  <ak@linux.intel.com>
3308         * gccbug.el: Remove.
3310 2010-10-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3312         * gcc_update: Run $GCC_HG pull and update separately.
3313         Check parents for SVN revision.
3315 2010-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3317         * test_recheck: New script.
3319 2010-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3321         * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
3322         Also escape characters with grave accents, to be fixed ...
3323         (unmunge): ... here.
3324         (postprocess): Also handle @/ and @acronym{...}.
3326 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
3328         * check_GNU_style.sh: Do not print warning messages when there are
3329         no occurences.
3331 2010-09-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3333         * gcc_update: Handle hg, too.
3335 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
3337         * make_sunver.pl: Remove extra whitespace in regexp.
3339 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
3341         * check_GNU_style.sh: New.
3343 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3345         * make_sunver.pl: New file.
3347 2010-07-02  Iain Sandoe  <iains@gcc.gnu.org>
3349         * compare-debug (Darwin): Remove '-x' flag from ld-based object
3350         stripping.  Add a comment as to why we do it this way.
3352 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
3354         * compare-debug: Drop LTO sections.
3356 2010-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3358         * gcc_update: Support updating a git clone.
3360 2010-06-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3362         * test_summary: Don't use diff -u.
3363         Adapt egrep regex.
3365 2010-06-02  Andrew Haley  <aph@redhat.com>
3367         * download_prerequisites: New script.
3369 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3371         * dg-extract-results.sh: Redirect grep output to /dev/null instead
3372         of grep -q.
3374 2010-04-22  Basile Starynkevitch  <basile@starynkevitch.net>
3376         * gcc_update: Sets the locale to C.
3378 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
3380         * gennews (files): Add files for GCC 4.5.
3382 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3384         Fix *.log tests output containing "===".
3385         * dg-extract-results.sh (/\===/): Rename to ...
3386         (/^\t\t=== .* ===$/): ... this pattern.
3388 2010-03-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3390         * dg-extract-results.sh: Fix result order to match sequential case.
3392 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3394         * check_warning_flags.sh: Use \012 instead of \n with tr.
3396 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3398         * dg-extract-results.sh: Don't use tail -n.
3400 2009-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3401             Richard Guenther  <rguenther@suse.de>
3403         PR lto/39216
3404         * gcc_update: Adjust file timestamps for lto-plugin.
3406 2009-09-10  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
3408         PR bootstrap/41245
3409         * compare-debug: Handle stripping of dwarf debug sections from darwin
3410         mach-o objects.
3412 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
3414         * compare-debug: Grep for blank before dash to avoid grep -e.
3416 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
3418         * compare-debug: Look for .gkd files and compare them.
3420 2009-08-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3422         PR testsuite/41166
3423         * test_summary: Invoke config.status, rather than trying to
3424         parse it.  Adjust awk script.
3426 2009-08-18  Alexandre Oliva  <aoliva@redhat.com>
3428         * compare-debug: Drop .eh_frame relocations too.
3430 2009-08-18  H.J. Lu  <hongjiu.lu@intel.com>
3432         PR testsuite/40704
3433         * test_summary: Filter out "\r".
3435 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
3437         * compare-debug: Don't fail just because of .eh_frame differences.
3439 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
3441         PR testsuite/39807
3442         * dg-extract-results.sh: Close open files and use >> instead of >
3443         to decrease number of concurrently open files from awk.  Avoid
3444         = at the beginning of a regexp and redirect to a file determined
3445         by curfile variable rather than concatenated strings to workaround
3446         Solaris nawk bug.
3448 2009-04-25  Gerald Pfeifer  <gerald@pfeifer.com>
3450         * test_summary: Only include LAST_UPDATED if it exists.
3451         Complete copyright years.
3453 2009-04-16  Paolo Bonzini  <bonzini@gnu.org>
3455         * compare-all-tests: New.
3457 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3459         * gennews (files): Reference GCC 4.4 web pages.
3461 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
3463         * reghunt/date_based/reg_periodic: Change copyright header to refer
3464         to version 3 of the GNU General Public License and to point readers
3465         at the COPYING3 file and the FSF's license web page.
3466         * reghunt/date_based/reg_search: Likewise.
3467         * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
3468         * regression/btest-gcc.sh: Likewise.
3469         * regression/objs-gcc.sh: Likewise.
3471 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3473         * check_warning_flags.sh: Update flag exceptions.
3475 2008-11-18  Ben Elliston  <bje@au.ibm.com>
3477         * dg-cmp-results.sh: Do not print usage if either .sum file cannot
3478         be opened; print a more meaningful error instead.
3480 2008-10-24  Janis Johnson  <janis187@us.ibm.com>
3481             Jakub Jelinek  <jakub@redhat.com>
3483         * dg-extract-results.sh: New file.
3485 2008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3487         * check_makefile_deps.sh: New file.
3489 2008-05-08  Sebastian Pop  <sebastian.pop@amd.com>
3491         * patch_tester.sh (report): Do not print "Checker: ".
3493 2008-04-23  Sebastian Pop  <sebastian.pop@amd.com>
3495         * patch_tester.sh (report): Do not print the time.
3497 2008-04-01  Joseph Myers  <joseph@codesourcery.com>
3499         * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
3500         Handle @heading.  Handle enumerated lists with starting numbers
3501         and extra headings.
3503 2008-03-10  Janis Johnson  <janis187@us.ibm.com>
3505         * patch_tester.sh (initialization): Initialize svnpatch and stop.
3506         (usage): Add -svnpath and -stop.
3507         (makedir): New.
3508         (argument handling): Process -stop and -svnpath.
3509         (setup code): Use makedir, error out if initial svn checkout fails.
3510         (update): Use svnpath.  Invoke contrib/gcc_update.
3511         (apply_patch): Require that patch was created at top level.  Use eval
3512         with option variables.  Don't use bootstrap target for make.  Verify
3513         that some tests were run.
3514         (bootntest_patched): Use snvpath.
3515         (main loop): For -stop, exit when there are no more patches to test.
3517 2008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3519         * check_warning_flags.sh: Instead of invoke.texi, take the path
3520         to the doc directory as argument.  Check that warnings listed in
3521         'gcc --help' are accepted by the compiler, and listed in the
3522         manuals.
3524 2008-03-06  Tom Tromey  <tromey@redhat.com>
3526         * patch_tester.sh (usage): Watermark is not lexicographic.
3527         Load $STATE/defaults if it exists.
3528         (selfexec): Use $0.
3529         (apply_patch): Handle deletions.
3530         (bootntest): Handle default settings.
3532 2008-03-05  Jakub Jelinek  <jakub@redhat.com>
3534         * gennews (files): Reference GCC 4.3 web pages.
3536 2008-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3538         * check_warning_flags.sh: New file.
3540 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3542         * paranoia.cc (main): Remove handling of c4x_single and
3543         c4x_extended formats.
3545 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
3547         * compareSumTests3: Changed to GPLv3.
3548         * prepare_patch.sh: Same.
3549         * uninclude: Same.
3550         * dglib.pm: Same.
3551         * gennews: Same.
3552         * texi2pod.pl: Same.
3553         * analyze_brprob: Same.
3554         * gcc_build: Same.
3556 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
3558         * patch_tester.sh: Changed to GPLv3.
3560 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3562         * patch_tester.sh: Don't save the script anymore.
3564 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3566         * patch_tester.sh: New.
3567         * prepare_patch.sh: New.
3569 2007-11-26  Alexandre Oliva  <aoliva@redhat.com>
3571         * compare-debug: Introduce -p flag to preserve .stripped files.
3573 2007-10-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3575         * texi2pod.pl: Handle @asis.
3576         (postprocess): Move @gccoptlist{} after all formatting commands.
3578 2007-10-01  Alexandre Oliva  <aoliva@redhat.com>
3580         * compare-debug: Avoid spurious errors when .stripped files
3581         exist.
3583 2007-09-22  Hans-Peter Nilsson  <hp@axis.com>
3585         * warn_summary (srcdirFilter): Add fixincludes, sim,
3586         newlib and mpfr.
3588 2007-08-23  H.J. Lu  <hongjiu.lu@intel.com>
3590         * gcc_update: Handle different URL paths and tags.
3592 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3594         * compare-debug: New.
3596 2007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
3597             Andreas Schwab  <schwab@suse.de>
3599         * gcc_update: Use "svn info" for revision number.  Create
3600         gcc/REVISION with branch name and revision number.
3602 2007-08-10  Diego Novillo  <dnovillo@google.com>
3604         * gcc.doxy: Rename from tree-ssa.doxy.
3606 2007-08-10  Diego Novillo  <dnovillo@google.com>
3608         * tree-ssa.doxy: Update for doxygen 1.5.
3609         Include all the files in the middle and back ends.
3611 2007-06-30  Hans-Peter Nilsson  <hp@axis.com>
3613         * gcc_update (files_and_dependencies): Handle
3614         gcc/testsuite/gcc.dg/cpp/direct2s.c.
3616 2007-05-13  Mark Mitchell  <mark@codesourcery.com>
3618         * gennews (files): Reference GCC 4.2 web pages.
3620 2007-04-04  Zack Weinberg  <zack@mrtock.ucsd.edu>
3622         * texi2pod.pl: Correct handling of @itemize with no argument.
3624 2007-03-17  Hans-Peter Nilsson  <hp@axis.com>
3626         * uninclude: New utility, from Alexandre Oliva.
3628 2007-02-26  Dominique Dhumieres  <dominiq@lps.ens.fr>
3630         * test_installed: Adjust to the move from g77 to gfortran.
3632 2007-02-16  Matthias Klose  <doko@debian.org>
3634         * texi2pod.pl: Handle @subsubsection, ignore @anchor.
3636 2007-02-10  Hans-Peter Nilsson  <hp@axis.com>
3638         * test_summary (configflags): Adjust for changes in the
3639         config.status format due to update to autoconf 2.59.
3641 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3643         * gcc_update: Update for configure.in -> configure.ac.
3645 2007-02-06  Richard Sandiford  <richard@codesourcery.com>
3647         * texi2pod.pl: Handle @multitable.
3649 2007-01-15  Tom Tromey  <tromey@redhat.com>
3651         * download_ecj: New file.
3653 2006-09-27  Matthew Sachs  <msachs@apple.com>
3655         * compareSumTests3: POD syntax fix.
3657 2006-09-27  Matthew Sachs  <msachs@apple.com>
3659         * dglib.pm: Initial commit.
3660         * compareSumTests3: Initial commit.
3662 2006-09-18  Bernhard Fischer  <aldot@gcc.gnu.org>
3664         * dg-cmp-results.sh (compare-$$.awk): Print name[old]
3665         and not non-existing nm[old].
3667 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3669         Port to hosts whose 'sort' and 'tail' implementations
3670         treat operands with leading '+' as file names, as POSIX
3671         has required since 2001.  However, make sure the code still
3672         works on pre-POSIX hosts.
3673         * compare_tests: Don't assume "sort +2" is equivalent to
3674         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3676 2006-06-05  James Lemke  <jwlemke@wasabisystems.com>
3678         * dg-cmp-results.sh: New script for comparing DejaGNU logs.
3680 2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
3681             Mike Stump  <mrs@apple.com>
3683         * compare_tests: Handle multilibs better.
3685 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3687         * texi2pod.pl: Correct handling of absolute @include.
3689 2006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
3691         * texi2pod.pl: Handle -I.
3693 2006-02-28  Mark Mitchell  <mark@codesourcery.com>
3695         * gennews (files): Update for GCC 4.1.
3697 2006-01-24  Diego Novillo  <dnovillo@redhat.com>
3699         * gcc_update (files_and_dependencies): Handle
3700         libgomp/testsuite/Makefile.in.
3702 2006-01-18  Richard Henderson  <rth@redhat.com>
3703             Diego Novillo  <dnovillo@redhat.com>
3705         * gcc_update (files_and_dependencies): Add libgomp files.
3707 2005-12-06  Ben Elliston  <bje@au.ibm.com>
3709         * newcvsroot: Remove.
3711 2005-11-03  Steven Bosscher  <stevenb@suse.de>
3713         * gcc_build: Fix my previous checking.
3715 2005-11-01  Joseph S. Myers  <joseph@codesourcery.com>
3717         * gcc_update: Include revision number in LAST_UPDATED.
3719 2005-10-30  Steven Bosscher  <stevenb@suse.de>
3721         * gcc_build: Use gcc.gnu.org as the default server.  Set up
3722         SVN_REPOSITORY correctly.  Add support for checking out branches.
3724 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3726         * gcc_update: When svn update is called and
3727         --silent is used, pass -q.
3729 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3731         * gcc_update: Remove the -q from svn invocation.
3733 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3735         * gcc_build: Remove -d from the call to gcc_update.
3737 2005-10-28  Daniel Berlin  <dberlin@dberlin.org>
3738             Ben Elliston  <bje@au1.ibm.com>
3740         * gcc_update: Update for svn.
3741         * newcvsroot: Ditto.
3742         * gcc_build: Ditto.
3744 2005-10-21  Mark Mitchell  <mark@codesourcery.com>
3746         * texi2pod.pl: Substitue for @value even when part of @include.
3748 2005-10-21  Bob Wilson  <bob.wilson@acm.org>
3750         * texi2pod.pl: Convert two single quotes or two backquotes to
3751         double quotes.
3753 2005-08-23  Ben Elliston  <bje@au.ibm.com>
3755         * gcc_update: Update dependencies for libjava/aclocal.m4.
3757 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
3759         * All files: Update with new FSF address.
3761 2005-07-14  Ben Elliston  <bje@au.ibm.com>
3763         * filter_params.pl: Typo fix.
3764         * filter_knr2ansi.pl: Likewise.
3766 2005-06-05  Gerald Pfeifer  <gerald@pfeifer.com>
3768         * gennews (files): Update for egcs-1.0 release pages consolidation.
3770 2005-04-17  Joseph S. Myers  <joseph@codesourcery.com>
3772         * gennews (files): Update for GCC 4.0.
3774 2005-03-18  Alexandre Oliva  <aoliva@redhat.com>
3776         * gcc_update (silent): Unset instead of initializing to null.
3778 2005-03-18  Andreas Schwab  <schwab@suse.de>
3780         * gcc_update (apply_patch): Properly quote $1.
3782 2005-03-18  Zack Weinberg  <zack@codesourcery.com>
3784         * gcc_update: Add --silent option.
3786 2005-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3788         * warn_summary (keywordFilter): Update sed pattern for new quoting
3789         style in warnings.
3791 2005-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3793         * warn_summary: Add -fortran subdir flag.
3794         (subdirectoryFilter): Fix missing ada subdir.
3796 2004-11-20  Hans-Peter Nilsson  <hp@bitrange.com>
3798         * gcc_update (touch_files): Don't rely on "make" being GNU make;
3799         grep for "Touching" to determine that the rule executes.
3801 2004-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
3803         * gcc_update (touch_files): Explicitly pass --no-print-directory.
3805 2004-11-04  Andrew Pinski  <pinskia@physics.uc.edu>
3807         * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
3809 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
3811         * gcc_update: Add fixincludes.
3813 2004-08-26  Matthias Klose  <doko@debian.org>
3815         * texi2pod.pl: keep references of the form @ref{...}, print them bold.
3817 2004-08-26  Matthias Klose  <doko@debian.org>
3819         * test_summary: Include baseline used for libstdc++-v3 abi check
3820         in test summary.
3822 2004-08-25  Ben Elliston  <bje@au.ibm.com>
3824         * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
3826 2004-08-20  Andreas Tobler  <a.tobler@schweiz.ch>
3828         * gcc_update (self): libjava/configure.in -> configure.ac. Automake
3829         update done.
3831 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
3833         * gcc_update: libjava/configure.ac -> configure.in.  Automake
3834         1.4 does not handle configure.ac properly.
3836 2004-08-04  Andreas Schwab  <schwab@suse.de>
3838         * gcc_update: libjava/configure.in -> configure.ac.
3840 2004-08-03  Richard Earnshaw  <rearnsha@arm.com>
3842         * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
3844 2004-07-16  Jeff Law  <law@redhat.com>
3846         * analyze_brprob: Fix comments.  More consistent output format.
3848 2004-06-17  Diego Novillo  <dnovillo@redhat.com>
3850         * tree-ssa.doxy: Update for doxygen 1.3.5.
3852 2004-06-14  Andreas Jaeger  <aj@suse.de>
3854         * gcc_update: boehm-gc/configure.in -> configure.ac.
3856 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
3858         * gcc_update (boehm-gc/configure): Depend on
3859         boehm-gc/configure.ac instead of boehm-gc/configure.in
3861 2004-06-14  Paolo Bonzini  <bonzini@gnu.org>
3863         * gcc_update (libmudflap/configure): Depend on
3864         libmudflap/configure.ac instead of libmudflap/configure.in
3866 2004-06-14  Andreas Jaeger  <aj@suse.de>
3868         * gcc_update: Add libcpp.
3870 2004-06-10  Andreas Jaeger  <aj@suse.de>
3872         * gcc_update: Add libgfortran.
3874 2004-05-29  Andrew Pinski  <pinskia@physics.uc.edu>
3876         * gcc_update (libbanshee/configure): Depend on
3877         libbanshee/configure.ac instead of libbanshee/configure.in
3879 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
3881         * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
3882         from list of files to be touched.
3883         * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
3885 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
3887         * gennews: Update for GCC 3.4.
3889 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
3891         Merge from tree-ssa-20020619-branch.
3893         * filter_gcc_for_doxygen: New file.
3894         * filter_knr2ansi.pl: New file.
3895         * filter_params.pl: New file.
3896         * tree-ssa.doxy: New file.
3897         * contrib/gcc_update (files_and_dependencies): Handle
3898         libbanshee and libmudflap.
3900 2004-04-12  Kelley Cook  <kcook@gcc.gnu.org>
3901             Andreas Jaeger  <aj@suse.de>
3903         * gcc_update (files_and_dependencies): Insert zlib dependencies.
3905 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3907         * gcc_update (files_and_dependencies): libobjc/configure now
3908         depends on configure.ac, not configure.in.
3910 2004-04-01  Kelley Cook  <kcook@gcc.gnu.org>
3912         * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
3914 2004-03-16  Andreas Tobler  <a.tobler@schweiz.ch>
3916         * gcc_update (files_and_dependencies): Insert libffi dependencies.
3918 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
3920         * gcc_update (files_and_dependencies): Insert libada/configure.
3922 2004-02-29  Andrew Pinski  <pinskia@physics.uc.edu>
3924         * gcc_update (files_and_dependencies): Update intl/configure.in
3925         to intl/configure.ac.
3927 2004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
3929         * gcc_update (files_and_dependencies): Update fastjar/configure.in
3930         to fastjar/configure.ac
3932 2004-01-07  Kelley Cook  <kcook@gcc.gnu.org>
3934         * gcc_update (files_and_dependencies): Remove non-existant files.
3936 2004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
3938         * gcc_update (files_generated): Revert 2003-12-18 change.
3940 2004-01-03  Andrew Pinski  <pinskia@physics.uc.edu>
3942         * gcc_update (files_and_dependencies): For gcc directory,
3943         rename configure.in to configure.ac.
3945 2003-12-19  Andreas Tobler  <a.tobler@schweiz.ch>
3947         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
3948         remove acconfig.h. No longer used.
3950 2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
3952         * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
3953         gcc/ada/gnat_ug_* to use it.
3955 2003-12-16  James E Wilson  <wilson@specifixinc.com>
3957         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
3958         rename configure.in to configure.ac, and stamp-h.in to config-h.in.
3960 2003-12-11  Kelley Cook  <kcook@gcc.gnu.org>
3962         * gcc_update (files_and_dependencies): Correct typo in the filename
3963         gnat_ug_wnt.texi.
3965 2003-12-08  Arnaud Charlet  <charlet@act-europe.fr
3967         * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
3968         treeprs.ads.
3970 2003-10-16  Mark Mitchell  <mark@codesourcery.com>
3972         * gennews (files): Add GCC 3.3 files.
3974 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
3976         * gcc_build: Fix handling of -t option.  Add -x option.
3978 2003-07-31  Matt Kraai  <kraai@alumni.cmu.edu>
3980         * texi2pod.pl: Remove extra line.
3982 2003-07-15  Matt Kraai  <kraai@alumni.cmu.edu>
3984         * texi2pod.pl: Default @itemize's parameter to @bullet.
3986 2003-07-12  Zack Weinberg  <zack@codesourcery.com>
3988         * gcc_update: gcc/acconfig.h no longer exists.
3990 2003-07-11  Matthias Klose  <doko@debian.org>
3992         * test_installed: Add options to run objc tests.
3993         In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
3995 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
3997         * gcc_update: Remove gcc/intl/plural.c from list.
3998         Add new generated files intl/plural.c, intl/configure,
3999         intl/config.h.in.
4001 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
4003         * gcc_update (files_and_dependencies): Add
4004         gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
4005         gcc/testsuite/gcc.dg/cpp/mi1c.h.
4007 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4009         * paranoia.cc: Fix spelling error.
4011         * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
4012         to GCC.
4014 2003-04-04  Mike Stump  <mrs@apple.com>
4016         * compare_tests: Fix exit status and be more flexible with spacing.
4018 2003-03-08  Phil Edwards  <pme@gcc.gnu.org>
4020         * test_summary:  Add -h, print existing comments as help.
4022 2003-03-03  H.J. Lu  <hjl@gnu.org>
4024         * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
4025         * gcc_update: Likewise.
4027 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
4029         * test_summary (configflags): Only use the first match.  Remove
4030         excess space.  Use sub instead of gsub where possible.  Use `none'
4031         if no configure flags were given.
4033 2003-01-10  Loren J. Rittle  <ljrittle@acm.org>
4035         * test_summary (configflags): awk portability.
4037 2003-01-07  Alexandre Oliva  <aoliva@redhat.com>
4039         * test_summary (configflags): Compute correctly with both
4040         autoconfiscated and Cygnus-style top-level.
4042 2003-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4044         * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
4045         on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
4046         gcc/java/keyword.gperf
4048 2002-12-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4050         * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
4051         depending on gcc/intl/plural.y.
4053 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
4055         * gcc_update (configure): Depend on config/acx.m4 as well.
4057         * gcc_update (configure): Depend on configure.in.
4059 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
4061         * texi2pod.pl: Skip contents of @copying.
4063 2002-11-09  Zack Weinberg  <zack@codesourcery.com>
4065         * gthr_supp_vxw_5x.c: New file.
4067 2002-10-21  Richard Henderson  <rth@redhat.com>
4069         * paranoia.cc (real_c_float::image): Accomodate size of
4070         real_internal format.
4071         (main): Unbuffer stdio.  Add real_internal format.
4072         (floor_log2_wide): New.
4074 2002-10-16  Richard Henderson  <rth@redhat.com>
4076         * paranoia.cc (ENUM_BITFIELD): New.
4077         (class): Define as klass around real.h.
4078         (real_c_float): Not a template any longer; define MODE as a
4079         class static constant; use real_format elements for SIZE.
4080         Update uses of real_to_decimal and real_to_hexadecimal.
4081         (main): Change -g argument to use a format name.
4082         (mode_for_size): Remove.
4084 2002-09-16  Richard Henderson  <rth@redhat.com>
4086         * paranoia.cc: New file.
4088 2002-09-04  Richard Henderson  <rth@redhat.com>
4090         * enquire.c: Remove.
4092 2002-08-14  Mark Mitchell  <mark@codesourcery.com>
4094         * gennews (files): Add GCC 3.2 files.
4096 2002-07-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4098         * gennews (files): Add proper files for the GCC 3.1 release series.
4099         Simplify and reformat introductory wording.
4101 2002-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4103         * enquire.c: Move from gcc.
4105 2002-07-16  H.J. Lu  <hjl@gnu.org>
4107         * gcc_update (touch_files): Pass -s to ${MAKE}.
4109 2002-06-26  Zack Weinberg  <zack@codesourcery.com>
4111         * texi2pod.pl: Correct handling of the internal R<> sequence.
4113 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
4115         * gcc_update (files_and_dependencies): Add generated Texinfo files
4116         for Ada.
4118 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4120         * test_installed: Allow for PWDCMD to override hardcoded pwd.
4121         * test_summary: Likewise.
4123 2002-04-18  Geoffrey Keating  <geoffk@redhat.com>
4125         * gcc_update (touch_files): Don't have empty for loop.
4127 2002-04-16  Richard Henderson  <rth@redhat.com>
4129         * gcc_update: Remove libchill.
4131 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
4133         * texi2pod.pl: Handle @end ftable and @end vtable.
4135 2002-03-11  Zack Weinberg  <zack@codesourcery.com>
4137         * texi2pod.pl: Handle @include, @ftable, @vtable.
4138         Reformat some code for clarity.
4140 2002-02-24  Christian Jönsson  <c.christian.joensson@telia.com>
4142         * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
4143         WARNING and ERROR output from the *.sum files.
4145 2002-01-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4147         * gennews (files): Replace gcc-2.95/gcc-2.95.html,
4148         gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
4149         and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
4151 2002-01-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4153         * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
4154         egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
4155         egcs-1.1/index.html.
4157 2002-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4159         * warn_summary: Add -ada subdirectory flag.
4161 2001-12-12  Matthias Klose  <doko@debian.org>
4163         * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
4164         generation of more than one man page from one source.
4165         Add '-' to set of valid chars for an identifier.
4166         Let -D option accept flags of the form <flag>=<value>.
4167         Use \s+ for whitespace detection in '@c man' lines.
4168         Handle @set and @clear independent of $output.
4169         Substitute all @value{}'s in a line.
4171 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4173         * texi2pod.pl: Handle @ifnottex, @iftex and @display.  Handle @var
4174         in verbatim blocks specially.  Handle @unnumbered, @unnumberedsec
4175         and @center.  Allow [a-z] after @enumerate.  Handle 0 and numbers
4176         greater than 9 in enumerations.
4178 2001-11-07  Laurent Guerby  <guerby@acm.org>
4180         * gcc_update (files_and_dependencies): Add Ada dependencies.
4182 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4184         * snapshot: Remove.
4186 2001-09-07  Richard Sandiford  <rsandifo@redhat.com>
4188         Revert:
4189         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
4190         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
4191         touch.
4193 2001-09-04  David.Billinghurst  <David.Billinghurst@riotinto.com>
4195         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
4196         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
4197         touch.
4199 Mon Aug 13 02:29:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
4201         * analyze_brprob: Update for changes in gcc debug output.
4203 Sat Jul 28 22:37:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
4205         * analyze_brprob: Avoid more overflows.
4207 2001-07-27  Richard Henderson  <rth@redhat.com>
4209         * test_summary: Copy LAST_UPDATED UTC time to head of summary.
4211 Fri Jul 27 18:01:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
4213         * analyze_brprob: Avoid overflows.
4215 2001-07-27  Richard Henderson  <rth@redhat.com>
4217         * gcc_update: Dump timestamp in LAST_UPDATED.
4219 2001-07-26  Andreas Jaeger  <aj@suse.de>,
4220             Hans-Peter Nilsson  <hp@bitrange.com>
4222         * analyze_brprob: Fix documentation.
4224 Mon Jul 23 15:47:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
4226         * analyze_brprob: Fix awk compatibility problems; update comment.
4228 2001-07-23  Andreas Jaeger  <aj@suse.de>
4230         * analyze_brprob: Fix more typos.
4232 2001-07-23  Andreas Jaeger  <aj@suse.de>
4234         * analyze_brprob: Fix typos.
4236 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4238         * texi2pod.pl: Handle @r inside @item.
4240 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
4242         * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
4244 2001-07-01  Zoltan Felleg  <zfelleg@telnet.hu>
4246         * warn_summary: Fix typo in a comment.
4248 2001-06-14  Albert Chin-A-Young  <china@thewrittenword.com>
4250         * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
4252 2001-06-13  Mark Mitchell  <mark@codesourcery.com>
4254         * gennews: Set TERM to vt100 for Lynx.
4256 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4258         * release: Remove.
4260 Tue Jun 12 12:21:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
4262         * analyze_brprob: New file.
4264 2001-06-11  Mark Mitchell  <mark@codesourcery.com>
4266         * gcc_build: Output information about the commands used to
4267         configure the compiler.
4269 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4271         * gennews: Update for GCC 3.0.
4273 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4275         * gcc_update: Update for move of documentation to gcc/doc.
4277 2001-05-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4279         * contrib/test_summary (files): Sort before evaluating.
4281 2001-05-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4283         * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
4285 2001-05-21  Mark Mitchell  <mark@codesourcery.com>
4287         * gcc_build: Use -d when invoking gcc_update.
4289 2001-05-18  Andreas Jaeger  <aj@suse.de>
4291         * gcc_update: Add rules for libf2c/libI77.
4293 2001-05-17  Alexandre Oliva  <aoliva@redhat.com>
4295         * gcc_update (touch_files): Use simpler, yet as portable, syntax.
4297 2001-05-14  Loren J. Rittle  <ljrittle@acm.org>
4299         * gcc_update (touch_files): Enhance make portability.
4301 2001-05-14  Alexandre Oliva  <aoliva@redhat.com>
4303         * gcc_update (touch_files): Use a Makefile to touch files.
4305 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4307         * texi2pod.pl: Add copyright and GPL notices.
4309 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
4311         * texi2pod.pl: Handle "\,".
4313 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
4315         * texi2pod.pl: Fix regular expression for @r to avoid exponential
4316         recursion.  From Russ Allbery <rra@stanford.edu>.  Remove perl
4317         version check.
4319 2001-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4321         * warn_summary (stageNfilter): Update for recent changes in
4322         bootstrap logic.
4324 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4326         * texi2pod.pl: Require at least perl 5.6.0.
4328 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4330         * gcc_update: Add gcc/gcc.1 to generated files.
4331         * texi2pod.pl: Handle @r and @gccoptlist.  Handle @gol.  Handle
4332         discarding to end of sentence with @xref where the sentence has an
4333         interior "." in markup, and handle discarding parentheses around
4334         such a sentence.
4336 2001-01-11  Bernd Schmidt  <bernds@redhat.com>
4338         * gennews: Add gcc-2.95.3.
4340 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
4342         * texi2pod.pl: Handle @gcctabopt and @env in tables.  Handle
4343         @command.  Format URLs and email addresses in bold.
4345 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4347         * gcc_update: Add cpp.1 to the list of generated files.
4349         * texi2pod.pl: Handle @option and @env.
4351 2001-01-03  Mike Stump  <mrs@wrs.com>
4353         * snapshot: Update to account for java libraries.
4355 2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
4357         * test_summary: Export filesuffix, not fileprefix.
4359 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4361         * release: Change some EGCS references to GCC.
4363 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4365         * warn_summary: Fix subdirectory filtering.  Add -intl and -fixinc
4366         subdirectory flags.  Add source directory prefix filtering.
4367         Redirect diagnostic output to stderr.
4369 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
4371         * texi2pod.pl: If multiple @c man sections with the same tag
4372         appear, concatenate them in the final output.  When skipping,
4373         ignore block commands that can't cause skipping, and honor
4374         those that can.  Ensure that verbatim blocks are separate
4375         paragraphs.
4377 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4379         * gcc_update: Don't touch tradcif.c or java/parse.h.
4381 2000-12-05  Zack Weinberg  <zack@wolery.stanford.edu>
4383         * texi2pod.pl: Restructure for comprehensibility, add
4384         comments.  Merge handling of @ignore and @ifxxx.  Handle a
4385         whole bunch more Texinfo commands.  Use consistent formatting
4386         style.
4388 2000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4390         * gennews: New script.
4392 2000-11-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4394         * gcc_update: Update a comment as we now require bison for CVS users.
4396 2000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4398         * gcc_update: Add gcov.1 to the list of generated files.
4400 2000-11-21  Mark Mitchell  <mark@codesourcery.com>
4402         * gcc_build: Remove code to put information in a log file.
4404 2000-11-19  Zack Weinberg  <zackw@stanford.edu>
4406         * texi2pod.pl:
4407         - Add real command line parsing.
4408           - Support @ifset, @ifclear, @set, @value, -D switch.
4409           - Support @sc.  Improve handling of @ref and friends.
4410           - Discard @subsection, @need, @node lines.
4411         - Un-nest font changes to match texinfo semantics.
4412           - Handle @{ and @}.  Oops.
4413         - Don't emit E<> directives inside verbatim blocks.
4415 2000-11-12  Bruce Korb  <bkorb@gnu.org>
4417         * release: generalize the release script a bit.
4419 Sat Nov 11 17:29:03 2000  Mark P Mitchell  <mark@codesourcery.com>
4421         * gcc_build: Add -o option for setting the objdir to use.
4423 2000-11-11  Jeff Law  <law@redhat.com>,
4425         * release: New file.
4427 2000-11-08  Jeff Law  <law@redhat.com>,
4428             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4430         * snapshot: New file.
4432 2000-11-08  Jeffrey Oldham  <oldham@oz.codesourcery.com>
4434         * gcc_build (bootstrap_gcc): New function.
4435         (configure_gcc): Likewise.
4436         (build_gcc): Rewritten to use configure and bootstrap.
4437         (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
4439 2000-10-31  Mark Mitchell  <mark@codesourcery.com>
4441         * gcc_build (MAKE): New variable.
4442         (build_gcc): Use it.  Fix logging of errors.
4443         (install_gcc): Likewise.
4445 2000-10-29  Mark Mitchell  <mark@codesourcery.com>
4447         * gcc_build: Save the output from CVS into the logfile as well.
4449 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
4451         * gcc_build: Fix typos.
4453 2000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4455         * gperf-2.7-19981006.pat: Remove.
4457 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4459         * test_installed: Change EGCS references to refer to GCC.
4461 2000-09-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4463         * gcc_update (touch_files): Add some informative output.
4465 2000-09-16  Andreas Jaeger  <aj@suse.de>
4467         * gcc_update: Remove gcc/c-parse.gperf.
4469 2000-08-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>,
4470             Alexandre Oliva  <aoliva@redhat.com>
4472         * gcc_update: Execute touch_files_reexec even if `cvs update`
4473         failed.
4475 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
4477         * test_summary: AWK breaks with filenames containing `='.
4479 Sun Jul 16 12:04:33 2000  Mark P Mitchell  <mark@codesourcery.com>
4481         * gcc_build: New script.
4483 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
4485         * gcc_update (files_and_dependencies): Remove generated YACC files.
4487 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
4489         * gcc_update (files_and_dependencies): Remove generated YACC files.
4491 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
4493         * newcvsroot: Handle filenames that contain spaces.
4495 2000-06-03  Zack Weinberg  <zack@wolery.cumb.org>
4497         * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
4498         Elide --with-gcc-version-trigger and --norecursion from
4499         configure flags.  Remove code to report status of haifa scheduler.
4501 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
4503         * gcc_update (self): Set to `$0'.
4504         (touch_files_reexec): Use `$self' instead of `$0'.
4506 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
4508         * gcc_update (touch_files_reexec): New function, run after the
4509         tree is modified.
4511 2000-05-08  Richard Hendeson  <rth@cygnus.com>
4513         * gcc_update: Remove references to inclhack.tpl.
4515 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
4517         * index-prop: Use a single pattern.  Also support *** cdiffs.
4519 2000-04-28  Pavel Roskin  <pavel_roskin@geocities.com>
4521         * index-prop: Don't change /dev/null.
4523 2000-04-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4525         * gcc_update: Refer to GCC and gcc_update instead of egcs and
4526         egcs_update.
4528 2000-04-26  Jonathan Larmour  <jlarmour@redhat.co.uk>
4530         * index-prop: Fix occasional problem when using cvs diff -p.
4532 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
4534         * gcc_update: Remove references to cexp.c/cexp.y.
4536 1999-12-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4538         * newcvsroot: Add check on the number of command-line arguments.
4539         Add usage.
4541 Sun Nov 28 00:41:44 1999  William Bader (william@nscs.fast.net)
4543         * gcc_update: Allow patches compressed by bzip2.
4545 1999-10-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4547         * newcvsroot: New file.
4549 1999-09-11  Craig Burley  <craig@jcb-sc.com>
4551         * convert_to_f2c, convert_to_g2c, download_f2c: New file.
4553 1999-08-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4555         * gcc_update: New file.
4556         * egcs_update: Renamed to gcc_update.
4558 1999-08-09  Robert Lipe  <robertlipe@usa.net>
4560         * test_summary: Quote curly braces in 1999-07-03 change.
4562 1999-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
4564         * egcs_update (files_and_dependencies): Fixed typo in
4565         gcc/cstamp-h.in.  Added gcc/config.in.
4567 1999-07-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
4569         * egcs_update (files_and_dependencies): New function, with
4570         complete list of files to be updated, as well as their
4571         dependencies.
4572         (touch_files): Check the timestamp of each generated file against
4573         its dependencies'.
4574         (main): New flags --touch, --list and --help.  Remove the
4575         pre-update step.
4577 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
4579         * test_summary: Replace egcs with gcc.  Update e-mail address.
4581 1999-07-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4582             Jerry Quinn  <jquinn@nortelnetworks.com>
4584         * egcs_update (touch_files, apply_patch): New functions.
4585         Use them.  New command-line option --patch.  Split test of local
4586         tree into two parts.  Add comments.
4588 1999-07-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
4590         * test_summary: If Target is `unix{*}', append the Target variants
4591         to Host.
4593 1999-06-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
4595         * test_summary: Set default mail-address and version for egcs
4596         instead of relying on unpredictable pathnames.
4597         Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
4599 Fri Apr  2 16:09:02 1999  Jeffrey A Law  (law@cygnus.com)
4601         * fixinc/*: Delete obsolete files.
4603 1999-02-04  Robert Lipe  <robertlipe@usa.net>
4605         * egcs_update: Test return values of 'cvs update'.  Propogate
4606         to caller as exit values.
4608 1999-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4610         * egcs_update: Use "if" instead of "&&".  Touch generated files
4611         only after the corresponding *.y files.
4613 1999-01-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4615         * egcs_update: Do not use xargs, but a backquote construct.
4617 1999-01-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
4619         * test_summary (version): Remove carriage return that gawk inserts
4620         in the version string for some reason.
4622 1998-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4624         * egcs_update: Only touch files that already exist.
4626 1998-11-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
4628         * test_summary (EOF): Remove double backslash.
4629         Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4631 1998-11-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
4633         * test_summary (address): Set to egcs-testresults mailing list.
4635 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
4637         * test_summary (address): Added Marc Lehmann's testsuite-results
4638         to the default e-mail address.
4640 1998-11-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
4642         * test_summary (-p, prepend_logs): Add these before the summary.
4643         (Compiler, Platform): Print these just before configflags.
4645 Sat Oct 31 10:53:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4647         * warn_summary (longLineFilter): New shell function to encapsulate
4648         this functionality.  It is off by default, only active if -llf
4649         flag is specified.
4650         (subdirectoryFilter): Fix bug in filtering which made some
4651         subdirectory warnings erroneously appear in the toplevel set.
4652         (stageNfilter): Renamed from `stageNwarns'.  Updated to collect
4653         warnings from stage1 as well as stage0, which means warnings from
4654         outside the bootstrap directory.  Eg, the libraries, etc.
4655         (warningFilter): New shell function to encapsulate this
4656         functionality.
4657         (keywordFilter): New shell function to encapsulate this
4658         functionality.
4660         Store data in a temp file rather than calculating it 3x.  Arrange
4661         to remove it on exit and signals.
4663         Add -pass/-wpass flags to do "pass through" (i.e. manual
4664         inspection) of bootstrap output from a particular stageN as well
4665         as language subdirs.
4667         Add better comments/documentation.
4669 Sat Oct 31 16:39:31 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4671         * egcs_update: Add comment about keeping the FAQ synchronized.
4673 Fri Oct 30 00:39:27 1998  Jeffrey A Law  (law@cygnus.com)
4675         * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
4676         in the repo again.
4678 Fri Oct 16 07:35:00 1998  Bruce Korb  <korb@datadesign.com>
4680         * egcs_update:  Added gcc/fixinc/* generated files to touch list.
4682 Tue Oct 13 23:28:33 1998  Jeffrey A Law  (law@cygnus.com)
4684         * egcs_update: Remove gcc/java/parse.c from list of files to
4685         touch.
4687 Wed Oct  7 13:00:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4689         * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
4691 Mon Oct  5 14:19:48 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4693         * warn_summary (subdirectoryFilter): New shell function to
4694         optionally filter in/out gcc subdirectories when summarizing
4695         warnings.  Add new flags to support subdirectory filtering.
4697         Also, ensure the bootstrap stage is a number.  Add some more C
4698         keywords that are preserved in the "warning type" summary and
4699         tighten up the "arg ???" regexp.
4701 Tue Sep 22 07:30  Bruce Korb  <korb@datadesign.com>
4703         * fixinc/inclhack.def:  Not all C++ comments in C headers
4704         were treated alike.  They are now.  Also fixed syntax
4705         of sed expression in "systypes" fix.
4707         * fixinc/inclhack.def:  Removed SVR4.2-ism from shell invocation
4709         * egcs_update:  Added fixinc/* generated files to touch list.
4711 Wed Sep 16 16:06:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4713         * egcs_update: Additionally touch gcc/java/parse.[ch].
4715 Thu Sep  9 16:48  Bruce Korb <korb@datadesign.com>
4717         * fixinc/inclhack.def:  Added two files required by
4718         SCO's Open Server 5's avoid_bool fix.
4719         Regenerated fixinc.x and inclhack.sh to incorporate
4720         the update.
4722 Thu Sep  3 10:11:32 1998  Robert Lipe   <robertl@dgii.com>
4724         * egcs_update: Do the pass 1 CVS update only for files that
4725         may reasonably be under CVS control.
4727 1998-08-14  Alexandre Oliva  <oliva@dcc.unicamp.br>
4729         * test_installed: New script for testing already-installed
4730         gcc/g++/g77.
4732 Wed Aug 12 19:59:36 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4734         * egcs_update: Assigned copyright to FSF.
4736 Tue Aug 11 17:55:53 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4737                           Alexandre Oliva  <oliva@dcc.unicamp.br>
4739         * egcs_update: New switch --nostdflags and documentation
4740         enhancements.
4742 Tue Aug 11 17:33:19 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4744         * egcs_update: New script.
4746 1998-08-05  Bruce Korb  <korbb@datadesign.com>
4748         * fixinc/Makefile
4749         Added define for target machine so machine-specific tests
4750         can be selected for or against.
4752         * fixinc/fixincl.c
4753         Added an array of string pointers to machines to select
4754         or avoid, depending on a FD_MACH_IFNOT bit flag.
4755         Used a shell script to match the defined TARGET_MACHINE
4756         with any of the given match patterns.
4758         * fixinc/fixincl.tpl
4759         Generate the array of strings and bit flag, as needed,
4760         depending on "mach" and "not_machine" attributes for a fix.
4762         * fixinc/mkfixinc.sh
4763         Invoke the make with TARGET assigned the value of the
4764         machine name argument.
4766 Mon Jul 27 22:08:12 1998  Mike Stump  (mrs@wrs.com)
4768         * compare_tests: New script.
4770 1998-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
4772         * test_summary: Assigned copyright to FSF.
4774 Mon Jul 27 20:33:02 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4776         * test_summary: Corrected script name in comments providing
4777         documentation.  Added linebreaks for lines with > 80 characters.
4779 Fri Jun 19 02:36:59 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
4781         * test_summary: New switch, -i, and environment variable,
4782         append_logs, for including files in the report.
4784 1998-06-01  Manfred Hollstein  <manfred@s-direktnet.de>
4786         * warn_summary: Update to Kaveh's latest version allowing to
4787         specify the last stage built.
4789 1998-05-29  Bruce Korb  <korbb@datadesign.com>
4791         * fixinc/mkfixinc.sh
4792         Changes to make it easier to invoke on platforms that
4793         normally do not invoke fixincludes.
4795         * fixinc/inclhack.def
4796         Applied fixes from egcs/gcc/fixincludes from the past several
4797         months.
4799 1998-05-28  Bruce Korb  <korbb@datadesign.com>
4801         * fixinc/*: Updated most everything for a first real
4802         try at getting "fast_fixincludes" working.
4804 1998-05-28  Jason Merrill  <jason@yorick.cygnus.com>
4806         * index-prop: New file.
4808 Sat May 23 23:38:49 1998  Matthias Klose  <doko@cs.tu-berlin.de>
4810         * test_summary: find good awk (copied from warn_summary).
4812 Sat May 23 23:38:33 1998  Jeffrey A Law  (law@cygnus.com)
4814         * test_summary, warn_summary: New files