testsuite: remove xfail
[official-gcc.git] / contrib / ChangeLog
blob04bde02b65b0af1ae16ef8fef7071263becc8d76
1 2024-01-09  Jonathan Wakely  <jwakely@redhat.com>
3         * unicode/gen_libstdcxx_unicode_data.py: Print out Gcb_property
4         enumerators in the order they're seen, not alphabetical order.
6 2024-01-08  Jonathan Wakely  <jwakely@redhat.com>
8         * unicode/README: Add notes about generating libstdc++ tables.
9         * unicode/GraphemeBreakProperty.txt: New file.
10         * unicode/emoji-data.txt: New file.
11         * unicode/gen_libstdcxx_unicode_data.py: New file.
13 2024-01-05  Jonathan Wakely  <jwakely@redhat.com>
15         * analyze_brprob.py: Remove stray text at end of comment.
16         * analyze_brprob_spec.py: Likewise.
17         * check-params-in-docs.py: Likewise.
18         * check_GNU_style.py: Likewise.
19         * check_GNU_style_lib.py: Likewise.
20         * filter-clang-warnings.py: Likewise.
21         * gcc-changelog/git_check_commit.py: Likewise.
22         * gcc-changelog/git_commit.py: Likewise.
23         * gcc-changelog/git_email.py: Likewise.
24         * gcc-changelog/git_repository.py: Likewise.
25         * gcc-changelog/git_update_version.py: Likewise.
26         * gcc-changelog/test_email.py: Likewise.
27         * gen_autofdo_event.py: Likewise.
28         * mark_spam.py: Likewise.
29         * unicode/gen-box-drawing-chars.py: Likewise.
30         * unicode/gen-combining-chars.py: Likewise.
31         * unicode/gen-printable-chars.py: Likewise.
32         * unicode/gen_wcwidth.py: Likewise.
34 2024-01-05  Jonathan Wakely  <jwakely@redhat.com>
36         * unicode/gen_wcwidth.py: Add sys.argv[0] to usage error.
38 2024-01-03  Jakub Jelinek  <jakub@redhat.com>
40         * update-copyright.py (GenericFilter): Skip gpl_v3_without_node.texi.
41         (GCCFilter): Skip GmcOptions.cc.
43 2023-12-21  Alexandre Oliva  <oliva@adacore.com>
45         * compare_tests: Add tool to test lines.  Match tabs besides
46         blanks to insert tool and target.  Don't print undefined fname.
48 2023-12-20  Jason Merrill  <jason@redhat.com>
50         * gcc-git-customization.sh: Add git gcc-style alias.
52 2023-12-14  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
53             Arthur Cohen  <arthur.cohen@embecosm.com>
55         * gcc_update: Add libgrust file dependencies.
57 2023-12-14  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
58             Arthur Cohen  <arthur.cohen@embecosm.com>
60         * gcc-changelog/git_commit.py: Add libgrust.
62 2023-12-13  Arsen Arsenović  <arsen@aarsen.me>
64         * download_prerequisites
65         <arg parse>: Parse --only-gettext.
66         (echo_archives): Check only_gettext and stop early if true.
67         (helptext): Document --only-gettext.
69 2023-12-02  Richard Sandiford  <richard.sandiford@arm.com>
71         * config-list.mk (OPT_IN_LANGUAGES): New variable.
72         ($(LIST)): Replace --enable-languages=all with a specifc list.
73         Disable fortran on bpf and mmix.  Enable the languages in
74         OPT_IN_LANGUAGES.
76 2023-11-14  Jakub Jelinek  <jakub@redhat.com>
78         * unicode/README: Adjust glibc git commit hash, number of Unicode
79         data files to be updated and latest Unicode version.
80         * unicode/from_glibc/utf8_gen.py: Update from glibc.
81         * unicode/UnicodeData.txt: Update from Unicode 15.1.
82         * unicode/EastAsianWidth.txt: Likewise.
83         * unicode/DerivedNormalizationProps.txt: Likewise.
84         * unicode/NameAliases.txt: Likewise.
85         * unicode/DerivedCoreProperties.txt: Likewise.
86         * unicode/PropList.txt: Likewise.
88 2023-11-14  Jakub Jelinek  <jakub@redhat.com>
90         * gcc-changelog/git_update_version.py: Add
91         040e5b0edbca861196d9e2ea2af5e805769c8d5d to ignored commits.
93 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
95         * prerequisites.sha512: Add gettext.
96         * prerequisites.md5: Add gettext.
97         * download_prerequisites: Add gettext.
99 2023-10-05  Andrea Corallo  <andrea.corallo@arm.com>
101         * mdcompact/mdcompact-testsuite.el: New file.
102         * mdcompact/mdcompact.el: Likewise.
103         * mdcompact/tests/1.md: Likewise.
104         * mdcompact/tests/1.md.out: Likewise.
105         * mdcompact/tests/2.md: Likewise.
106         * mdcompact/tests/2.md.out: Likewise.
107         * mdcompact/tests/3.md: Likewise.
108         * mdcompact/tests/3.md.out: Likewise.
109         * mdcompact/tests/4.md: Likewise.
110         * mdcompact/tests/4.md.out: Likewise.
111         * mdcompact/tests/5.md: Likewise.
112         * mdcompact/tests/5.md.out: Likewise.
113         * mdcompact/tests/6.md: Likewise.
114         * mdcompact/tests/6.md.out: Likewise.
115         * mdcompact/tests/7.md: Likewise.
116         * mdcompact/tests/7.md.out: Likewise.
118 2023-10-03  Martin Jambor  <mjambor@suse.cz>
120         * mklog.py (skip_line_in_changelog): Compare to None using is instead
121         of ==, add an extra newline after the function.
123 2023-10-02  Iain Sandoe  <iain@sandoe.co.uk>
125         * config-list.mk: Add newer Darwin versions, trim one older.
126         Remove cases with no OS version, which is not supported for cross-
127         compilers.
129 2023-09-29  Patrick O'Neill  <patrick@rivosinc.com>
131         * check_GNU_style_lib.py: Skip machine description file bracket linting.
133 2023-09-29  Paul Iannetta  <piannetta@kalrayinc.com>
135         * dg-extract-results.py: Print the "Test run" line.
136         * dg-extract-results.sh: Print the "Host" line.
138 2023-09-12  Jonathan Wakely  <jwakely@redhat.com>
140         PR other/111360
141         * gcc_update: Quote variable.
143 2023-09-11  Jonathan Wakely  <jwakely@redhat.com>
145         PR other/111359
146         * gcc-git-customization.sh: Check for getent before using it.
147         Use id on macOS.
149 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
151         * gcc-changelog/git_commit.py (GitCommit.__init__,
152         to_changelog_entries): Fix lost wording fix.
154 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
156         * gcc-changelog/git_commit.py (GitCommit.__init__):
157         Handle commit_to_info_hook = None; otherwise, if None,
158         regard it as error.
159         (to_changelog_entries): Handle commit_to_info_hook = None;
160         if info is None, create a warning for it.
161         * gcc-changelog/git_email.py (GitEmail.__init__):
162         call super() with commit_to_info_hook=None instead
163         of a lambda function.
165 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
167         Revert:
168         2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
170         * gcc-changelog/git_commit.py (GitCommit.__init__):
171         Handle commit_to_info_hook = None; otherwise, if None,
172         regard it as error.
173         (to_changelog_entries): Handle commit_to_info_hook = None;
174         if info is None, create a warning for it.
175         * gcc-changelog/git_email.py (GitEmail.__init__):
176         call super() with commit_to_info_hook=None instead
177         of a lamda function.
179 2023-09-07  Tobias Burnus  <tobias@codesourcery.com>
181         * gcc-changelog/git_commit.py (GitCommit.__init__):
182         Handle commit_to_info_hook = None; otherwise, if None,
183         regard it as error.
184         (to_changelog_entries): Handle commit_to_info_hook = None;
185         if info is None, create a warning for it.
186         * gcc-changelog/git_email.py (GitEmail.__init__):
187         call super() with commit_to_info_hook=None instead
188         of a lamda function.
190 2023-09-04  Marc Poulhiès  <dkm@kataplop.net>
192         * mklog.py: Leave SOB lines after changelog.
193         * prepare-commit-msg: Apply most shellcheck suggestions.
195 2023-08-29  Lehua Ding  <lehua.ding@rivai.ai>
197         * mklog.py: Fix bugs.
199 2023-08-16  Andrew Pinski  <apinski@marvell.com>
201         * gcc_update: Add libstdc++-v3/include/bits/version.h.
203 2023-07-13  Lehua Ding  <lehua.ding@rivai.ai>
205         * mklog.py: Add --append option.
207 2023-07-07  Richard Biener  <rguenther@suse.de>
209         * gcc-changelog/git_update_version.py: Remove GCC 10 from
210         active_refs.
212 2023-06-22  David Malcolm  <dmalcolm@redhat.com>
214         * unicode/gen-box-drawing-chars.py: New file.
215         * unicode/gen-combining-chars.py: New file.
216         * unicode/gen-printable-chars.py: New file.
218 2023-06-17  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
220         * testsuite-management/validate_failures.py (IsInterestingResult):
221         Add result_set argument and use it.  Adjust callers.
223 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
225         * testsuite-management/validate_failures.py (TestResult,)
226         (ParseManifestWorker, ParseSummary, Main): Handle new option
227         "--srcpath <regex>".
229 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
231         * testsuite-management/validate_failures.py (TestResult): Update.
232         (Main): Handle new option "--expiry_date YYYYMMDD".
234 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
236         * testsuite-management/validate_failures.py (ResultSet.update,)
237         (ResultSet.HasTestsuite): New methods.
238         (GetResults): Update.
239         (ParseSummary, CompareResults, PerformComparison, Main): Handle new
240         option --invert_match.
242 2023-06-14  Thiago Bauermann  <thiago.bauermann@linaro.org>
244         * testsuite-management/validate_failures.py (TestResult): Improve error
245         output.
247 2023-06-14  Christophe Lyon  <christophe.lyon@linaro.org>
249         * testsuite-management/validate_failures.py (_EXP_LINE_FORMAT,)
250         (_EXP_LINE_REX, ResultSet): Support "$tool:" prefix in exp names.
252 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
254         * testsuite-management/validate_failures.py (Main): Use exit code "2"
255         to indicate regression.
257 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
259         * testsuite-management/validate_failures.py (_VALID_TEST_RESULTS_REX):
260         Update.
261         (TestResult): Use _VALID_TEST_RESULTS_REX.
263 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
265         * testsuite-management/validate_failures.py: Add more verbosity levels.
267 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
269         * testsuite-management/validate_failures.py: Simplify GetManifestPath().
271 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
273         * testsuite-management/validate_failures.py (GetResults): Update.
274         (CompareBuilds): Read in manifest.
276 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
278         * testsuite-management/validate_failures.py (ParseManifestWorker):
279         Support expiry attributes in manifests.
280         (ParseSummary): Add a comment.
282 2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
284         * testsuite-management/validate_failures.py: Avoid testsuite
285         aliasing.
287 2023-06-13  Andi Kleen  <ak@linux.intel.com>
289         * gen_autofdo_event.py: Update for download server changes
291 2023-06-03  Lehua Ding  <lehua.ding@rivai.ai>
293         * clang-format (ForEachMacros): Add missing cases
294         for EXECUTE_IF_... macros.
296 2023-05-18  Jonathan Wakely  <jwakely@redhat.com>
298         PR bootstrap/105831
299         * bench-stringop: Use = operator instead of ==.
300         * repro_fail: Likewise.
302 2023-04-28  Martin Liska  <mliska@suse.cz>
304         * filter_gcc_for_doxygen: Use python3 and not python2.
305         * filter_params.py: Likewise.
307 2023-04-26  Jakub Jelinek  <jakub@redhat.com>
309         * gennews (files): Add files for GCC 13.
311 2023-04-17  Jakub Jelinek  <jakub@redhat.com>
313         * gcc-changelog/git_update_version.py (active_refs): Add
314         releases/gcc-13.
316 2023-03-16  Jakub Jelinek  <jakub@redhat.com>
318         * unicode/README: Update to mention also makeuname2c.
319         * unicode/NameAliases.txt: New file.
321 2023-03-13  Lewis Hyatt  <lhyatt@gmail.com>
323         * unicode/DerivedCoreProperties.txt: Update to Unicode 15.
324         * unicode/DerivedNormalizationProps.txt: Likewise.
325         * unicode/EastAsianWidth.txt: Likwise.
326         * unicode/PropList.txt: Likewise.
327         * unicode/README: Likewise.
328         * unicode/UnicodeData.txt: Likewise.
330 2023-02-22  Thomas Schwinge  <thomas@codesourcery.com>
332         * config-list.mk (LIST): Clarify i686-symbolics-gnu to i686-gnu.
334 2023-02-17  Petr Sumbera  <petr.sumbera@oracle.com>
336         * make_sunver.pl: Escape brace.
338 2023-02-10  Flavio Cruz  <flaviocruz@gmail.com>
340         * config-list.mk: Add x86_64-gnu to list of archs.
342 2023-01-19  Gaius Mulley  <gaiusmod2@gmail.com>
344         * gcc_update (files_and_dependencies): Add dependencies for
345         gcc/m2/gm2config.h.in, gcc/m2/configure,
346         gcc/m2/gm2-libs/config-host, libgm2/Makefile.in,
347         libgm2/aclocal.m4, libgm2/libm2cor/Makefile.in,
348         libgm2/libm2pim/Makefile.in, libgm2/libm2iso/Makefile.in,
349         libgm2/libm2log/Makefile.in and libgm2/libm2min/Makefile.in.
351 2023-01-17  Martin Liska  <mliska@suse.cz>
353         * update-copyright.py: Ignore test_patches.txt.
355 2023-01-17  Martin Liska  <mliska@suse.cz>
357         * gcc-changelog/test_patches.txt: The CR character was removed
358         with ./contrib/update-copyright.py which I'm going to change.
360 2023-01-16  Jakub Jelinek  <jakub@redhat.com>
362         PR other/108413
363         * update-copyright.py (LibPhobosFilter): Add __builtins.di to
364         skipped files.
366 2023-01-16  Jakub Jelinek  <jakub@redhat.com>
368         PR other/108413
369         * update-copyright.py (TestsuiteFilter): Add .mod and .rs extensions.
370         (GCCCopyright): Add 'The fast_float authors' as external author.
372 2023-01-15  Gerald Pfeifer  <gerald@pfeifer.com>
374         * config-list.mk: Update FreeBSD targets to version 13.
375         Add aarch64-freebsd13.
377 2023-01-12  Gerald Pfeifer  <gerald@pfeifer.com>
379         * config-list.mk: Remove i486-freebsd4, ia64-freebsd6, and
380         sparc64-freebsd6.
382 2023-01-06  Martin Liska  <mliska@suse.cz>
384         * update-copyright.py: Add contrib as a default dir.
386 2022-12-28  Martin Liska  <mliska@suse.cz>
388         * update-copyright.py: Add contrib folder.
390 2022-12-23  Arsen Arsenović  <arsen@aarsen.me>
392         * dg-out-generator.pl: New file.
394 2022-12-21  Martin Liska  <mliska@suse.cz>
396         * filter-clang-warnings.py: Simplify.
398 2022-12-21  Martin Liska  <mliska@suse.cz>
400         * filter-clang-warnings.py: Skip Makefile and libffi warnings.
402 2022-12-19  Martin Liska  <mliska@suse.cz>
404         * gcc-changelog/git_commit.py: Support digits in PR's
405         component in subject.
407 2022-12-19  Martin Liska  <mliska@suse.cz>
409         * gcc-changelog/test_email.py: Add new test.
410         * gcc-changelog/test_patches.txt: Add new patch.
412 2022-12-19  Martin Liska  <mliska@suse.cz>
414         * gcc-changelog/git_commit.py: Allow digit in component name.
416 2022-12-19  Tobias Burnus  <tobias@codesourcery.com>
418         * gcc-changelog/git_check_commit.py (__main__): With -v print a
419         warning for the auto-added files.
420         * gcc-changelog/git_commit.py (GitCommit.__init__): Add self.warnings.
421         (GitCommit.check_mentioned_files): Add warning for auto-added files.
422         (GitCommit.print_warnings): New function.
423         * gcc-changelog/git_email.py (__main__): Remove bogus argument to
424         GitEmail constructor; print auto-added-files warning.
425         * gcc-changelog/test_email.py (test_auto_add_file_1,
426         test_auto_add_file_2): New tests.
427         * gcc-changelog/test_patches.txt: Add two test cases.
429 2022-12-19  Martin Liska  <mliska@suse.cz>
431         * gcc-changelog/setup.cfg: Do not use flake8 pytest plug-in.
433 2022-12-16  Martin Liska  <mliska@suse.cz>
435         * filter-clang-warnings.py: Print each warning only one time.
437 2022-12-16  Martin Liska  <mliska@suse.cz>
439         * gcc-changelog/git_email.py: Use PatchSet constructor
440         as newline argument is not supported with older unidiff
441         library.
443 2022-12-16  Tobias Burnus  <tobias@codesourcery.com>
445         * gcc-changelog/git_email.py (GitEmail:__init__): Support older
446         unidiff.PatchSet that do not have a newline= argument
447         of from_filename.
449 2022-12-14  Martin Liska  <mliska@suse.cz>
451         * analyze_brprob.py: Add copyright header.
452         * analyze_brprob_spec.py: Likewise.
453         * check-params-in-docs.py: Likewise.
454         * check_GNU_style.py: Likewise.
455         * check_GNU_style_lib.py: Likewise.
456         * filter-clang-warnings.py: Likewise.
457         * gcc-changelog/git_check_commit.py: Likewise.
458         * gcc-changelog/git_commit.py: Likewise.
459         * gcc-changelog/git_email.py: Likewise.
460         * gcc-changelog/git_repository.py: Likewise.
461         * gcc-changelog/git_update_version.py: Likewise.
462         * gcc-changelog/test_email.py: Likewise.
463         * mark_spam.py: Likewise.
465 2022-12-14  Martin Liska  <mliska@suse.cz>
467         * mklog.py: Check for number of hunks and not if a modified
468         file is binary.
470 2022-12-12  Martin Liska  <mliska@suse.cz>
472         * mklog.py: Do not search PR entry in a file that is binary.
474 2022-12-11  Martin Liska  <mliska@suse.cz>
476         * check_GNU_style.py: Use newline=\n.
477         * check_GNU_style_lib.py: Simplify.
478         * gcc-changelog/git_commit.py: Fix issues seen
479         Rust patchset.
480         * gcc-changelog/git_email.py: Use newline argument.
481         * gcc-changelog/test_email.py: New test.
482         * gcc-changelog/test_patches.txt: New test.
483         * mklog.py: Use newline argument.
485 2022-12-10  Thomas Schwinge  <thomas@codesourcery.com>
487         * gcc-changelog/git_commit.py (default_changelog_locations): Add
488         'gcc/rust'.
489         (bug_components): Add 'rust'.
491 2022-12-10  Gaius Mulley  <gaiusmod2@gmail.com>
493         * gcc-changelog/git_commit.py (default_changelog_locations):
494         New entry for gcc/m2.  New entry for libgm2.
496 2022-12-06  David Malcolm  <dmalcolm@redhat.com>
498         * gcc.doxy (INPUT): Add gcc/analyzer subdirectory.
500 2022-11-25  Martin Liska  <mliska@suse.cz>
502         Revert:
503         2022-11-25  Martin Liska  <mliska@suse.cz>
505         * gcc-changelog/git_commit.py: Temporarily disable
506         check_line.start.
508 2022-11-25  Martin Liska  <mliska@suse.cz>
510         * gcc-changelog/git_commit.py: Temporarily disable
511         check_line.start.
513 2022-11-21  Martin Liska  <mliska@suse.cz>
515         Revert:
516         2022-11-20  Martin Liska  <mliska@suse.cz>
518         * gcc-changelog/git_commit.py: Temporarily disable
519         check_line.start.
521 2022-11-20  Martin Liska  <mliska@suse.cz>
523         * gcc-changelog/git_commit.py: Temporarily disable
524         check_line.start.
526 2022-11-18  Jakub Jelinek  <jakub@redhat.com>
528         * gcc-changelog/git_update_version.py: Add
529         1957bedf29a1b2cc231972aba680fe80199d5498 to ignored commits.
531 2022-11-15  Martin Liska  <mliska@suse.cz>
533         * gcc-changelog/git_commit.py: Revert temporary rule
534         relaxation.
536 2022-11-14  Martin Liska  <mliska@suse.cz>
538         * gcc-changelog/git_commit.py: Temporarily disable
539         check_line.start.
541 2022-11-11  Martin Liska  <mliska@suse.cz>
543         * gcc-changelog/git_commit.py: Check for a space after leading
544         tab.
545         * gcc-changelog/test_email.py: Likewise.
546         * gcc-changelog/test_patches.txt: Likewise.
548 2022-11-06  Jakub Jelinek  <jakub@redhat.com>
550         * gcc-changelog/git_update_version.py: Add
551         e4cba49413ca429dc82f6aa2e88129ecb3fdd943 to ignored commits.
553 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
555         * gcc-changelog/git_commit.py (default_changelog_locations):
556         Remove 'liboffloadmic'.
557         * gcc_update (files_and_dependencies): Remove 'liboffloadmic'
558         files.
559         * update-copyright.py (GCCCmdLine): Remove 'liboffloadmic'
560         comment.
562 2022-10-20  Jonathan Wakely   <jwakely@redhat.com>
563             Ulrich Drepper  <drepper@redhat.com>
565         * gcc_update: Add rule for gcc/cp/std-name-hint.gperf.
567 2022-10-07  Martin Liska  <mliska@suse.cz>
569         * gcc-changelog/git_update_version.py: Remove extra fetch.
571 2022-10-06  Martin Liska  <mliska@suse.cz>
573         * gcc-changelog/git_update_version.py: Use logging module
574         and provide robust debugging output.
576 2022-10-05  Martin Liska  <mliska@suse.cz>
578         * gcc-changelog/git_update_version.py: Do fetch before a push.
580 2022-09-20  Martin Liska  <mliska@suse.cz>
582         * filter-clang-warnings.py: Skip egrep: warning: egrep is
583         obsolescent; using grep -E.
585 2022-08-31  Martin Liska  <mliska@suse.cz>
587         * config-list.mk: Remove deprecated ports.
589 2022-08-30  Ulrich Drepper  <drepper@gmail.com>
591         * gcc_update (files_and_dependencies): Add rule for
592         gcc/cp/std-name-hint.h.
594 2022-08-30  Martin Liska  <mliska@suse.cz>
596         * config-list.mk: Remove the port.
598 2022-08-27  Xi Ruoyao  <xry111@xry111.site>
600         * gen_autofdo_event.py: Port to Python 3, and use grep -E
601         instead of egrep.
603 2022-08-26  Martin Liska  <mliska@suse.cz>
605         * config-list.mk: Remove cr16.
607 2022-08-19  Stefan Schulze Frielinghaus  <stefansf@linux.ibm.com>
609         * clang-format: Add further FOR_EACH_ macros.
611 2022-08-18  Andrea Corallo  <andrea.corallo@arm.com>
613         * git-fetch-vendor.sh : Fix typo.
615 2022-08-02  Martin Liska  <mliska@suse.cz>
617         * gcc-changelog/git_commit.py: Do not deduce changelog for root ChangeLog.
619 2022-07-22  Martin Liska  <mliska@suse.cz>
621         * git-commit-mklog.py: Do not parse -b argument.
622         Pass mklog_args as json environment variable.
623         * mklog.py: Parse GCC_MKLOG_ARGS and append it to sys.argv.
624         * prepare-commit-msg: Do not append GCC_MKLOG_ARGS to args.
626 2022-07-22  Martin Liska  <mliska@suse.cz>
628         * mklog.py: Use component: [PR xyz] only when one PR is used.
630 2022-07-04  Martin Liska  <mliska@suse.cz>
632         * git-descr.sh: By default print revision for HEAD.
634 2022-06-28  Lewis Hyatt  <lhyatt@gmail.com>
636         * unicode/README: Added instructions for updating ucnid.h.
637         * unicode/DerivedCoreProperties.txt: New file added to source
638         control from Unicode 14.0 release.
639         * unicode/DerivedNormalizationProps.txt: Likewise.
641 2022-06-26  Lewis Hyatt  <lhyatt@gmail.com>
643         * unicode/EastAsianWidth.txt: Update to Unicode 14.0.0.
644         * unicode/PropList.txt: Likewise.
645         * unicode/README: Likewise.
646         * unicode/UnicodeData.txt: Likewise.
648 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
650         * config-list.mk: Remove tilegx and tilepro entries.
651         * gcc_update: Remove tilegx and tilepro entries.
653 2022-05-27  Richard Biener  <rguenther@suse.de>
655         * gcc-changelog/git_update_version.py (active_refs): Remove
656         releases/gcc-9.
658 2022-05-06  Jakub Jelinek  <jakub@redhat.com>
660         * gennews (files): Add files for GCC 12.
662 2022-04-28  Jakub Jelinek  <jakub@redhat.com>
664         * gcc-changelog/git_update_version.py (active_refs): Add
665         releases/gcc-12.
667 2022-04-25  Martin Liska  <mliska@suse.cz>
669         * filter-clang-warnings.py: Filter out
670         -Wc++20-attribute-extensions in lex.cc.
672 2022-04-25  Martin Liska  <mliska@suse.cz>
674         * filter-clang-warnings.py: Filter out
675         -Wbitwise-instead-of-logical.
677 2022-04-04  Martin Liska  <mliska@suse.cz>
679         * gcc-changelog/git_update_version.py: Ignore the revision.
681 2022-03-31  Jakub Jelinek  <jakub@redhat.com>
682             Joseph Myers  <joseph@codesourcery.com>
684         PR other/105114
685         * gcc_update: Fix up spelling of
686         gcc/config/loongarch/genopts/loongarch-strings dependency.
688 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
689             Lulu Cheng  <chenglulu@loongson.cn>
691         * config-list.mk: Add LoongArch triplet.
693 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
694             Lulu Cheng  <chenglulu@loongson.cn>
696         * gcc_update (files_and_dependencies): Add
697         config/loongarch/loongarch.opt and config/loongarch/loongarch-str.h.
699 2022-03-28  Martin Liska  <mliska@suse.cz>
701         * gcc-changelog/git_commit.py: Match trailing dot literally.
703 2022-03-28  Martin Liska  <mliska@suse.cz>
705         * gcc-changelog/git_commit.py: Make the parsing stricter.
707 2022-03-26  Jakub Jelinek  <jakub@redhat.com>
709         * gcc-changelog/git_update_version.py: Add
710         3ab5c8cd03d92bf4ec41e351820349d92fbc40c4 to ignored commits.
712 2022-03-10  Jonathan Wakely  <jwakely@redhat.com>
714         PR other/102664
715         * gcc-git-customization.sh: Fix non-portable commands.
717 2022-03-10  Jakub Jelinek  <jakub@redhat.com>
719         PR other/102664
720         * git-descr.sh: Replace all [1-9] occurrences with [0-9].
721         * git-undescr.sh: Likewise.
723 2022-03-09  Jonathan Wakely  <jwakely@redhat.com>
725         PR other/102664
726         * git-descr.sh: Use portable sed commands.
727         * git-undescr.sh: Likewise.
729 2022-03-08  Jonathan Wakely  <jwakely@redhat.com>
731         PR other/102664
732         * git-descr.sh: Use portable form of expr match.
734 2022-01-31  Martin Liska  <mliska@suse.cz>
736         * analyze_brprob.py: Support more formatted predict.def file.
737         * analyze_brprob_spec.py: Improve output and documentation.
739 2022-01-27  Martin Liska  <mliska@suse.cz>
741         * git-undescr.sh: Support full output of git-descr.sh.
743 2022-01-27  Martin Liska  <mliska@suse.cz>
744             Martin Jambor  <mjambor@suse.cz>
746         * git-descr.sh: New file.
747         * git-undescr.sh: New file.
748         Support optional arguments --long, --short and default
749         to 14 characters of git hash.
750         * gcc-git-customization.sh: Use the created files.
752 2022-01-24  Martin Liska  <mliska@suse.cz>
754         * gcc-changelog/git_commit.py: New files in toplev must
755         be explicitly marked as "New file".
756         * gcc-changelog/test_email.py: Test.
757         * gcc-changelog/test_patches.txt: Add test.
759 2022-01-23  Martin Liska  <mliska@suse.cz>
761         * filter-clang-warnings.py: Filter out one another warning
762         for sse.md.
764 2022-01-19  Martin Liska  <mliska@suse.cz>
766         * check_GNU_style_lib.py: Skip Python files.
768 2022-01-19  Martin Liska  <mliska@suse.cz>
770         * git-backport.py: Use it.
771         * git-fix-changelog.py: New file.
772         * gcc-git-customization.sh: Add new alias git gcc-fix-changelog.
774 2022-01-17  Martin Liska  <mliska@suse.cz>
776         * git-backport.py: Support renaming of .cc files.
778 2022-01-17  Martin Liska  <mliska@suse.cz>
780         * filter-clang-warnings.py: Rename .c names to .cc.
781         * gcc_update: Likewise.
782         * paranoia.cc: Likewise.
784 2022-01-17  Martin Liska  <mliska@suse.cz>
786         * maintainers-verify.sh: Removed.
788 2022-01-13  Martin Liska  <mliska@suse.cz>
790         * git-backport.py: Simplify the script as pre-auto-ChangeLog era
791         is 14 months old.
793 2022-01-11  Martin Liska  <mliska@suse.cz>
795         * check-MAINTAINERS.py: Use sys.argv[1] as path to MAINTAINERS.
797 2022-01-11  Martin Liska  <mliska@suse.cz>
799         * check-MAINTAINERS.py: New file.
801 2022-01-03  Jakub Jelinek  <jakub@redhat.com>
803         * update-copyright.py: Add University of Illinois as external author.
805 2021-12-16  Xionghu Luo  <luoxhu@linux.ibm.com>
807         * analyze_brprob_spec.py: Add verbose argument.
809 2021-12-06  Martin Liska  <mliska@suse.cz>
811         * filter-clang-warnings.py: Filter out one warning.
813 2021-11-24  Tobias Burnus  <tobias@codesourcery.com>
815         * download_prerequisites: Update to gmp-6.2.1, mpfr-4.1.0,
816         mpc-1.2.1 and isl-0.24.
817         * prerequisites.md5: Update hash.
818         * prerequisites.sha512: Likewise.
820 2021-11-23  Martin Liska  <mliska@suse.cz>
822         * filter-clang-warnings.py: Filter -Wc++20-extensions as it does
823         not respect proper attribute detection.
825 2021-11-23  Martin Liska  <mliska@suse.cz>
827         * check-params-in-docs.py: Support @itemx in param documentation
828         and support multi-line documentation for parameters.
830 2021-11-08  Thomas Schwinge  <thomas@codesourcery.com>
832         * update-copyright.py (class BadYear): Derive from 'Exception'.
834 2021-11-05  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
836         * testsuite-management/validate_failures.py: 2to3
838 2021-11-04  Martin Liska  <mliska@suse.cz>
840         * gcc-changelog/git_check_commit.py: Add -v option.
841         * gcc-changelog/git_commit.py: Print verbose diff for wrong
842         filename.
844 2021-11-02  Martin Liska  <mliska@suse.cz>
846         * check-internal-format-escaping.py: Fix flake8 errors.
848 2021-11-01  David Malcolm  <dmalcolm@redhat.com>
850         * unicode/utf8-dump.py: New file.
852 2021-10-20  H.J. Lu  <hjl.tools@gmail.com>
854         * gcc-changelog/git_commit.py (ignored_prefixes): Add libffi/.
856 2021-10-18  Martin Liska  <mliska@suse.cz>
858         * gcc-changelog/git_commit.py: Update location of
859         'bad parentheses wrapping'.
860         * gcc-changelog/test_email.py: Test it.
862 2021-10-02  Martin Liska  <mliska@suse.cz>
864         * filter-clang-warnings.py: Filter out -Wtautological-compare
865         for the file.
867 2021-09-20  Richard Biener  <rguenther@suse.de>
869         * config-list.mk: --enable-obsolete for hppa2.0-hpux10.1 and
870         hppa2.0-hpux11.9.
872 2021-09-15  Martin Liska  <mliska@suse.cz>
874         * gcc-changelog/git_commit.py: Add FIXME note.
876 2021-09-15  Martin Liska  <mliska@suse.cz>
878         * gcc-changelog/git_commit.py: Check commit email.
879         * gcc-changelog/test_email.py: Add new test.
880         * gcc-changelog/test_patches.txt: Likewise.
882 2021-09-15  Richard Biener  <rguenther@suse.de>
884         * config-list.mk: Remove vax-openbsd.
886 2021-09-15  Richard Biener  <rguenther@suse.de>
888         * config-list.mk: Remove m68k-openbsd.
890 2021-09-13  Andrew Pinski  <apinski@marvell.com>
892         * config-list.mk: Remove m32r-linux and m32rle-linux
893         from the list.
895 2021-09-13  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
897         * config-list.mk (LIST): --enable-obsolete for cr16-elf.
899 2021-09-06  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
901         * gcc_update: Derive human readable name for HEAD using git describe
902         like "git gcc-descr" with short commit hash.  Drop "revision" from
903         gcc/REVISION.
905 2021-08-30  Andrew Pinski  <apinski@marvell.com>
907         * download_prerequisites (md5_check): Replace == inside
908         test with = to be more portable.
910 2021-08-26  Martin Liska  <mliska@suse.cz>
912         * mklog.py: Use file.{source,target}_file for proper rename
913         handling.
915 2021-08-24  Andrew Pinski  <apinski@marvell.com>
917         PR other/82704
918         * download_prerequisites: Fix issues with --md5 and
919         --sha512 options.
921 2021-08-18  Martin Liska  <mliska@suse.cz>
923         * gcc-git-customization.sh: Wrap $@ in quotes.
924         * git-commit-mklog.py: Add new argument --co.
925         * mklog.py: Skip the Co-Authored-By lines.
927 2021-08-10  Martin Liska  <mliska@suse.cz>
929         * mklog.py: Support additional PRs without PR prefix.
931 2021-08-03  Martin Liska  <mliska@suse.cz>
933         * gcc-changelog/git_update_version.py: Ignore problematic
934         commit.
936 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
938         * vimrc (textwidth): Change non-gitcommit length to 79.
940 2021-07-02  Eugene Rozenfeld  <erozen@microsoft.com>
942         * gen_autofdo_event.py: handle stepping, non-working PEBS
944 2021-06-28  Martin Liska  <mliska@suse.cz>
946         * mklog.py: Handle correctly long lines.
947         * test_mklog.py: Test it.
949 2021-06-23  Martin Liska  <mliska@suse.cz>
951         * gcc-git-customization.sh: Use the new wrapper.
952         * git-commit-mklog.py: New file.
953         * prepare-commit-msg: Support GCC_MKLOG_ARGS.
955 2021-06-22  Martin Liska  <mliska@suse.cz>
957         * mklog.py: Fix flake8 issue.
959 2021-06-21  Tobias Burnus  <tobias@codesourcery.com>
960             Martin Sebor  <msebor@redhat.com>
962         * mklog.py (bugzilla_url): Fetch also component.
963         (pr_filename_regex): New.
964         (get_pr_titles): Update PR string with correct format and component.
965         (generate_changelog): Take additional PRs; extract PR from the
966         filename.
967         (__main__): Add -b/--pr-numbers argument.
968         * test_mklog.py (EXPECTED4): Update to expect a PR for the new file.
970 2021-06-17  Jason Merrill  <jason@redhat.com>
972         * mklog.py: Add an initial component: [PRnnnnn] line when
973         we have a PR.
975 2021-06-13  Tobias Burnus  <tobias@codesourcery.com>
977         * gcc-changelog/git_commit.py (pr_regex): Add ?P<pr> for group('pr').
978         (subject_pr_regex, subject_pr2_regex): New.
979         (GitInfo.__init__, GitCommit.parse_changelog): Check subject PRs.
980         * gcc-changelog/git_email.py (SUBJECT_PREFIX, subject_patch_regex): New.
981         (GitEmail.__init__): Parse 'Subject:' and pass it to GitInfo.
982         * gcc-changelog/test_email.py (test_pr_only_in_subject,
983         test_wrong_pr_comp_in_subject, test_copyright_years): New.
984         * gcc-changelog/test_patches.txt (0030-PR-c-92746, pr-check1.patch):
985         Update to avoid triggering the new check.
986         (0001-rs6000-Support-doubleword, pr-wrong-comp.patch,
987         copyright-years.patch): New.
989 2021-06-11  Martin Liska  <mliska@suse.cz>
991         * gcc-changelog/git_update_version.py: Ignore commit that
992         violates rules and was somehow pushed.
994 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
996         * update-copyright.py: Add c++tools.
998 2021-05-24  Martin Liska  <mliska@suse.cz>
1000         * gcc-changelog/git_commit.py: Add note that ChangeLog entries
1001         are added automatically.
1002         * gcc-changelog/test_email.py: Update test.
1004 2021-05-18  Jonathan Wakely  <jwakely@redhat.com>
1006         * gcc-changelog/git_email.py: Remove use of non-strict mode.
1008 2021-05-17  Richard Biener  <rguenther@suse.de>
1010         * download_prerequisites: Update mpfr version to 3.1.6.
1011         * prerequisites.md5: Update.
1012         * prerequisites.sha512: Likewise.
1014 2021-05-17  Richard Biener  <rguenther@suse.de>
1016         Revert:
1017         2021-05-14  Martin Liska  <mliska@suse.cz>
1019         * download_prerequisites: Use version 4.1.0.
1021 2021-05-14  Martin Liska  <mliska@suse.cz>
1023         * download_prerequisites: Use version 4.1.0.
1025 2021-05-14  Jakub Jelinek  <jakub@redhat.com>
1027         * gcc-changelog/git_update_version.py: Remove releases/gcc-8 from
1028         active_refs.
1030 2021-05-14  Martin Liska  <mliska@suse.cz>
1032         * gcc-changelog/git_commit.py: Support Co-Authored-By before
1033         a first ChangeLog entry.
1035 2021-05-13  Martin Liska  <mliska@suse.cz>
1037         * mklog.py: Put PR entries before all ChangeLog entries
1038         (will be added to all ChangeLog locations by Daily bump script).
1039         * test_mklog.py: Test the new behavior.
1041 2021-05-12  Martin Liska  <mliska@suse.cz>
1043         * gcc-changelog/git_commit.py: Simplify needle lookup.
1044         * gcc-changelog/git_update_version.py: Pass ref_name to
1045         parse_git_revisions.
1047 2021-05-11  Martin Liska  <mliska@suse.cz>
1049         * gcc_update: Remove libhsail-rt folder.
1050         * update-copyright.py: Likewise.
1052 2021-05-11  Martin Liska  <mliska@suse.cz>
1054         * gcc-changelog/git_check_commit.py: Remove --non-strict-mode.
1055         * gcc-changelog/git_commit.py: Remove strict mode.
1056         * gcc-changelog/git_email.py: Likewise.
1057         * gcc-changelog/git_repository.py: Likewise.
1058         * gcc-changelog/test_email.py: Likewise.
1059         * gcc-changelog/test_patches.txt: Update patches so that they
1060         don't contain a ChangeLog file changes.
1062 2021-05-11  Martin Liska  <mliska@suse.cz>
1064         * gcc-changelog/git_commit.py: Remove ChangeLog locations
1065         based on ref_name.
1066         * gcc-changelog/git_repository.py: Likewise.
1068 2021-05-10  Martin Liska  <mliska@suse.cz>
1070         * gcc-changelog/git_email.py: Remove newlines when --help
1071         is used.
1073 2021-05-10  Tobias Burnus  <tobias@codesourcery.com>
1075         * gcc-changelog/git_check_commit.py (__Main__): State in --help
1076         the default value for 'revisions'.
1077         * gcc-changelog/git_email.py (show_help): Add.
1078         (__main__): Handle -h and --help.
1080 2021-05-10  Tobias Burnus  <tobias@codesourcery.com>
1082         * gcc-changelog/git_commit.py (Error.__repr__): Add space after the colon.
1083         (GitCommit.check_mentioned_files): Check whether the same file has been
1084         specified multiple times.
1085         * gcc-changelog/test_email.py (TestGccChangelog.test_multi_same_file): New.
1086         * gcc-changelog/test_patches.txt (0001-OpenMP-Fix-SIMT): New test.
1088 2021-05-10  Martin Liska  <mliska@suse.cz>
1090         Revert:
1091         2021-05-10  Martin Liska  <mliska@suse.cz>
1093         * gcc-changelog/git_commit.py: Remove components that will be
1094         removed.
1096 2021-05-10  Martin Liska  <mliska@suse.cz>
1098         * gcc_update: Start using reload.c instead of version.c.
1100 2021-05-10  Martin Liska  <mliska@suse.cz>
1102         * gcc-changelog/git_commit.py: Remove components that will be
1103         removed.
1105 2021-04-27  Jakub Jelinek  <jakub@redhat.com>
1107         * gennews (files): Add files for GCC 10 and GCC 11.
1109 2021-04-22  David Edelsohn  <dje.gcc@gmail.com>
1111         * config-list.mk: Remove rs6000-ibm-aix6.1.
1112         Rename rs6000-ibm-aix7.1 to powerpc-ibm-aix7.1.
1113         Add powerpc-ibm-aix7.2.
1115 2021-04-20  Jakub Jelinek  <jakub@redhat.com>
1117         * gcc-changelog/git_update_version.py (active_refs): Add
1118         releases/gcc-11.
1120 2021-04-12  Martin Liska  <mliska@suse.cz>
1122         * gcc-changelog/git_commit.py: Do not allow space in long lines.
1124 2021-04-12  Martin Liska  <mliska@suse.cz>
1126         * gcc-changelog/git_commit.py: Support long filenames
1127         in entries.
1128         * gcc-changelog/test_email.py: Test it.
1129         * gcc-changelog/test_patches.txt: Likewise.
1131 2021-03-23  Martin Liska  <mliska@suse.cz>
1133         * mklog.py: Fix broken tests.
1135 2021-03-22  Martin Liska  <mliska@suse.cz>
1137         * mklog.py: Add --directory argument.
1139 2021-03-19  Matthias Klose  <doko@ubuntu.com>
1141         * texi2pod.pl: Substitute @tie{} with a space for the man pages.
1143 2021-03-16  Martin Liska  <mliska@suse.cz>
1145         * gcc-changelog/git_update_version.py: Skip one problematic
1146         commit.
1148 2021-03-12  Martin Liska  <mliska@suse.cz>
1150         * gcc-changelog/git_commit.py: Allow deletion of ChangeLog
1151         files.
1152         * gcc-changelog/setup.cfg: Set line limit to 120 characters.
1153         * gcc-changelog/test_email.py: Add test.
1154         * gcc-changelog/test_patches.txt: Likewise.
1155         * gcc-changelog/git_email.py: Fix parsing of deleted files.
1157 2021-02-08  Mike Frysinger  <vapier@gentoo.org>
1159         * mklog.py (generated_files): New set.
1160         (generate_changelog): Add entries based on generated_files.
1162 2021-02-03  Aaron Sawdey  <acsawdey@linux.ibm.com>
1164         * gcc_update (files_and_dependencies): Add dependency for
1165         gcc/config/rs6000/fusion.md on gcc/config/rs6000/genfusion.md.
1167 2021-01-28  Eric Botcazou  <ebotcazou@adacore.com>
1169         PR lto/85574
1170         * compare-lto: Deal with PE-COFF executables specifically.
1172 2021-01-14  Martin Liska  <mliska@suse.cz>
1174         * mklog.py: Fix infinite loop for unsupported files.
1176 2021-01-13  Martin Liska  <mliska@suse.cz>
1178         * gcc-changelog/git_commit.py: Support wrapping of functions
1179         in parentheses that can take multiple lines.
1180         * gcc-changelog/test_email.py: Add tests for it.
1181         * gcc-changelog/test_patches.txt: Add 2 patches.
1183 2021-01-13  Martin Liska  <mliska@suse.cz>
1185         * mklog.py: Parse also define_insn_and_split and similar
1186         directives in .md files.
1187         * test_mklog.py: Test.
1189 2021-01-13  Martin Liska  <mliska@suse.cz>
1191         * gcc-changelog/git_commit.py: Allow modifications of older
1192         ChangeLog (or specific) files without need to make a ChangeLog
1193         entry.
1194         * gcc-changelog/test_email.py: Test it.
1195         * gcc-changelog/test_patches.txt: Add new patch.
1197 2021-01-11  Martin Liska  <mliska@suse.cz>
1199         * update-copyright.py: Port to python3 by guessing encoding
1200         (first utf8, then iso8859). Add 2 more ignores: .png and .pyc.
1202 2021-01-06  Martin Liska  <mliska@suse.cz>
1204         * gcc-changelog/git_commit.py: Add decode_path function.
1205         * gcc-changelog/git_email.py: Use it in order to solve
1206         utf8 encoding filename issues.
1207         * gcc-changelog/git_repository.py: Likewise.
1208         * gcc-changelog/test_email.py: Test it.
1210 2021-01-04  Jakub Jelinek  <jakub@redhat.com>
1212         * update-copyright.py: Add AMD and Ulf Adams as external authors.
1214 2021-01-04  Jakub Jelinek  <jakub@redhat.com>
1216         * update-copyright.py: Use 8 spaces instead of tab to indent.
1218 2021-01-04  Martin Liska  <mliska@suse.cz>
1220         * mklog.py: Add --update-copyright option which adds:
1221         "Update copyright years." to ChangeLog files belonging
1222         to a modified file.
1224 2021-01-04  Martin Liska  <mliska@suse.cz>
1226         * gcc-changelog/git_commit.py: Skip Update copyright
1227         years commits.
1229 2020-12-21  Martin Liska  <mliska@suse.cz>
1231         * gcc-changelog/git_commit.py: Add new error for quoted
1232         filenames.
1233         * gcc-changelog/test_email.py: Test it.
1234         * gcc-changelog/test_patches.txt: Test it.
1236 2020-12-21  Martin Liska  <mliska@suse.cz>
1238         * gcc-changelog/test_email.py: New test.
1239         * gcc-changelog/test_patches.txt: Likewise.
1241 2020-12-17  Nathan Sidwell  <nathan@acm.org>
1243         PR bootstrap/98300
1244         * gcc_update: Add c++tools/config.h.in.
1246 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1248         * gcc_update: Add c++tools & libcody.
1250 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1252         * gcc-changelog/git_commit.py (changelog_locations): Add
1253         libcody, c++tools.
1255 2020-12-08  Martin Liska  <mliska@suse.cz>
1257         * filter-clang-warnings.py: Filter more cases.
1259 2020-12-08  Martin Liska  <mliska@suse.cz>
1261         * filter-clang-warnings.py: Modernize and filter 2 more
1262         patterns.
1264 2020-12-04  Martin Liska  <mliska@suse.cz>
1266         * check-params-in-docs.py: use flake8 and add some
1267         tweaks to ignore aarch64 params.
1269 2020-12-02  Jason Merrill  <jason@redhat.com>
1271         * gcc-git-customization.sh: Configure sendemail.to.
1273 2020-11-30  Martin Liska  <mliska@suse.cz>
1275         * gcc-changelog/git_commit.py: Suggest close file for
1276         'unchanged file mentioned in a ChangeLog' error.
1277         * gcc-changelog/test_email.py: Test it.
1279 2020-11-30  Martin Liska  <mliska@suse.cz>
1281         * gcc-changelog/git_commit.py: Allow sub-directory wildcard
1282         changelog entry. Fix a typo caused by apostrophe escaping.
1283         * gcc-changelog/test_email.py: Test it.
1284         * gcc-changelog/test_patches.txt: Likewise.
1286 2020-11-30  Jonathan Wakely  <jwakely@redhat.com>
1288         * gcc-changelog/git_commit.py (wildcard_prefixes): Add libstdc++
1289         testsuite directory.
1291 2020-11-30  Martin Liska  <mliska@suse.cz>
1293         * gcc-changelog/git_commit.py: Allow wildcard pattern only.
1295 2020-11-27  Martin Liska  <mliska@suse.cz>
1297         * gcc-changelog/git_commit.py: Use regex for cherry pick prefix.
1298         * gcc-changelog/test_email.py: Test it.
1299         * gcc-changelog/test_patches.txt: Likewise.
1301 2020-11-25  Martin Liska  <mliska@suse.cz>
1303         * gcc-changelog/git_commit.py: Use revert_regex instead
1304         of string prefix.  Convert sets to literals.
1306 2020-11-16  Martin Liska  <mliska@suse.cz>
1308         * mklog.py: Do not call read on an input stream.
1309         Fix some flake8 issues.
1311 2020-11-07  Lewis Hyatt  <lhyatt@gmail.com>
1313         * unicode/EastAsianWidth.txt: Update to Unicode 13.0.0.
1314         * unicode/PropList.txt: Likewise.
1315         * unicode/README: Likewise.
1316         * unicode/UnicodeData.txt: Likewise.
1317         * unicode/from_glibc/unicode_utils.py: Update to latest glibc version.
1318         * unicode/from_glibc/utf8_gen.py: Likewise.
1320 2020-11-06  Martin Liska  <mliska@suse.cz>
1322         * gcc-changelog/git_commit.py: Add new check.
1323         * gcc-changelog/test_email.py: Test it.
1324         * gcc-changelog/test_patches.txt: Add new patch.
1326 2020-11-04  Martin Liska  <mliska@suse.cz>
1328         * gcc-changelog/git_repository.py: Set strict=True
1329         for parse_git_revisions as a default.
1331 2020-11-04  Tobias Burnus  <tobias@codesourcery.com>
1333         * gcc-changelog/git_commit.py (item_parenthesis_empty_regex,
1334         item_parenthesis_regex): Add.
1335         (check_for_empty_description): Use them.
1336         * gcc-changelog/test_email.py (test_emptry_entry_desc,
1337         test_emptry_entry_desc_2): Add.
1338         * gcc-changelog/test_patches.txt: Add two testcases for it.
1340 2020-11-03  Tobias Burnus  <tobias@codesourcery.com>
1342         * gcc-changelog/git_email.py: Add unidiff_supports_renaming check.
1344 2020-11-03  Martin Liska  <mliska@suse.cz>
1346         * gcc-changelog/setup.cfg: New file.
1348 2020-10-30  Martin Liska  <mliska@suse.cz>
1350         * gcc-changelog/git_commit.py: Handle empty groups in
1351         file description.
1352         * gcc-changelog/test_email.py: New test.
1353         * gcc-changelog/test_patches.txt: Likewise.
1355 2020-09-21  Tobias Burnus  <tobias@codesourcery.com>
1357         * mklog.py: Parse first 10 lines for PR/DR number
1358         not only the first line.
1360 2020-09-17  Dimitrij Mojoski  <dmjpp@hotmail.com>
1362         * clang-format: Autodetect C++ standard in use rather than
1363         forcing C++03.
1365 2020-08-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1367         * config-list.mk (LIST): Add OPT-enable-obsolete to tilegx-linux-gnu,
1368         tilegxbe-linux-gnu, and tilepro-linux-gnu.
1370 2020-07-29  Martin Liska  <mliska@suse.cz>
1372         * git-backport.py: fix how are ChangeLog paths combined.
1374 2020-07-23  Patrick Palka  <ppalka@redhat.com>
1376         * vimrc (SetStyle): Also inspect &filetype to determine whether
1377         a file is C-like.
1379 2020-07-23  Martin Liska  <mliska@suse.cz>
1381         * gcc-changelog/git_commit.py: When reverting a backport,
1382         we should print only Revert header.
1384 2020-07-17  Jonathan Wakely  <jwakely@redhat.com>
1386         * gcc-changelog/git_update_version.py: Fix typo.
1388 2020-07-10  Mike Nolta  <mike@nolta.net>
1390         * download_prerequisites: Don't pass wget options to curl.
1392 2020-07-07  Alexandre Oliva  <oliva@adacore.com>
1393             Martin Liska  <mliska@suse.cz>
1395         * gcc-changelog/git_commit.py: Support CASE and COND.
1396         * gcc-changelog/test_patches.txt: Add test.
1397         * gcc-changelog/test_email.py: Add test.
1399 2020-06-30  Martin Liska  <mliska@suse.cz>
1401         * gcc-changelog/git_repository.py: Support older releases of
1402         GitPython when renamed_file was named renamed.
1404 2020-06-30  Martin Liska  <mliska@suse.cz>
1406         * gcc-changelog/git_check_commit.py: Print revision
1407         of original_info.
1408         * gcc-changelog/git_commit.py: Support Revert commits.
1410 2020-06-30  Martin Liska  <mliska@suse.cz>
1412         * gcc-changelog/git_check_commit.py: Use GitInfo
1413         * gcc-changelog/git_commit.py: Add GitInfo class.
1414         * gcc-changelog/git_email.py: Use GitInfo class.
1415         * gcc-changelog/git_repository.py: Likewise.
1417 2020-06-24  Ilya Leoshkevich  <iii@linux.ibm.com>
1419         * download_prerequisites: Support AIX and OpenBSD unames.
1420         Pipe `{gzip,bzip2} -d` to `tar -xf -`.
1422 2020-06-18  Martin Liska  <mliska@suse.cz>
1424         * gcc-changelog/git_update_version.py: First checkout and then
1425         run git pull ---rebase.
1427 2020-06-18  Martin Liska  <mliska@suse.cz>
1429         * gcc-changelog/git_update_version.py: Support merge commits
1430         and walk only on the branch that is being merged and generate
1431         missing ChangeLog entries.
1433 2020-06-18  Martin Liska  <mliska@suse.cz>
1435         * gcc-changelog/git_commit.py: Fix Backported from timestamp when
1436         use_commit_ts=True is used.
1438 2020-06-17  Martin Liska  <mliska@suse.cz>
1440         * gcc-changelog/git_commit.py: Print 'Backported from master'
1441         heading to backported commits.
1442         * gcc-changelog/test_email.py: Test it.
1443         * gcc-changelog/test_patches.txt: Add new patch.
1444         * gcc-changelog/git_repository.py: Add commit_to_date hook.
1445         * gcc-changelog/git_email.py: Add fuzzy implementation
1446         of commit_to_date_hook.
1448 2020-06-11  Jonathan Wakely  <jwakely@redhat.com>
1450         * prepare-commit-msg: Use the gcc-config.mklog-hook-type Git
1451         config key instead of the GCC_FORCE_MKLOG environment variable.
1452         Optionally disable generating a new ChangeLog template for
1453         amended commits when the existing log is still OK.
1455 2020-06-11  Martin Liska  <mliska@suse.cz>
1457         * gcc-changelog/git_update_version.py: Add --curent argument.
1459 2020-06-11  Martin Liska  <mliska@suse.cz>
1461         * prepare-commit-msg: Replace ENV variable with a git config
1462         value.
1464 2020-06-11  Jonathan Wakely  <jwakely@redhat.com>
1466         * prepare-commit-msg: Use 'tee' to save the diff to a file
1467         instead of running 'git diff' twice.
1469 2020-06-10  Martin Liska  <mliska@suse.cz>
1471         * gcc-changelog/git_commit.py: Fix renamed files in
1472         parse_git_name_status.
1473         * gcc-changelog/test_email.py: Add test for it.
1475 2020-06-10  Martin Liska  <mliska@suse.cz>
1477         * gcc-changelog/git_commit.py: Add more supported prefixes.
1478         * gcc-changelog/test_email.py: Fix one flake8 error.
1479         * gcc-changelog/test_patches.txt: Add tested for newly
1480         supported prefixes.
1482 2020-06-10  Jonathan Wakely  <jwakely@redhat.com>
1484         * gcc-changelog/git_commit.py (GitCommit.parse_changelog):
1485         Improve error strings.
1486         * gcc-changelog/test_email.py: Update expected errors.
1488 2020-06-09  Jonathan Wakely  <jwakely@redhat.com>
1490         * gcc-changelog/git_email.py: Set exit status on error.
1492 2020-06-09  Martin Liska  <mliska@suse.cz>
1494         * gcc-changelog/git_commit.py: Fix ChangeLog regex in order to
1495         match the top-level ChangeLog.
1496         * gcc-changelog/test_email.py: Add test.
1497         * gcc-changelog/test_patches.txt: Likewise.
1499 2020-06-02  Martin Liska  <mliska@suse.cz>
1501         * gcc-changelog/git_commit.py: Support foo/bar/*: patterns in
1502         wildcard_prefixes locations.
1503         * gcc-changelog/test_email.py: Test it.
1504         * gcc-changelog/test_patches.txt: Add 3 new patches.
1506 2020-06-02  Iain Buclaw  <ibuclaw@gdcproject.org>
1508         * gcc-changelog/git_commit.py (ignored_prefixes): Add
1509         gcc/testsuite/gdc.test/.
1511 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1513         * gcc-changelog/test_email.py (TestGccChangelog.test_long_lines):
1514         Update expected error message.
1516 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1518         * gcc-changelog/git_commit.py (GitCommit.parse_changelog): Fix
1519         grammar.
1521 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1523         * prepare-commit-msg: Do nothing if the mklog.py script isn't
1524         present.
1526 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
1528         * gcc-changelog/git_commit.py (GitCommit.check_mentioned_files):
1529         Improve error text.
1531 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1533         * config-list.mk (LIST): Add v850e1-elf.
1535 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1537         * config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems.
1539 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1541         * config-list.mk (LIST): Remove arm-wrs-vxworks.
1543 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1545         * config-list.mk (LIST): Remove cris-linux, crisv32-elf, and
1546         crisv32-linux.
1548 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1550         * config-list.mk (LIST): Add pru-elf.
1552 2020-05-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1554         * config-list.mk (LIST): Remove rs6000-ibm-aix5.3.0.
1556 2020-05-29  Martin Liska  <mliska@suse.cz>
1558         * gcc-changelog/git_commit.py: Find empty change descriptions.
1559         * gcc-changelog/test_email.py: New test.
1560         * gcc-changelog/test_patches.txt: New patch that tests that.
1562 2020-05-29  Martin Liska  <mliska@suse.cz>
1564         * git-backport.py: The script did 'git co HEAD~' when
1565         there was no modified ChangeLog file in a successful
1566         git cherry pick.
1567         Run cherry-pick --continue without editor.
1569 2020-05-29  Martin Liska  <mliska@suse.cz>
1571         * gcc-changelog/git_commit.py: Properly
1572         handle duplicite authors.
1573         * gcc-changelog/test_email.py: New test.
1574         * gcc-changelog/test_patches.txt: New patch.
1576 2020-05-28  Pierre-Marie de Rodat  <derodat@adacore.com>
1578         * gcc-changelog/git_email.py (GitEmail.__init__): Interpret file
1579         renamings as a file deletion plus a file addition.
1580         * gcc-changelog/git_repository.py (parse_git_revisions):
1581         Likewise.
1582         * gcc-changelog/test_email.py: New testcase.
1583         * gcc-changelog/test_patches.txt: New testcase.
1585 2020-05-28  Martin Liska  <mliska@suse.cz>
1587         * check-params-in-docs.py: Update to new format
1588         of help.  Apply flake8 corrections.
1590 2020-05-28  Martin Liska  <mliska@suse.cz>
1592         * mklog.py: Support renaming of files.
1593         One needs unidiff 0.6.0+.
1594         * test_mklog.py: Test it.
1596 2020-05-27  Martin Liska  <mliska@suse.cz>
1598         * gcc-git-customization.sh: Use git-backport.py to drop
1599         all changes for ChangeLog files.
1600         * git-backport.py: New file.
1602 2020-05-27  Martin Liska  <mliska@suse.cz>
1604         * gcc-git-customization.sh: Rename
1605         commit-mklog to gcc-commit-mklog.
1607 2020-05-27  Martin Liska  <mliska@suse.cz>
1609         * prepare-commit-msg: Save diff to a file if
1610         the GCC_GIT_DIFF_FILE variable is set.
1612 2020-05-26  Pierre-Marie de Rodat  <derodat@adacore.com>
1614         * gcc-changelog/git_commit.py (ChangeLogEntry): Handle entries
1615         with multi-line file lists.
1616         * gcc-changelog/test_email.py: New testcase.
1617         * gcc-changelog/test_patches.txt: Likewise.
1619 2020-05-26  Pierre-Marie de Rodat  <derodat@adacore.com>
1621         * gcc-changelog/git_update_version.py: Close file objects after
1622         use.
1623         * gcc-changelog/git_email.py: Likewise.
1624         * gcc-changelog/test_email.py: Likewise.
1626 2020-05-26  Martin Liska  <mliska@suse.cz>
1628         * gcc-changelog/git_update_version.py: Add 2 new options.
1630 2020-05-26  Alexandre Oliva  <oliva@gnu.org>
1632         * gcc-changelog/git_commit.py (changelog_regex): Accept optional
1633         'for' prefix.
1635 2020-05-26  Alexandre Oliva  <oliva@adacore.com>
1637         * compare-debug: Adjust for .gkd files named as dump files,
1638         with the source suffix rather than the object suffix.
1640 2020-05-26  Martin Liska  <mliska@suse.cz>
1642         * gcc-changelog/git_commit.py: Parse changelog entries for
1643         ignored locations.
1644         * gcc-changelog/test_email.py: Add new test for it.
1645         * gcc-changelog/test_patches.txt: Likewise.
1647 2020-05-26  Jason Merrill  <jason@redhat.com>
1649         * prepare-commit-msg: New file.
1650         * gcc-git-customization.sh: Install it.  Add commit-mklog alias.
1651         * mklog.py: Add new option -c which appends
1652         to a ChangeLog file.
1654 2020-05-25  Martin Liska  <mliska@suse.cz>
1656         * gcc-changelog/git_commit.py: Add trailing '/'
1657         for libdruntime.  Allow empty changelog for
1658         only ignored files.
1659         * gcc-changelog/test_email.py: New test for go
1660         patch in ignored location.
1661         * gcc-changelog/test_patches.txt: Add test.
1663 2020-05-22  Jakub Jelinek  <jakub@redhat.com>
1665         * gcc-changelog/git_commit.py: Add trailing / to
1666         gcc/testsuite/go.test/test and replace gcc/go/frontend/
1667         with gcc/go/gofrontend/ in ignored locations.
1669 2020-05-22  Martin Liska  <mliska@suse.cz>
1671         * gcc-changelog/git_commit.py: Add gcc/testsuite/go.test/test
1672         to ignored locations.
1674 2020-05-21  Martin Liska  <mliska@suse.cz>
1676         * gcc-changelog/git_update_version.py: Prepare the script, the
1677         only missing piece is pushing of the updated branches.
1679 2020-05-21  Martin Liska  <mliska@suse.cz>
1681         * gcc-changelog/git_commit.py: Support DR entries/
1682         * gcc-changelog/test_email.py: New test for it.
1683         * gcc-changelog/test_patches.txt: New patch for it.
1685 2020-05-21  Martin Liska  <mliska@suse.cz>
1687         * mklog.py: Support DR parsing.
1688         * test_mklog.py: New test for DR parsing.
1690 2020-05-20  Martin Liska  <mliska@suse.cz>
1692         * gcc-changelog/git_commit.py: Add author_tuple
1693         only if not present in author_lines.
1694         * gcc-changelog/test_email.py: New test.
1695         * gcc-changelog/test_patches.txt: Add new patch.
1697 2020-05-20  Martin Liska  <mliska@suse.cz>
1699         * gcc-changelog/git_commit.py: Refactor to make flake8 happy.
1700         * gcc-changelog/test_email.py: Add new test.
1701         * gcc-changelog/test_patches.txt: Add new patch.
1703 2020-05-20  Frederik Harwath  <frederik@codesourcery.com>
1705         * gcc-changelog/git_commit.py: Skip over lines starting
1706         with "Reviewed-by: ", "Reviewed-on: ", or "Signed-off-by: "
1708 2020-05-20  Martin Liska  <mliska@suse.cz>
1710         * gcc-changelog/git_check_commit.py: Change
1711         --allow-non-strict-mode to --non-strict-mode.
1713 2020-05-20  Martin Liska  <mliska@suse.cz>
1715         * gcc-changelog/git_commit.py: Support cherry pick
1716         prefix.
1717         * gcc-changelog/test_email.py: Test it.
1718         * gcc-changelog/test_patches.txt: Add new patch.
1719         * gcc-git-customization.sh: Add gcc-backport.
1721 2020-05-19  Martin Liska  <mliska@suse.cz>
1723         * mklog.py: Use REST API for bug title downloading.
1725 2020-05-19  Martin Liska  <mliska@suse.cz>
1727         * gcc-changelog/git_commit.py: Add param use_commit_ts
1728         for to_changelog_entries.
1729         * gcc-changelog/git_update_version.py: Se use_commit_ts to True.
1731 2020-05-19  Martin Liska  <mliska@suse.cz>
1733         * mklog.py: Skip GTY for struct names.  Make flake8 happy.
1734         * test_mklog.py: Add test for GTY.
1736 2020-05-19  Martin Liska  <mliska@suse.cz>
1738         * gcc-changelog/git_update_version.py:
1739         Fill up entries in reverse order.
1741 2020-05-19  Martin Liska  <mliska@suse.cz>
1743         * gcc-git-customization.sh: Add
1744         alias.gcc-mklog new hook.
1745         * mklog.py: New file.
1746         * test_mklog.py: New file.
1748 2020-05-19  Martin Liska  <mliska@suse.cz>
1750         * legacy/mklog: Moved from mklog.
1751         * legacy/mklog.pl: Moved from mklog.pl.
1753 2020-05-19  Martin Liska  <mliska@suse.cz>
1755         * gcc-git-customization.sh: Add gcc-verify alias
1756         that uses contrib/gcc-changelog/git_check_commit.py.
1758 2020-05-15  Andrew Burgess  <andrew.burgess@embecosm.com>
1760         * dg-extract-results.py: Handle GDB specific test types.
1761         * dg-extract-results.sh: Likewise.
1763 2020-05-14  Martin Liska  <mliska@suse.cz>
1765         * gcc-changelog/test_email.py: New file.
1766         * gcc-changelog/test_patches.txt: New file.
1768 2020-05-13  Patrick Palka  <ppalka@redhat.com>
1770         * vimrc: Reduce textwidth to 72 for Git commit messages.
1772 2020-05-13  Martin Liska  <mliska@suse.cz>
1774         * gcc-changelog/git_check_commit.py: Add default argument HEAD
1775         for revisions and improve error message output.
1777 2020-05-13  Martin Liska  <mliska@suse.cz>
1779         * gcc-changelog/git_commit.py: Restore print_output syntax
1780         in git_commit.py.
1782 2020-05-13  Martin Liska  <mliska@suse.cz>
1784         * gcc-changelog/git_check_commit.py: New file.
1785         * gcc-changelog/git_commit.py: New file.
1786         * gcc-changelog/git_email.py: New file.
1787         * gcc-changelog/git_repository.py: New file.
1788         * gcc-changelog/git_update_version.py: New file.
1790 2020-04-17  Martin Liska  <mliska@suse.cz>
1792         * vimrc: We do not want to modify tab options
1793         for Python files.
1795 2020-04-16  Jakub Jelinek  <jakub@redhat.com>
1797         PR bootstrap/92008
1798         * gcc_update: Add intl/plural.y dependency for intl/plural-config.h.
1800 2020-04-03  Martin Liska  <mliska@suse.cz>
1802         * gcc-git-customization.sh: Search for the pattern
1803         at line beginning only.
1805 2020-01-24  Richard Earnshaw  <rearnsha@arm.com>
1807         * gcc-git-customization.sh: Use users/<pfx> for the personal remote
1808         rather than just <pfx>.  Convert existing personal branches to the
1809         new remote.
1810         * git-add-user-branch.sh: New file.
1812 2020-01-22  Richard Earnshaw  <rearnsha@arm.com>
1814         * git-add-vendor-branch.sh: New file.
1816 2020-01-20  Richard Earnshaw  <rearnsha@arm.com>
1818         * gcc-git-customization.sh: Check that user-supplied remote
1819         name exists before continuting.  Use a separate remotes for the
1820         personal commit area.  Convert existing personal and vendor
1821         fetch rules to new layout.
1822         * git-fetch-vendor.sh: New vendor layout.  Add --enable-push
1823         option.
1825 2020-01-17  Hans-Peter Nilsson  <hp@axis.com>
1827         * gcc_update <git revision>: Use git log "--pretty=tformat:%p:%t:%H",
1828         not "--pretty=%p:%t:%H".
1830 2020-01-16  Andreas Schwab  <schwab@linux-m68k.org>
1832         * gcc-git-customization.sh: Avoid double expansion.
1834 2020-01-16  Richard Earnshaw  <rearnsha@arm.com>
1836         * gcc-git-customization.sh: Check that user.name and user.email
1837         are set.  Use $(cmd) instead of `cmd`.  Fix variable quoting when
1838         using eval.
1840 2020-01-16  Jakub Jelinek  <jakub@redhat.com>
1842         * gcc-git-customization.sh: Verify the id to be printed is ancestor of
1843         the corresponding remote release branch (or master), otherwise print
1844         nothing.
1846 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1847             Jakub Jelinek  <jakub@redhat.com>
1849         * gcc-git-customization.sh: Change uses to use in comment.
1851 2020-01-15  Jakub Jelinek  <jakub@redhat.com>
1853         * gcc-git-customization.sh: Handle output of older git which doesn't
1854         print tags/ prefixes before branchpoint/gcc-.
1856 2010-01-15  Richard Earnshaw  <rearnsha@arm.com>
1858         * gcc-git-customization.sh: Explain why we want the user's
1859         upstream account name.  Don't add push rules.  Check if push rules
1860         have been added and suggest that they should be removed.
1861         * git-fetch-vendor.sh: Don't add push rules.
1863 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1865         Revert:
1866         2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1868         * gcc-git-customization.sh: Add back the default rule that
1869         is lost by adding a custom push rule.
1870         * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
1872 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1874         * gcc-git-customization.sh: Add back the default rule that
1875         is lost by adding a custom push rule.
1876         * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
1878 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1880         * contrib/git-fetch-vendor.sh: New file.
1882 2020-01-13  Jakub Jelinek  <jakub@redhat.com>
1884         * contrib/gcc-git-customization.sh: Add git gcc-descr and gcc-undescr
1885         aliases.
1887 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1889         * gcc-git-customization.sh: New file.
1891 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
1893         * update-copyright.py: Add Mentor Graphics Corporation and Yoshinori
1894         Sato as external authors.  Skip LICENSE.txt files.
1896 2019-12-16  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1898         * config-list.mk: Add msp430-elfbare.
1900 2019-12-09  Lewis Hyatt  <lhyatt@gmail.com>
1902         PR preprocessor/49973
1903         * unicode/from_glibc/unicode_utils.py: Support script from
1904         glibc (commit 464cd3) to extract character widths from Unicode data
1905         files.
1906         * unicode/from_glibc/utf8_gen.py: Likewise.
1907         * unicode/UnicodeData.txt: Unicode v. 12.1.0 data file.
1908         * unicode/EastAsianWidth.txt: Likewise.
1909         * unicode/PropList.txt: Likewise.
1910         * unicode/gen_wcwidth.py: New utility to generate
1911         libcpp/generated_cpp_wcwidth.h with help from the glibc support
1912         scripts and the Unicode data files.
1913         * unicode/unicode-license.txt: Added.
1914         * unicode/README: New explanatory file.
1916 2019-12-07  Richard Sandiford  <richard.sandiford@arm.com>
1918         * texi2pod.pl: Handle @headitems in @multitables, printing them
1919         in italics.  Push an empty item code onto the stack.
1921 2019-11-13  Janne Blomqvist  <jb@gcc.gnu.org>
1923         * download_prerequisites: Use http instead of ftp for downloading.
1925 2019-11-08  Martin Liska  <mliska@suse.cz>
1927         * mklog: The script fails for patches that contain:
1928         '---param=foo=bar xyz'.
1930 2019-09-18  Martin Liska  <mliska@suse.cz>
1932         * clang-format: Tweak configuration based on new
1933         options offered.
1935 2019-09-09  Jose E. Marchesi  <jemarch@gnu.org>
1937         * config-list.mk (LIST): Disable go in bpf-*-* targets.
1939 2019-09-04  Martin Liska  <mliska@suse.cz>
1941         * mklog: Do not print changed functions for
1942         testsuite files.
1944 2019-09-04  Martin Liska  <mliska@suse.cz>
1946         * mklog: Parse PR references from newly added
1947         test files.
1949 2019-09-04  Martin Liska  <mliska@suse.cz>
1951         * mklog: Use argparse instead of getopt.
1953 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1955         * compare-all-tests (all_targets): Remove references to spu.
1956         * config-list.mk (LIST): Likewise.
1958 2019-09-02  Alexander Monakov  <amonakov@ispras.ru>
1960         * vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.
1961         * vimrc: Set preferred values for 'tabstop', 'softtabstop',
1962         'shiftwidth', 'noexpandtab', 'textwidth', 'formatoptions' for all
1963         files, not just C-like files.
1965 2019-09-02  Martin Liska  <mliska@suse.cz>
1967         * vim-gcc-dev/syntax/gcc-match.vim: Set tabstop=8.
1969 2019-08-13  Uros Bizjak  <ubizjak@gmail.com>
1971         * test_summary: Do not escape "=".
1973 2019-07-02  Janne Blomqvist  <jb@gcc.gnu.org>
1975         PR other/91048
1976         * mklog (read_user_info): Open ~/.mklog in string mode.
1978 2019-06-19  Martin Liska  <mliska@suse.cz>
1980         * bench-stringop: New file.
1982 2019-05-21  Janne Blomqvist  <jb@gcc.gnu.org>
1984         * mklog: Open files in text mode.
1986 2019-05-21  Janne Blomqvist  <jb@gcc.gnu.org>
1988         * mklog: Convert to Python 3.
1990 2019-05-03  Jakub Jelinek  <jakub@redhat.com>
1992         * gennews (files): Add files for GCC 9.
1994 2019-04-30  Roland Illig  <roland.illig@gmx.de>
1996         * check-internal-format-escaping.py: New version using polib.
1998 2019-04-19  Christophe Lyon  <christophe.lyon@linaro.org>
2000         PR translation/90118
2001         * check-internal-format-escaping.py: Check that %< is not next to
2002         a word.
2004 2019-04-17  Jakub Jelinek  <jakub@redhat.com>
2006         * dg-extract-results.sh: Only handle WARNING: program timed out
2007         lines specially in "$MODE" == "sum".  Restore previous behavior
2008         for "$MODE" != "sum".  Clear has_timeout and timeout_cnt if in
2009         a different variant or curfile is empty.
2010         * dg-extract-results.py: Fix a typo.
2012 2019-04-05  Martin Liska  <mliska@suse.cz>
2014         PR translation/89936
2015         * check-internal-format-escaping.py: Properly detect wrong
2016         apostrophes.
2018 2019-03-11  Martin Liska  <mliska@suse.cz>
2020         * check-internal-format-escaping.py: Uncomment apostrophes
2021         check.
2023 2019-03-11  Martin Liska  <mliska@suse.cz>
2025         * check-internal-format-escaping.py: New file.
2027 2019-03-10  Tommy Nguyen  <remyabel@gmail.com>
2029         PR contrib/82704
2030         * download_prerequisites: Use -c instead of --check for sha512sum.
2032 2019-03-06  Martin Liska  <mliska@suse.cz>
2034         * check-params-in-docs.py: Ignore a param.
2036 2019-03-05  Christophe Lyon  <christophe.lyon@linaro.org>
2038         contrib/
2039         * dg-extract-results.py: Handle case where a WARNING happens with
2040         the first test of a harness.
2042 2019-03-05  Christophe Lyon  <christophe.lyon@linaro.org>
2044         contrib/
2045         * dg-extract-results.sh: Fix order of WARNING and following test
2046         result.
2048 2019-02-04  Christophe Lyon  <christophe.lyon@linaro.org>
2050         contrib/
2051         * dg-extract-results.py: Keep timeout warnings next to their
2052         matching test.
2053         * dg-extract-results.sh: Likewise.
2055 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
2057         * update-copyright.py: Add Gerard Jungman as external author.
2059 2018-11-26  Iain Buclaw  <ibuclaw@gdcproject.org>
2061         * update-copyright.py (TestsuiteFilter): Skip .d tests.
2062         (LibPhobosFilter): Add filter for upstream D sources.
2063         (GCCCopyright): Add D Language Foundation as external author.
2064         (GCCCmdLine): Add libphobos.
2066 2018-11-19  Martin Liska  <mliska@suse.cz>
2068         * check_GNU_style_lib.py: Detect mixed usage
2069         of spaces and tabs.
2071 2018-11-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2073         * gcc_update (files_and_dependencies): Handle libphobos.
2075 2018-10-25  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
2077         * dg-cmp-results.sh: Print NA-FAIL and NA->UNRESOLVED changes at
2078         default verbosity.
2080 2018-10-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2082         * config-list.mk (LIST): Switch to i686-solaris2.11,
2083         sparc64-sun-solaris2.11.
2085 2018-10-04  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2087         * unused_functions.py: Handle archive files.
2089 2018-10-04  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2091         * unused_functions.py: New file.
2093 2018-09-25  Martin Liska  <mliska@suse.cz>
2095         * filter-rtags-warnings.py: New file.
2097 2018-09-25  Martin Liska  <mliska@suse.cz>
2099         PR middle-end/86078
2100         * check-params-in-docs.py: New file.
2102 2018-08-17  Jojo  <jijie_rong@c-sky.com>
2103             Huibin Wang  <huibin_wang@c-sky.com>
2104             Sandra Loosemore  <sandra@codesourcery.com>
2105             Chung-Lin Tang  <cltang@codesourcery.com>
2106             Andrew Jenner  <andrew@codesourcery.com>
2108         C-SKY port: Configury
2110         * config-list.mk (LIST): Add csky-elf and csky-linux-gnu.
2112 2018-07-13  Tom de Vries  <tdevries@suse.de>
2114         * maintainers-verify.sh: New file.
2116 2018-07-12  Christophe Lyon  <christophe.lyon@linaro.org>
2118         * compare_tests: Print number of tests in each category.
2120 2018-06-19  Alexander Monakov  <amonakov@ispras.ru>
2122         * vim-gcc-dev/README: New file.
2123         * vim-gcc-dev/ftdetect/gcc-dev.vim: New file.
2124         * vim-gcc-dev/syntax/gcc-match.vim: New file.
2125         * gimple.vim: Move under vim-gcc-dev/syntax/.
2126         * gcc-rtl.vim: Likewise.
2128 2018-06-19  Martin Liska  <mliska@suse.cz>
2130         * gcc-rtl.vim: New file.
2132 2018-06-12  Jeff Law  <law@redhat.com>
2134         * config-list.mk (LIST): Remove alpha-freebsd6.
2136 2018-05-08  Richard Biener  <rguenther@suse.de>
2138         PR bootstrap/85571
2139         * compare-lto: New script derived from compare-debug.
2141 2018-05-02  Jakub Jelinek  <jakub@redhat.com>
2143         * gennews (files): Add files for GCC 8.
2145 2018-05-01  Jim Wilson  <jimw@sifive.com>
2147         * gcc_update: Check for .git as a file.
2149 2018-03-21  Christophe Lyon  <christophe.lyon@linaro.org>
2151         * test_summary: Match possible single quotes in configure path.
2153 2018-03-02  Thomas Schwinge  <thomas@codesourcery.com>
2155         * update-copyright.py: Remove "libcilkrts" reference.
2157 2018-02-19  Yury Gribov  <tetra2005@gmail.com>
2159         * compare_tests: Use TMPDIR when set.
2160         * dg-cmp-results.sh: Ditto.
2161         * warn_summary: Ditto.
2163 2018-01-29  Jonathan Wakely  <jwakely@redhat.com>
2165         * download_prerequisites: Use shasum for FreeBSD and DragonFly.
2167 2018-01-19  Martin Liska  <mliska@suse.cz>
2169         * analyze_brprob.py: Support new format that can be easily
2170         parsed. Add new column to report.
2172 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
2174         * update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
2176 2017-11-28  Julia Koval  <julia.koval@intel.com>
2177             Sebastian Peryt  <sebastian.peryt@intel.com>
2179         * contrib/gcc_update: Ditto.
2181 2017-11-08  Martin Liska  <mliska@suse.cz>
2183         * analyze_brprob.py: Fix abbreviations for SI units.
2185 2017-10-02  Thomas Schwinge  <thomas@codesourcery.com>
2187         * gcc_update (files_and_dependencies): Handle libbacktrace.
2189 2017-09-18  Richard Biener  <rguenther@suse.de>
2191         * download_prerequisites (isl): Bump version to 0.18.
2193 2017-08-02  Yury Gribov  <tetra2005@gmail.com>
2195         * mklog: Added new implementation.
2197 2017-08-02  Yury Gribov  <tetra2005@gmail.com>
2199         * mklog: Rename to ...
2200         * mklog.pl: this.
2202 2017-07-17  Yury Gribov  <tetra2005@gmail.com>
2204         * mklog: Fix extraction of changed file name.
2206 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
2208         * gcc_update (files_and_dependencies)
2209         [gcc/config/avr/avr-tables.opt]: Remove dead entry.
2211 2017-06-28  Martin Liska  <mliska@suse.cz>
2213         * gcc.doxy: Add default location for filters and output folder.
2214         * filter_gcc_for_doxygen_new: Rename to filter_gcc_for_doxygen.
2215         * filter_params.pl: Remove.
2217 2017-06-21  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2219         * dg-cmp-results.sh: Restore filtering on target variant.
2221 2017-06-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2223         * dg-cmp-results.sh: Keep test result lines rather than throwing
2224         header and summary to support sum files with multiple tools.
2226 2017-05-31  Martin Liska  <mliska@suse.cz>
2228         * filter_params.py:
2229         Transform ENUM_BITFIELD and comments starting with '/**'
2231 2017-05-31  David Malcolm  <dmalcolm@redhat.com>
2232             Martin Liska  <mliska@suse.cz>
2234         * filter_params.py: New, porting the perl script to python,
2235         adding a test suite.
2236         * filter_gcc_for_doxygen_new: New file.
2238 2017-05-30  Martin Liska  <mliska@suse.cz>
2240         * analyze_brprob.py: Add new argument to parse and modify
2241         predict.def file.
2242         * analyze_brprob_spec.py: Likewise.
2244 2017-05-29  Tom de Vries  <tom@codesourcery.com>
2246         * check_GNU_style_lib.py (TrailingWhitespaceCheck.check): Assert no
2247         trailing eol.
2248         (TrailingWhitespaceTest): New unit test.
2249         (check_GNU_style_file): Remove eol before checking.
2251 2017-05-29  Tom de Vries  <tom@codesourcery.com>
2253         * check_GNU_style_lib.py (check_GNU_style_file): Treat file argument as
2254         file handle.  Add and handle file_encoding argument.
2255         * check_GNU_style.py (main): Handle '-' file argument.  Call
2256         check_GNU_style_file with file handle as argument.
2258 2017-05-29  Tom de Vries  <tom@codesourcery.com>
2260         * check_GNU_style_lib.py: Use import_pip3 to import pip3 packages.
2261         (import_pip3): New function.
2263 2017-05-24  Tom de Vries  <tom@codesourcery.com>
2265         * check_GNU_style_lib.py: New file, factored out of ...
2266         * check_GNU_style.py: ... here.  Call main unconditionally.
2268 2017-05-19  Martin Liska  <mliska@suse.cz>
2270         * check_GNU_style.py: New file.
2272 2007-05-03  Jeff Law  <law@redhat.com>
2274         * config-list.mk (am33_2.0-linux): Remove from list of targets
2275         to build.
2277 2017-05-02  Jakub Jelinek  <jakub@redhat.com>
2279         * gennews (files): Add files for GCC 7.
2281 2017-04-26  Tom de Vries  <tom@codesourcery.com>
2283         * gen_autofdo_event.py: Fix comment.
2285 2017-04-11  Damian Rouson  <damian@sourceryinstitute.org>
2287         * download_prerequisites (md5_check): New function emulates Linux
2288         'md5 --check' on macOS.  Modified script for macOS compatibility.
2290 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
2292         * config-list.mki (LIST): Add riscv32-unknown-linux-gun and
2293         riscv64-unknown-linux-gnu.
2295 2017-01-31  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2297         * update-copyright.py (Copyright.process_file): Retain original
2298         file mode.
2300 2017-01-29  Gerald Pfeifer  <gerald@pfeifer.com>
2302         * update-copyright.py: Fix the name of this script in examples.
2304 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
2306         * update-copyright.py: Add libhsail-rt to self.default_dirs
2307         and call self.add_dir on it.  Add Intel Corporation to external
2308         authors.
2310 2017-01-25  Thomas Schwinge  <thomas@codesourcery.com>
2312         * gcc_update (files_and_dependencies): Care for "libhsail-rt".
2314 2017-01-23  Gerald Pfeifer  <gerald@pfeifer.com>
2316         * patch_tester.sh (TESTLOGS): Remove
2317         $TARGET/libjava/testsuite/libjava.sum.
2319 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
2321         * warn_summary: Remove the -java option.
2323 2017-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
2325         * update-copyright.py (LibJavaFilter): Remove.
2327 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>        
2328         
2329         * gcc_update: Remove entries related to GCJ and libgcj.
2330         Complete copyright years and adjust my e-mail address.
2332 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
2334         * gcc_update: Adjust touch list for ARM.
2336 2017-01-08  Gerald Pfeifer  <gerald@pfeifer.com>
2338         * download_ecj: Remove.
2340 2017-01-05  Martin Liska  <mliska@suse.cz>
2342         * vimrc: Update indentation definition.
2344 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
2346         * update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
2347         libssp, libvtv and lto-plugin to default_dirs.
2349 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
2351         * update-copyright.py (TestsuiteFilter): Skip params/README.
2352         (GCCCmdLine): Remove libjava and libjava/testsuite add_dir.
2354 2016-12-14  Martin Liska  <mliska@suse.cz>
2356         * analyze_brprob.py: Add new column to output and new sorting
2357         option. Fix coding style to not exceed 80 characters.
2358         * analyze_brprob_spec.py: Add new sorting
2359         option. Fix coding style to not exceed 80 characters.
2361 2016-10-24  Moritz Klammler  <moritz@glammler.eu>
2363         PR other/61439
2364         * download_prerequisites: Conditionally verify checksums of
2365         downloaded pacakges.  Add help text.  
2366         * prerequisites.md5: New file.
2367         * prerequisites.sha512: New file.
2369 2016-10-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2371         * check_GNU_style.sh (remove_testsuite): New function.
2372         Use it to remove testsuite from the diff.
2374 2016-09-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2376         * dg-extract-results.sh: Revert bogus change.
2378 2016-09-20  Christophe Lyon  <christophe.lyon@linaro.org>
2380         * dg-extract-results.py: Report DejaGnu error in the final
2381         summary.
2382         * dg-extract-results.sh: Likewise.
2384 2016-09-20  Christophe Lyon  <christophe.lyon@linaro.org>
2386         * compare_tests: Take ERROR messages into account when
2387         comparing.
2389 2016-08-17  Martin Liska  <mliska@suse.cz>
2391         * mark_spam.py: Mark as spam all comments done by a creator.
2393 2016-08-15  Martin Liska  <mliska@suse.cz>
2395         * mark_spam.py: Add error handling and reset
2396         another properties of attachments and bugs.
2398 2016-08-11  Martin Liska  <mliska@suse.cz>
2400         * mark_spam.py: Mark attachments as obsolete and rename them.
2402 2016-08-03  Eric Gallager  <egall@gwmail.gwu.edu>
2404         * download_prerequisites: Explicitly remove existing symlinks
2405         before trying to create new ones.
2407 2016-07-28  Martin Liska  <mliska@suse.cz>
2409         * mark_spam.py: New file.
2411 2016-07-21  Martin Liska  <mliska@suse.cz>
2413         * analyze_brprob.py: If there's no loop, do not calculate
2414         average number of loop iterations.
2416 2016-06-24  Martin Liska  <mliska@suse.cz>
2418         * analyze_brprob.py: Parse and display average number
2419         of loop iterations.
2421 2016-06-23  Andi Kleen  <ak@linux.intel.com>
2423         * gen_autofdo_event.py: New file to regenerate
2424         gcc-auto-profile.
2426 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2428         * config-list.mk: Stop testing mep-elf.
2430 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2432         * config-list.mk: Stop testing avr-rtems.
2434 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2436         * config-list.mk: Stop testing m32r-rtems.
2438 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2440         * config-list.mk: Remove h8300-rtems support.
2442 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2444         * config-list.mk: stop testing knetbsd.
2446 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2448         * config-list.mk: Stop testing openbsd3.0.
2450 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2452         * config-list.mk: Remove interix target.
2454 2016-06-21  David Edelsohn  <dje.gcc@gmail.com>
2456         * config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1,
2457         rs6000-ibm-aix5.2.
2458         Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1.
2459         Add rs6000-ibm-aix7.1.
2461 2016-06-17  Martin Liska  <mliska@suse.cz>
2463         * analyze_brprob.py: Fix columns of script output.
2465 2016-06-13  Richard Biener  <rguenther@suse.de>
2467         * download_prerequisites (ISL): Bump version to 0.16.1
2469 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
2471         * check_GNU_style.sh: Fix paste args for BSD
2473 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
2475         * config-list.mk (LIST): Add OPT-enable-obsolete to avr-rtems,
2476         h8300-rtems, m32r-rtems, mep-elf.
2478 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
2480         * config-list.mk (GCC_SRC_DIR): New variable.
2481         (make-log-dir): Use GCC_SRC_DIR.
2482         ($(LIST)): Likewise.
2484 2016-06-09  Martin Liska  <mliska@suse.cz>
2486         * analyze_brprob_spec.py: New file.
2488 2016-06-09  Martin Liska  <mliska@suse.cz>
2490         * analyze_brprob.py: Add new argument --sorting.
2492 2016-06-09  Martin Liska  <mliska@suse.cz>
2494         * analyze_brprob.py: Cover new dump output format.
2496 2016-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2498         * update-copyright.py (LibMudflapFilter): Remove.
2499         (GCCCmdLine.__init__): Add gotools, libcc1.
2500         Remove libmudflap.
2501         List unhandled intl, libcilkrts, libgo, liboffloadmic,
2502         maintainer-scripts.
2504 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2506         * download_prerequisites: Adjust gmp/mpfr/mpc versions.
2508 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2510         * compare-all-tests: Remove SH5 support.
2511         * config-list.mk: Likewise.
2513 2016-04-28  Martin Liska  <mliska@suse.cz>
2515         * analyze_brprob: Remove.
2516         * analyze_brprob.py: New file.
2518 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
2520         * gennews (files): Add files for GCC 6.
2522 2016-04-17  Jan Hubicka  <jh@suse.cz>
2524         * analyze_brprob: Update comment.
2526 2016-04-13  Martin Sebor  <msebor@redhat.com>
2528         * check_GNU_style.sh: Avoid false posivies in trailing operator
2529         checks.
2531 2016-03-07  Martin Sebor  <msebor@redhat.com>
2533         * check_GNU_style.sh (color): New global variable.
2534         Add checks for trailing operators and spaces before left brackets.
2535         Tightened up a check for a trailing left curly brace.
2536         (g, ag, vg): Use color.
2537         (col): Don't complain about excessively long lines with DejaGnu
2538         directives.
2540 2016-03-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2542         * mklog: Look for the ChangeLog file in $cwd.
2544 2016-02-26  Joel Sherrill <joel@rtems.org>
2546         * config-list.mk: Add aarch64-rtems and x86_64-rtems
2548 2016-01-19  Jonathan Wakely  <jwakely@redhat.com>
2550         * uninclude: Fix third argument to gensub.
2552 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
2554         * update-copyright.py (GCCCopyright): Add NVIDIA Corporation
2555         as external author.
2557 2015-12-17  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2559         * config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
2560         targets x86_64-knetbsd-gnu, i686-knetbsd-gnu and i686-openbsd3.0 .
2562 2015-12-06  Tobias Burnus  <burnus@net-b.de>
2564         * download_prerequisites: Download ISL 0.15 instead of 0.14.
2566 2015-11-20  Martin Liska  <mliska@suse.cz>
2568         * clang-format: Split content of a list to multiple
2569         lines.
2571 2015-11-19  Martin Liska  <mliska@suse.cz>
2573         * clang-format: Enhance list of FOR_EACH macros.
2575 2015-11-19  Martin Liska  <mliska@suse.cz>
2577         * clang-format: New file.
2579 2015-11-11  Andrew MacLeod  <amacleod@redhat.com>
2581         * header-tools: New.  Directory containing a set of tools for
2582         manipulating header files.
2584 2015-10-30  Nathan Sidwell  <nathan@acm.org>
2586         * config-list.mk (nvptx-none): Add it.
2588 2015-09-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
2590         * download_prerequisites: Make sure that script is run from
2591         top level source directory.
2593 2015-08-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2595         * update-copyright.py (GCCCmdLine): Add libvtv.
2597 2015-08-04  Uros Bizjak  <ubizjak@gmail.com>
2599         * texi2pod.pl: Escape braces in regexp involving @strong{...}.
2601 2015-07-15  Tom de Vries  <tom@codesourcery.com>
2603         * check_GNU_style.sh (cat_with_prefix): Fix quoting.
2605 2015-06-02  Steve Ellcey  <sellcey@imgtec.com>
2607         * test_installed (--target=): New option.
2609 2015-05-30  Mikhail Maltsev  <maltsevm@gmail.com>
2611         * gimple.vim: New file.
2613 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2615         * check_GNU_style.sh: Add temp files tmp2 and tmp3.
2616         (cat_with_prefix): New function, using global variable prefix.
2617         (col): Make prefix a global variable. Rewrite to process file at a time
2618         rather than line at a time.  Print part longer than 80 chars in red.
2620 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2622         * check_GNU_style.sh (g, ag, vg): Don't cat empty file.
2624 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2626         * check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
2628 2015-05-18  Tom de Vries  <tom@codesourcery.com>
2630         * check_GNU_style.sh: Improve readability function calls.
2632 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
2634         * config-list.mk: Add FT32.
2636 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2638         * check_GNU_style.sh (col): Fix tab size.
2640 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2642         * check_GNU_style.sh: Put stdin into a temp file.
2644 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2646         * check_GNU_style.sh: Read either from stdin, or from files.
2648 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2650         * check_GNU_style.sh: Check if files exists.
2652 2015-05-12  Tom de Vries  <tom@codesourcery.com>
2654         * check_GNU_style.sh: Don't use a filename prefix if we're only
2655         processing one patch file.
2657 2015-05-12  Yury Gribov  <y.gribov@samsung.com>
2659         * mklog: Ignore preprocessor directives.
2661 2015-04-22  Jakub Jelinek  <jakub@redhat.com>
2663         * gennews (files): Add files for GCC 5.
2665 2015-03-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2667         * dg-extract-results.sh: Check that the necessary python modules exist.
2669 2015-02-05  Ilya Verbin  <ilya.verbin@intel.com>
2671         * gcc_update (files_and_dependencies): Add rules for liboffloadmic and
2672         liboffloadmic/plugin.
2674 2015-01-15  Richard Sandiford  <richard.sandiford@arm.com>
2676         * update-copyright.py (Copyright.__init__): Add a regexp for
2677         "copyright = u'".
2678         (Copyright.update_copyright): Don't add a space before the year
2679         in that case.
2681 2015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
2683         * gcc_update (files_and_dependencies): Update rules for new
2684         libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
2686 2015-01-12  Yury Gribov  <y.gribov@samsung.com>
2688         * check_GNU_style.sh: Support patches coming from stdin.
2689         Check that spaces are converted to tabs.
2690         Make double-space-after-dot check more precice.
2692 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2694         * config-list.mk (LIST): Add visium-elf.
2696 2015-01-05  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2698         * config-list.mk: Use shortest match for OPT to find the actual
2699         target name.
2701 2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
2703         * dg-extract-results.sh: Use --text with grep to avoid issues with
2704         binary files.  Fall back to cat -v, if that doesn't work.
2706 2014-12-12  Chung-Ju Wu  <jasonwucj@gmail.com>
2708         * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
2710 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2711             Yury Gribov  <y.gribov@samsung.com>
2713         * vimrc: New file.
2715 2014-12-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2717         * check_GNU_style.sh: Warn for incorrect number of spaces in function
2718         call only if 0 or 2+ spaces found.
2720 2014-12-02  Tobias Burnus  <burnus@net-b.de>
2722         * download_prerequisites: Download ISL 0.14 instead of 0.12.2.
2724 2014-11-25  Tom de Vries  <tom@codesourcery.com>
2725             Peter Bergner  <bergner@vnet.ibm.com>
2727         * mklog: Handle .mklog.  Use git setting independent of presence .git
2728         directory.
2730 2014-11-14  Tom de Vries  <tom@codesourcery.com>
2732         * mklog: Move reading of .diff file up and add comment.  Copy diff_lines
2733         to orig_diff_lines.  Use orig_diff_lines when appending patch.
2735 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
2737         * ChangeLog.jit: New.
2738         * jit-coverage-report.py: New file: a script to print crude
2739         code-coverage information for the libgccjit API.
2741 2014-11-11  Marat Zakirov  <m.zakirov@samsung.com>
2743         * mklog: Symbol '}' stops search for changes.
2745 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2747         * download_prerequisites: Stop downloading CLooG.
2749 2014-11-07  Marat Zakirov  <m.zakirov@samsung.com>
2751         * mklog: Always doubt in functions.
2752         Add EOF protection.
2754 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2756         * config-list.mk: Don't build Go for certain targets.
2758 2014-10-04  Trevor Saunders  <tsaunders@mozilla.com>
2760         * compare-all-tests: Don't test score-*.
2761         * config-list.mk: Likewise.
2763 2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
2765         * dg-extract-results.py (output_variation): Always sort if do_sum.
2767 2014-09-22  Tom de Vries  <tom@codesourcery.com>
2769         * mklog: Add --inline option.
2771 2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
2773         * dg-extract-results.py (Prog.result_re): Include options in test name.
2775 2014-09-19  Olivier Hainque  <hainque@adacore.com>
2777         * config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
2779 2014-09-18  Joel Sherrill <joel.sherrill@oarcorp.com>
2781         * config-list.mk (LIST): Add v850-rtems.
2783 2014-09-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2785         * config-list.mk (LIST): Add arm-rtems.
2786         Add nios2-rtems.  Remove extra option from powerpc-rtems.
2788 2014-09-08  Trevor Saunders  <tsaunders@mozilla.com>
2790         * compare-all-tests: Don't test picochip.
2791         * config-list.mk: Likewise.
2793 2014-08-11  Mingjie Xing <mingjie.xing@gmail.com>
2795         * texi2pod.pl (postprocess): Move command process for '@sc' to the
2796         front of '@dfn'.  Add a new command process for '@t{...}', just print
2797         the content.
2799 2014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
2800             Yury Gribov  <y.gribov@samsung.com>
2802         * mklog: Run mklog as a filter.
2804 2014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
2806         * mklog: Read name and email from git config when available.
2808 2014-06-28  Richard Biener  <rguenther@suse.de>
2810         * gennews: Use gcc-3.0/index.html.
2812 2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
2814         * dg-extract-results.py: For Python 3, force sys.stdout to handle
2815         surrogate escape sequences.
2816         (safe_open): New function.
2817         (output_segment, main): Use it.
2819 2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
2821         * dg-extract-results.py (Named): Remove __cmp__ method.
2822         (output_variation): Use a key to sort variation.harnesses.
2824 2014-05-24  Uros Bizjak  <ubizjak@gmail.com>
2826         * texi2pod.pl: Force .pod file to not be a numbered list.
2828 2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
2830         * dg-extract-results.py (parse_run): Handle warnings that are printed
2831         before a test harness is run.
2833 2014-05-09  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2835         * config-list.mk (show): New target.
2837 2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
2839         * dg-extract-results.py: New file.
2840         * dg-extract-results.sh: Use it if the environment seems suitable.
2842 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2844         * config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
2846 2013-04-22  Jakub Jelinek  <jakub@redhat.com>
2848         * gennews (files): Add files for GCC 4.9.
2850 2014-02-24  Walter Lee  <walt@tilera.com>
2852         * config-list.mk (LIST): Add tilegxbe-linux-gnu.
2854 2014-02-13  Richard Biener  <rguenther@suse.de>
2856         * download_prerequisites: Update ISL and CLOOG versions.
2858 2014-01-31  Brooks Moses  <bmoses@google.com>
2860         * gcc_update (files_and_dependencies): Add aarch64-tune.md.
2862 2014-01-29  Yury Gribov  <y.gribov@samsung.com>
2864         * mklog: Improve support of context diffs.
2866 2014-01-21  Tatiana Udalova  <t.udalova@samsung.com>
2868         * mklog: Avoid adding falsely changed functions to ChangeLog.
2870 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
2872         * config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
2873         ordering of some configs.
2875 2013-12-23  Yury Gribov  <y.gribov@samsung.com>
2877         * mklog: Automatically insert comments in trivial cases.
2879 2013-12-19  Yury Gribov  <y.gribov@samsung.com>
2881         * mklog: Split generated message in parts.
2883 2013-10-31  Chung-Ju Wu  <jasonwucj@gmail.com>
2885         * config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
2887 2013-10-29  Tobias Burnus  <burnus@net-b.de>
2889         * gcc_update (files_and_dependencies): Add rules for
2890         libcilkrts.
2892 2013-10-11  Thomas Schwinge  <thomas@codesourcery.com>
2894         * gcc_update (files_and_dependencies): Fix rule for
2895         libgomp/testsuite/Makefile.in.
2897 2013-10-01  Joern Rennecke  <joern.rennecke@embecosm.com>
2899         * config-list.mk: Add arc configurations.
2901 2013-09-27  Diego Novillo  <dnovillo@google.com>
2903         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2905 2013-09-12  DJ Delorie  <dj@redhat.com>
2907         * config-list.mk: Add msp430-elf.
2909 2013-08-31  Diego Novillo  <dnovillo@google.com>
2911         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2913 2013-08-29  Mike Stump  <mikestump@comcast.net>
2915         * gcc_update (configure): Update to handle svn 1.8.1.
2917 2013-08-03  Caroline Tice  <cmtice@google.com>
2919         * gcc_update: Add libvtv files.
2921 2013-06-06  Brooks Moses  <bmoses@google.com>
2923         * testsuite-management/validate_failures.py: Fix handling of
2924         summary lines with "|" characters or empty description fields.
2926 2013-05-24  Chung-Ju Wu  <jasonwucj@gmail.com>
2928         * download_prerequisites: Download isl and cloog conditionally.
2930 2013-05-21  David Malcolm  <dmalcolm@redhat.com>
2932         * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
2934 2013-05-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2936         * config-list.mk (LIST): Add -enable-obsolete for
2937         sparc-sun-solaris2.9, i686-solaris2.9.
2939 2013-05-13  Mike Stump  <mikestump@comcast.net>
2941         * compare_tests: Limit lines to 2000 characters as comm on Mac OS
2942         X 10.8.3 doesn't like long lines (those 2055 characters or more).
2944 2013-04-22  Sofiane Naci  <sofiane.naci@arm.com>
2946         * config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
2948 2013-04-18  Diego Novillo  <dnovillo@google.com>
2950         * validate_failures.py: Fix typo.
2952 2013-04-18  Diego Novillo  <dnovillo@google.com>
2954         * validate_failures.py: Loosen check for build directory.
2955         State what failed if we couldn't find the source tree or
2956         the target triplet.
2958 2013-03-22  Jakub Jelinek  <jakub@redhat.com>
2960         * gennews (files): Add files for GCC 4.8.
2962 2013-03-06  Tobias Burnus  <burnus@net-b.de>
2964         * make-obstacks-texi.pl: New.
2966 2013-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2968         * make_sunver.pl: Enforce C locale.
2970 2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
2972         * update-copyright.py: Add libdecnumber to the default list.
2973         Remove libquadmath and libssp.
2975 2013-02-06  Diego Novillo  <dnovillo@google.com>
2977         * testsuite-management/validate_failures.py: Fix typo.
2979 2013-02-06  Diego Novillo  <dnovillo@google.com>
2981         * testsuite-management/validate_failures.py: Update
2982         Copyright years.
2983         Request contributions not to use Python features newer
2984         than 2.4.
2985         (GetBuildData): If this is not a build directory,
2986         emit an error only if --results or --manifest are missing.
2988 2013-02-06  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2990         * testsuite-management/validate_failures.py
2991         (IsInterestingResult): Fix performance regression
2993 2013-02-04  Richard Sandiford  <rdsandiford@googlemail.com>
2995         * update-copyright.py: New file.
2997 2013-01-15  David Blaikie  <dblaikie@gmail.com>
2999         * dg-extract-results.sh: Handle KPASSes.
3001         * dg-extract-results.sh: Constrain the start-of-log pattern.
3003         * dg-extract-results.sh: Fix order of summary counts.
3005 2012-12-01  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3007         * testsuite-management/validate_failures.py
3008         (IsInterestingResult): Only strip line a second time if we did split.
3009         Rephrase return statement while at it.
3010         (CollectSumFiles): Also ignore .git directory.
3012 2012-12-03  Diego Novillo  <dnovillo@google.com>
3014         * testsuite-management/validate_failures.py: Fix stale
3015         use of 'options'.
3017 2012-11-30  Doug Evans  <dje@google.com>
3019         * testsuite-management/validate_failures.py: Add support for @include,
3020         @remove directives in manifest files.
3022         * testsuite-management/validate_failures.py: Add function
3023         GetManifestPath.  New global _MANIFEST_SUBDIR.
3025 2012-11-29  Doug Evans  <dje@google.com>
3027         * testsuite-management/validate_failures.py: Remove pass/fail
3028         indicator from result of GetBuildData.
3030         * testsuite-management/validate_failures.py: Store options in global
3031         variable _OPTIONS.
3033         * testsuite-management/validate_failures.py: Rename variable
3034         manifest_name to manifest_path everywhere.
3036         * testsuite-management/validate_failures.py (CompareBuilds): Pass
3037         options.results to GetSumFiles for clean build.
3039 2012-11-28  Doug Evans  <dje@google.com>
3041         * testsuite-management/validate_failures.py: Use <target_alias> instead
3042         of <target>.  Minor whitespace changes.
3044         * testsuite-management/validate_failures.py: Record ordinal with
3045         TestResult.
3047 2012-11-19  Mike Stump  <mikestump@comcast.net>
3049         * compare_tests: Add export LC_ALL=C to make sort happier.
3051 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
3053         * gcc_update: Update libsanitizer generated files.
3055 2012-11-12  Tobias Burnus  <burnus@net-b.de>
3057         * gcc_update: Add libquadmath generated files.
3059 2012-11-12  H.J. Lu  <hongjiu.lu@intel.com>
3061         * gcc_update: Add libsanitizer generated files.
3063 2012-11-05  Lawrence Crowl  <crowl@google.com>
3065         * compare_two_ftime_report_sets: New.
3067 2012-11-02  Diego Novillo  <dnovillo@google.com>
3069         * testsuite-management/validate_failures.py: Add option
3070         --clean_build to compare test results against another
3071         build.
3073 2012-10-31  Diego Novillo  <dnovillo@google.com>
3075         * testsuite-management/validate_failures.py: Fix parsing
3076         of summary lines.
3078 2012-10-29  Diego Novillo  <dnovillo@google.com>
3080         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3082 2012-10-06  Diego Novillo  <dnovillo@google.com>
3084         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3086 2012-10-02   Christophe Lyon  <christophe.lyon@linaro.org>
3088         * check_GNU_style.sh: Remove temporay file upon exit.
3090 2012-09-26  Joern Rennecke  <joern.rennecke@embecosm.com>
3092         * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
3093         arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
3094         Use --enable-obsolete for picochip-elf.
3096 2012-09-10   Diego Novillo  <dnovillo@google.com>
3098         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3100 2012-09-04  Eric Botcazou  <ebotcazou@adacore.com>
3102         * make_sunver.pl: Add missing newline at the end of extern "C++" block.
3104 2012-08-24   Diego Novillo  <dnovillo@google.com>
3106         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3108 2012-08-14   Diego Novillo  <dnovillo@google.com>
3110         * testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
3112 2012-08-13  Diego Novillo  <dnovillo@google.com>
3114         * testsuite-management/validate_failures.py (ExpirationDate): Tidy
3115         comment.
3117 2012-08-13  Diego Novillo  <dnovillo@google.com>
3119         * testsuite-management/validate_failures.py (ParseSummary): Fix
3120         comment.
3122 2012-08-13  Diego Novillo  <dnovillo@google.com>
3124         * testsuite-management/validate_failures.py: Import datetime.
3125         (TestResult.ExpirationDate): New.
3126         (TestResult.HasExpired): New.
3127         (ParseSummary): Call it.  If it returns True, warn that the
3128         expected failure has expired and do not add it to the set of
3129         expected results.
3130         (GetResults): Clarify documentation.
3132 2012-07-26   Diego Novillo  <dnovillo@google.com>
3134         * testsuite-management/validate_failures.py: Do not use
3135         'with ... as ...' constructs.
3137 2012-07-19   Diego Novillo  <dnovillo@google.com>
3139         * testsuite-management/validate_failures.py (CollectSumFiles):
3140         Rename from GetSumFiles.
3141         (GetSumFiles): Factor out of CheckExpectedResults.
3142         (CheckExpectedResults): Call it.
3143         (ProduceManifest): Call it.
3145 2012-07-18   Diego Novillo  <dnovillo@google.com>
3147         * testsuite-management/validate_failures.py: Fix
3148         /usr/bin/python invocation.
3150 2012-06-19  Steven Bosscher  <steven@gcc.gnu.org>
3152         * check_makefile_deps.sh: Look for c-common.o in c-family/.
3153         Add a few more crt* files to the list of files to skip.
3155 2012-05-31  Marek Polacek  <polacek@redhat.com>
3157         * mklog: Prevent printing three spaces after the date.
3159 2012-06-04   Diego Novillo  <dnovillo@google.com>
3161         * testsuite-management/validate_failures.py (GetResults):
3162         Change argument to accept list of summary files to analyze.
3163         Update callers.
3164         (CheckExpectedResults): Handle options.manifest, options.results
3165         and options.ignore_missing_failures.
3166         (Main): Add options --manifest, --results and --ignore_missing_failures.
3168 2012-05-31   Diego Novillo  <dnovillo@google.com>
3169              Cary Coutant  <ccoutant@google.com>
3171         * mklog: New.
3173 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
3175         PR bootstrap/53472
3176         * contrib/compare-debug (remove_comment): New function.
3177         Remove any .comment sections if the first cmp failed.
3179 2012-05-09  David Edelsohn  <dje.gcc@gmail.com>
3181         * gcc_update: Use $GCC_SVN to retrieve branch and revision.
3183 2012-05-01  Richard Henderson  <rth@redhat.com>
3185         * gcc_update: Add libatomic generated files.
3187 2012-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3189         * compare_tests: Append '/' to make 'find' traverse
3190         symlinked directories.
3192 2012-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3194         * testsuite-management/validate_failures.py (GetBuildData): Use
3195         target_alias.
3197 2012-04-06  Doug Evans  <dje@google.com>
3199         * dg-extract-results.sh: Handle KFAILs.
3201 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3203         * config-list.mk (LIST): Remove mips-sgi-irix6.5.
3205 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
3207         * gennews (files): Add files for GCC 4.7.
3209 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3211         * config-list.mk (LIST): Remove mips-openbsd.
3213 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3215         * config-list.mk (LIST): Remove alpha-dec-osf5.1.
3217 2012-03-02   Diego Novillo  <dnovillo@google.com>
3219         * testsuite-management/validate_failures.py (class TestResult): Fix
3220         match pattern for the summary line.  If there is a parsing failure,
3221         show the line we failed to parse.
3223 2012-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3225         PR libstdc++/52188
3226         * make_sunver.pl: Remove #ifdef handling.
3228 2012-02-17   Doug Kwan  <dougkwan@google.com>
3230         * contrib/testsuite-management/validate_failures.py
3231         (GetMakefileValue): Check for cross compilers.
3233 2012-02-15   Quentin Neill  <quentin.neill@amd.com>
3235         * compare_tests: Fix trailing paths in dir arguments.
3236         Handle sum1/sum2 temp files with others.
3238 2012-02-14  Walter Lee  <walt@tilera.com>
3240         * config-list.mk (LIST): Add tilegx-linux-gnu and
3241         tilepro-linux-gnu.
3242         * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
3243         (gcc/config/tilepro/mul-tables.c): New dependencies.
3245 2012-02-11  Mike Stump  <mikestump@comcast.net>
3247         * compare_tests (exit_status): Fix.
3249 2012-02-10   Diego Novillo  <dnovillo@google.com>
3251         * repro_fail: Add --debug and --debug-tui flags.
3253 2012-02-02  Sumanth G  <sumanth.gundapaneni@kpitcummins.com>
3254             Jayant R Sonar  <jayant.sonar@kpitcummins.com>
3256         * config-list.mk (LIST): Add cr16-elf.
3258 2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
3260         PR target/51345
3261         * gcc_update (files_and_dependencies): Add
3262         gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
3264 2011-11-29  DJ Delorie  <dj@redhat.com>
3266         * config-list.mk (LIST): Add rl78-elf.
3268 2011-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3270         * make_sunver.pl: Convert '?' in glob patterns to '.'.
3272 2011-11-07  Richard Henderson  <rth@redhat.com>
3274         Merged from transactional-memory.
3276         * gcc_update: Add libitm to touch data.
3278 2011-11-07   Quentin Neill  <quentin.neill@amd.com>
3280         * compare_tests: Add ability to compare all .sum
3281         files from two build directories.
3283 2011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
3285         * contrib-list.mk: Add Epiphany configurations.
3287 2011-09-13   Diego Novillo  <dnovillo@google.com>
3289         * testsuite-management: New.
3290         * testsuite-management/validate_failures.py: New.
3292 2011-08-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3294         * gcc_update: Determine svn branch from hg convert_revision.
3296 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3298         * config-list.mk (i586-netware): Remove.
3299         (.PHONY): Remove make-script-dir dependency.
3300         (make-script-dir): Remove.
3301         ($(LIST)): Remove make-script-dir dependency.
3303 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
3305         * gcc_update: Add C6X generated files.
3306         * contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
3308 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3310         * config-list.mk (LIST): Append OPT-enable-obsolete to
3311         alpha-dec-osf5.1, mips-sgi-irix6.5.
3313 2011-06-24  Diego Novillo  <dnovillo@google.com>
3315         * repro_fail: New.
3317 2011-06-21  Joseph Myers  <joseph@codesourcery.com>
3319         * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
3321 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
3323         * gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
3324         gcc/config/arm/arm-fpus.def.
3326 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
3328         * gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
3329         dependencies.
3331 2011-05-09  Joseph Myers  <joseph@codesourcery.com>
3333         * gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
3335 2010-05-05  Joern Rennecke  <joern.rennecke@embecosm.com>
3337         * config-list.mk: New file.
3339 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
3341         * gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
3343 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3345         * paranoia.cc (ENUM_BITFIELD): Remove.
3347 2011-04-08  Joseph Myers  <joseph@codesourcery.com>
3349         * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
3351 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3353         * compare-all-tests (all_targets): Remove crx and m68hc11.
3355 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3357         PR bootstrap/48135
3358         * make_sunver.pl: Don't use File::Glob.
3360 2011-03-05  Joseph Myers  <joseph@codesourcery.com>
3362         * gennews (files): Add files for GCC 4.6.
3364 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
3366         * patch_tester.sh (nopristinecache): New shell var, set according
3367         to presence or absence of new -nopristinecache option.
3368         (usage): Document new option.
3369         (bootntest_pristine): Implement it.
3371 2010-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3373         * make_sunver.pl: Use elfdump -s to extract symbols if possible,
3374         readelf -s otherwise.
3376 2010-11-08  Eric Botcazou  <ebotcazou@adacore.com>
3378         * make_sunver.pl: Ignore entries without symbol name first.  Then do
3379         not ignore symbols marked as 'R'.
3381 2010-10-18  Andi Kleen  <ak@linux.intel.com>
3383         * gccbug.el: Remove.
3385 2010-10-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3387         * gcc_update: Run $GCC_HG pull and update separately.
3388         Check parents for SVN revision.
3390 2010-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3392         * test_recheck: New script.
3394 2010-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3396         * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
3397         Also escape characters with grave accents, to be fixed ...
3398         (unmunge): ... here.
3399         (postprocess): Also handle @/ and @acronym{...}.
3401 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
3403         * check_GNU_style.sh: Do not print warning messages when there are
3404         no occurences.
3406 2010-09-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3408         * gcc_update: Handle hg, too.
3410 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
3412         * make_sunver.pl: Remove extra whitespace in regexp.
3414 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
3416         * check_GNU_style.sh: New.
3418 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3420         * make_sunver.pl: New file.
3422 2010-07-02  Iain Sandoe  <iains@gcc.gnu.org>
3424         * compare-debug (Darwin): Remove '-x' flag from ld-based object
3425         stripping.  Add a comment as to why we do it this way.
3427 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
3429         * compare-debug: Drop LTO sections.
3431 2010-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3433         * gcc_update: Support updating a git clone.
3435 2010-06-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3437         * test_summary: Don't use diff -u.
3438         Adapt egrep regex.
3440 2010-06-02  Andrew Haley  <aph@redhat.com>
3442         * download_prerequisites: New script.
3444 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3446         * dg-extract-results.sh: Redirect grep output to /dev/null instead
3447         of grep -q.
3449 2010-04-22  Basile Starynkevitch  <basile@starynkevitch.net>
3451         * gcc_update: Sets the locale to C.
3453 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
3455         * gennews (files): Add files for GCC 4.5.
3457 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3459         Fix *.log tests output containing "===".
3460         * dg-extract-results.sh (/\===/): Rename to ...
3461         (/^\t\t=== .* ===$/): ... this pattern.
3463 2010-03-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3465         * dg-extract-results.sh: Fix result order to match sequential case.
3467 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3469         * check_warning_flags.sh: Use \012 instead of \n with tr.
3471 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3473         * dg-extract-results.sh: Don't use tail -n.
3475 2009-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3476             Richard Guenther  <rguenther@suse.de>
3478         PR lto/39216
3479         * gcc_update: Adjust file timestamps for lto-plugin.
3481 2009-09-10  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
3483         PR bootstrap/41245
3484         * compare-debug: Handle stripping of dwarf debug sections from darwin
3485         mach-o objects.
3487 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
3489         * compare-debug: Grep for blank before dash to avoid grep -e.
3491 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
3493         * compare-debug: Look for .gkd files and compare them.
3495 2009-08-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3497         PR testsuite/41166
3498         * test_summary: Invoke config.status, rather than trying to
3499         parse it.  Adjust awk script.
3501 2009-08-18  Alexandre Oliva  <aoliva@redhat.com>
3503         * compare-debug: Drop .eh_frame relocations too.
3505 2009-08-18  H.J. Lu  <hongjiu.lu@intel.com>
3507         PR testsuite/40704
3508         * test_summary: Filter out "\r".
3510 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
3512         * compare-debug: Don't fail just because of .eh_frame differences.
3514 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
3516         PR testsuite/39807
3517         * dg-extract-results.sh: Close open files and use >> instead of >
3518         to decrease number of concurrently open files from awk.  Avoid
3519         = at the beginning of a regexp and redirect to a file determined
3520         by curfile variable rather than concatenated strings to workaround
3521         Solaris nawk bug.
3523 2009-04-25  Gerald Pfeifer  <gerald@pfeifer.com>
3525         * test_summary: Only include LAST_UPDATED if it exists.
3526         Complete copyright years.
3528 2009-04-16  Paolo Bonzini  <bonzini@gnu.org>
3530         * compare-all-tests: New.
3532 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3534         * gennews (files): Reference GCC 4.4 web pages.
3536 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
3538         * reghunt/date_based/reg_periodic: Change copyright header to refer
3539         to version 3 of the GNU General Public License and to point readers
3540         at the COPYING3 file and the FSF's license web page.
3541         * reghunt/date_based/reg_search: Likewise.
3542         * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
3543         * regression/btest-gcc.sh: Likewise.
3544         * regression/objs-gcc.sh: Likewise.
3546 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3548         * check_warning_flags.sh: Update flag exceptions.
3550 2008-11-18  Ben Elliston  <bje@au.ibm.com>
3552         * dg-cmp-results.sh: Do not print usage if either .sum file cannot
3553         be opened; print a more meaningful error instead.
3555 2008-10-24  Janis Johnson  <janis187@us.ibm.com>
3556             Jakub Jelinek  <jakub@redhat.com>
3558         * dg-extract-results.sh: New file.
3560 2008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3562         * check_makefile_deps.sh: New file.
3564 2008-05-08  Sebastian Pop  <sebastian.pop@amd.com>
3566         * patch_tester.sh (report): Do not print "Checker: ".
3568 2008-04-23  Sebastian Pop  <sebastian.pop@amd.com>
3570         * patch_tester.sh (report): Do not print the time.
3572 2008-04-01  Joseph Myers  <joseph@codesourcery.com>
3574         * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
3575         Handle @heading.  Handle enumerated lists with starting numbers
3576         and extra headings.
3578 2008-03-10  Janis Johnson  <janis187@us.ibm.com>
3580         * patch_tester.sh (initialization): Initialize svnpatch and stop.
3581         (usage): Add -svnpath and -stop.
3582         (makedir): New.
3583         (argument handling): Process -stop and -svnpath.
3584         (setup code): Use makedir, error out if initial svn checkout fails.
3585         (update): Use svnpath.  Invoke contrib/gcc_update.
3586         (apply_patch): Require that patch was created at top level.  Use eval
3587         with option variables.  Don't use bootstrap target for make.  Verify
3588         that some tests were run.
3589         (bootntest_patched): Use snvpath.
3590         (main loop): For -stop, exit when there are no more patches to test.
3592 2008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3594         * check_warning_flags.sh: Instead of invoke.texi, take the path
3595         to the doc directory as argument.  Check that warnings listed in
3596         'gcc --help' are accepted by the compiler, and listed in the
3597         manuals.
3599 2008-03-06  Tom Tromey  <tromey@redhat.com>
3601         * patch_tester.sh (usage): Watermark is not lexicographic.
3602         Load $STATE/defaults if it exists.
3603         (selfexec): Use $0.
3604         (apply_patch): Handle deletions.
3605         (bootntest): Handle default settings.
3607 2008-03-05  Jakub Jelinek  <jakub@redhat.com>
3609         * gennews (files): Reference GCC 4.3 web pages.
3611 2008-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3613         * check_warning_flags.sh: New file.
3615 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3617         * paranoia.cc (main): Remove handling of c4x_single and
3618         c4x_extended formats.
3620 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
3622         * compareSumTests3: Changed to GPLv3.
3623         * prepare_patch.sh: Same.
3624         * uninclude: Same.
3625         * dglib.pm: Same.
3626         * gennews: Same.
3627         * texi2pod.pl: Same.
3628         * analyze_brprob: Same.
3629         * gcc_build: Same.
3631 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
3633         * patch_tester.sh: Changed to GPLv3.
3635 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3637         * patch_tester.sh: Don't save the script anymore.
3639 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3641         * patch_tester.sh: New.
3642         * prepare_patch.sh: New.
3644 2007-11-26  Alexandre Oliva  <aoliva@redhat.com>
3646         * compare-debug: Introduce -p flag to preserve .stripped files.
3648 2007-10-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3650         * texi2pod.pl: Handle @asis.
3651         (postprocess): Move @gccoptlist{} after all formatting commands.
3653 2007-10-01  Alexandre Oliva  <aoliva@redhat.com>
3655         * compare-debug: Avoid spurious errors when .stripped files
3656         exist.
3658 2007-09-22  Hans-Peter Nilsson  <hp@axis.com>
3660         * warn_summary (srcdirFilter): Add fixincludes, sim,
3661         newlib and mpfr.
3663 2007-08-23  H.J. Lu  <hongjiu.lu@intel.com>
3665         * gcc_update: Handle different URL paths and tags.
3667 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3669         * compare-debug: New.
3671 2007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
3672             Andreas Schwab  <schwab@suse.de>
3674         * gcc_update: Use "svn info" for revision number.  Create
3675         gcc/REVISION with branch name and revision number.
3677 2007-08-10  Diego Novillo  <dnovillo@google.com>
3679         * gcc.doxy: Rename from tree-ssa.doxy.
3681 2007-08-10  Diego Novillo  <dnovillo@google.com>
3683         * tree-ssa.doxy: Update for doxygen 1.5.
3684         Include all the files in the middle and back ends.
3686 2007-06-30  Hans-Peter Nilsson  <hp@axis.com>
3688         * gcc_update (files_and_dependencies): Handle
3689         gcc/testsuite/gcc.dg/cpp/direct2s.c.
3691 2007-05-13  Mark Mitchell  <mark@codesourcery.com>
3693         * gennews (files): Reference GCC 4.2 web pages.
3695 2007-04-04  Zack Weinberg  <zack@mrtock.ucsd.edu>
3697         * texi2pod.pl: Correct handling of @itemize with no argument.
3699 2007-03-17  Hans-Peter Nilsson  <hp@axis.com>
3701         * uninclude: New utility, from Alexandre Oliva.
3703 2007-02-26  Dominique Dhumieres  <dominiq@lps.ens.fr>
3705         * test_installed: Adjust to the move from g77 to gfortran.
3707 2007-02-16  Matthias Klose  <doko@debian.org>
3709         * texi2pod.pl: Handle @subsubsection, ignore @anchor.
3711 2007-02-10  Hans-Peter Nilsson  <hp@axis.com>
3713         * test_summary (configflags): Adjust for changes in the
3714         config.status format due to update to autoconf 2.59.
3716 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3718         * gcc_update: Update for configure.in -> configure.ac.
3720 2007-02-06  Richard Sandiford  <richard@codesourcery.com>
3722         * texi2pod.pl: Handle @multitable.
3724 2007-01-15  Tom Tromey  <tromey@redhat.com>
3726         * download_ecj: New file.
3728 2006-09-27  Matthew Sachs  <msachs@apple.com>
3730         * compareSumTests3: POD syntax fix.
3732 2006-09-27  Matthew Sachs  <msachs@apple.com>
3734         * dglib.pm: Initial commit.
3735         * compareSumTests3: Initial commit.
3737 2006-09-18  Bernhard Fischer  <aldot@gcc.gnu.org>
3739         * dg-cmp-results.sh (compare-$$.awk): Print name[old]
3740         and not non-existing nm[old].
3742 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3744         Port to hosts whose 'sort' and 'tail' implementations
3745         treat operands with leading '+' as file names, as POSIX
3746         has required since 2001.  However, make sure the code still
3747         works on pre-POSIX hosts.
3748         * compare_tests: Don't assume "sort +2" is equivalent to
3749         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3751 2006-06-05  James Lemke  <jwlemke@wasabisystems.com>
3753         * dg-cmp-results.sh: New script for comparing DejaGNU logs.
3755 2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
3756             Mike Stump  <mrs@apple.com>
3758         * compare_tests: Handle multilibs better.
3760 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3762         * texi2pod.pl: Correct handling of absolute @include.
3764 2006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
3766         * texi2pod.pl: Handle -I.
3768 2006-02-28  Mark Mitchell  <mark@codesourcery.com>
3770         * gennews (files): Update for GCC 4.1.
3772 2006-01-24  Diego Novillo  <dnovillo@redhat.com>
3774         * gcc_update (files_and_dependencies): Handle
3775         libgomp/testsuite/Makefile.in.
3777 2006-01-18  Richard Henderson  <rth@redhat.com>
3778             Diego Novillo  <dnovillo@redhat.com>
3780         * gcc_update (files_and_dependencies): Add libgomp files.
3782 2005-12-06  Ben Elliston  <bje@au.ibm.com>
3784         * newcvsroot: Remove.
3786 2005-11-03  Steven Bosscher  <stevenb@suse.de>
3788         * gcc_build: Fix my previous checking.
3790 2005-11-01  Joseph S. Myers  <joseph@codesourcery.com>
3792         * gcc_update: Include revision number in LAST_UPDATED.
3794 2005-10-30  Steven Bosscher  <stevenb@suse.de>
3796         * gcc_build: Use gcc.gnu.org as the default server.  Set up
3797         SVN_REPOSITORY correctly.  Add support for checking out branches.
3799 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3801         * gcc_update: When svn update is called and
3802         --silent is used, pass -q.
3804 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3806         * gcc_update: Remove the -q from svn invocation.
3808 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3810         * gcc_build: Remove -d from the call to gcc_update.
3812 2005-10-28  Daniel Berlin  <dberlin@dberlin.org>
3813             Ben Elliston  <bje@au1.ibm.com>
3815         * gcc_update: Update for svn.
3816         * newcvsroot: Ditto.
3817         * gcc_build: Ditto.
3819 2005-10-21  Mark Mitchell  <mark@codesourcery.com>
3821         * texi2pod.pl: Substitue for @value even when part of @include.
3823 2005-10-21  Bob Wilson  <bob.wilson@acm.org>
3825         * texi2pod.pl: Convert two single quotes or two backquotes to
3826         double quotes.
3828 2005-08-23  Ben Elliston  <bje@au.ibm.com>
3830         * gcc_update: Update dependencies for libjava/aclocal.m4.
3832 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
3834         * All files: Update with new FSF address.
3836 2005-07-14  Ben Elliston  <bje@au.ibm.com>
3838         * filter_params.pl: Typo fix.
3839         * filter_knr2ansi.pl: Likewise.
3841 2005-06-05  Gerald Pfeifer  <gerald@pfeifer.com>
3843         * gennews (files): Update for egcs-1.0 release pages consolidation.
3845 2005-04-17  Joseph S. Myers  <joseph@codesourcery.com>
3847         * gennews (files): Update for GCC 4.0.
3849 2005-03-18  Alexandre Oliva  <aoliva@redhat.com>
3851         * gcc_update (silent): Unset instead of initializing to null.
3853 2005-03-18  Andreas Schwab  <schwab@suse.de>
3855         * gcc_update (apply_patch): Properly quote $1.
3857 2005-03-18  Zack Weinberg  <zack@codesourcery.com>
3859         * gcc_update: Add --silent option.
3861 2005-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3863         * warn_summary (keywordFilter): Update sed pattern for new quoting
3864         style in warnings.
3866 2005-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3868         * warn_summary: Add -fortran subdir flag.
3869         (subdirectoryFilter): Fix missing ada subdir.
3871 2004-11-20  Hans-Peter Nilsson  <hp@bitrange.com>
3873         * gcc_update (touch_files): Don't rely on "make" being GNU make;
3874         grep for "Touching" to determine that the rule executes.
3876 2004-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
3878         * gcc_update (touch_files): Explicitly pass --no-print-directory.
3880 2004-11-04  Andrew Pinski  <pinskia@physics.uc.edu>
3882         * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
3884 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
3886         * gcc_update: Add fixincludes.
3888 2004-08-26  Matthias Klose  <doko@debian.org>
3890         * texi2pod.pl: keep references of the form @ref{...}, print them bold.
3892 2004-08-26  Matthias Klose  <doko@debian.org>
3894         * test_summary: Include baseline used for libstdc++-v3 abi check
3895         in test summary.
3897 2004-08-25  Ben Elliston  <bje@au.ibm.com>
3899         * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
3901 2004-08-20  Andreas Tobler  <a.tobler@schweiz.ch>
3903         * gcc_update (self): libjava/configure.in -> configure.ac. Automake
3904         update done.
3906 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
3908         * gcc_update: libjava/configure.ac -> configure.in.  Automake
3909         1.4 does not handle configure.ac properly.
3911 2004-08-04  Andreas Schwab  <schwab@suse.de>
3913         * gcc_update: libjava/configure.in -> configure.ac.
3915 2004-08-03  Richard Earnshaw  <rearnsha@arm.com>
3917         * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
3919 2004-07-16  Jeff Law  <law@redhat.com>
3921         * analyze_brprob: Fix comments.  More consistent output format.
3923 2004-06-17  Diego Novillo  <dnovillo@redhat.com>
3925         * tree-ssa.doxy: Update for doxygen 1.3.5.
3927 2004-06-14  Andreas Jaeger  <aj@suse.de>
3929         * gcc_update: boehm-gc/configure.in -> configure.ac.
3931 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
3933         * gcc_update (boehm-gc/configure): Depend on
3934         boehm-gc/configure.ac instead of boehm-gc/configure.in
3936 2004-06-14  Paolo Bonzini  <bonzini@gnu.org>
3938         * gcc_update (libmudflap/configure): Depend on
3939         libmudflap/configure.ac instead of libmudflap/configure.in
3941 2004-06-14  Andreas Jaeger  <aj@suse.de>
3943         * gcc_update: Add libcpp.
3945 2004-06-10  Andreas Jaeger  <aj@suse.de>
3947         * gcc_update: Add libgfortran.
3949 2004-05-29  Andrew Pinski  <pinskia@physics.uc.edu>
3951         * gcc_update (libbanshee/configure): Depend on
3952         libbanshee/configure.ac instead of libbanshee/configure.in
3954 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
3956         * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
3957         from list of files to be touched.
3958         * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
3960 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
3962         * gennews: Update for GCC 3.4.
3964 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
3966         Merge from tree-ssa-20020619-branch.
3968         * filter_gcc_for_doxygen: New file.
3969         * filter_knr2ansi.pl: New file.
3970         * filter_params.pl: New file.
3971         * tree-ssa.doxy: New file.
3972         * contrib/gcc_update (files_and_dependencies): Handle
3973         libbanshee and libmudflap.
3975 2004-04-12  Kelley Cook  <kcook@gcc.gnu.org>
3976             Andreas Jaeger  <aj@suse.de>
3978         * gcc_update (files_and_dependencies): Insert zlib dependencies.
3980 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3982         * gcc_update (files_and_dependencies): libobjc/configure now
3983         depends on configure.ac, not configure.in.
3985 2004-04-01  Kelley Cook  <kcook@gcc.gnu.org>
3987         * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
3989 2004-03-16  Andreas Tobler  <a.tobler@schweiz.ch>
3991         * gcc_update (files_and_dependencies): Insert libffi dependencies.
3993 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
3995         * gcc_update (files_and_dependencies): Insert libada/configure.
3997 2004-02-29  Andrew Pinski  <pinskia@physics.uc.edu>
3999         * gcc_update (files_and_dependencies): Update intl/configure.in
4000         to intl/configure.ac.
4002 2004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
4004         * gcc_update (files_and_dependencies): Update fastjar/configure.in
4005         to fastjar/configure.ac
4007 2004-01-07  Kelley Cook  <kcook@gcc.gnu.org>
4009         * gcc_update (files_and_dependencies): Remove non-existant files.
4011 2004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
4013         * gcc_update (files_generated): Revert 2003-12-18 change.
4015 2004-01-03  Andrew Pinski  <pinskia@physics.uc.edu>
4017         * gcc_update (files_and_dependencies): For gcc directory,
4018         rename configure.in to configure.ac.
4020 2003-12-19  Andreas Tobler  <a.tobler@schweiz.ch>
4022         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
4023         remove acconfig.h. No longer used.
4025 2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
4027         * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
4028         gcc/ada/gnat_ug_* to use it.
4030 2003-12-16  James E Wilson  <wilson@specifixinc.com>
4032         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
4033         rename configure.in to configure.ac, and stamp-h.in to config-h.in.
4035 2003-12-11  Kelley Cook  <kcook@gcc.gnu.org>
4037         * gcc_update (files_and_dependencies): Correct typo in the filename
4038         gnat_ug_wnt.texi.
4040 2003-12-08  Arnaud Charlet  <charlet@act-europe.fr
4042         * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
4043         treeprs.ads.
4045 2003-10-16  Mark Mitchell  <mark@codesourcery.com>
4047         * gennews (files): Add GCC 3.3 files.
4049 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
4051         * gcc_build: Fix handling of -t option.  Add -x option.
4053 2003-07-31  Matt Kraai  <kraai@alumni.cmu.edu>
4055         * texi2pod.pl: Remove extra line.
4057 2003-07-15  Matt Kraai  <kraai@alumni.cmu.edu>
4059         * texi2pod.pl: Default @itemize's parameter to @bullet.
4061 2003-07-12  Zack Weinberg  <zack@codesourcery.com>
4063         * gcc_update: gcc/acconfig.h no longer exists.
4065 2003-07-11  Matthias Klose  <doko@debian.org>
4067         * test_installed: Add options to run objc tests.
4068         In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
4070 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
4072         * gcc_update: Remove gcc/intl/plural.c from list.
4073         Add new generated files intl/plural.c, intl/configure,
4074         intl/config.h.in.
4076 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
4078         * gcc_update (files_and_dependencies): Add
4079         gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
4080         gcc/testsuite/gcc.dg/cpp/mi1c.h.
4082 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4084         * paranoia.cc: Fix spelling error.
4086         * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
4087         to GCC.
4089 2003-04-04  Mike Stump  <mrs@apple.com>
4091         * compare_tests: Fix exit status and be more flexible with spacing.
4093 2003-03-08  Phil Edwards  <pme@gcc.gnu.org>
4095         * test_summary:  Add -h, print existing comments as help.
4097 2003-03-03  H.J. Lu  <hjl@gnu.org>
4099         * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
4100         * gcc_update: Likewise.
4102 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
4104         * test_summary (configflags): Only use the first match.  Remove
4105         excess space.  Use sub instead of gsub where possible.  Use `none'
4106         if no configure flags were given.
4108 2003-01-10  Loren J. Rittle  <ljrittle@acm.org>
4110         * test_summary (configflags): awk portability.
4112 2003-01-07  Alexandre Oliva  <aoliva@redhat.com>
4114         * test_summary (configflags): Compute correctly with both
4115         autoconfiscated and Cygnus-style top-level.
4117 2003-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4119         * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
4120         on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
4121         gcc/java/keyword.gperf
4123 2002-12-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4125         * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
4126         depending on gcc/intl/plural.y.
4128 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
4130         * gcc_update (configure): Depend on config/acx.m4 as well.
4132         * gcc_update (configure): Depend on configure.in.
4134 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
4136         * texi2pod.pl: Skip contents of @copying.
4138 2002-11-09  Zack Weinberg  <zack@codesourcery.com>
4140         * gthr_supp_vxw_5x.c: New file.
4142 2002-10-21  Richard Henderson  <rth@redhat.com>
4144         * paranoia.cc (real_c_float::image): Accomodate size of
4145         real_internal format.
4146         (main): Unbuffer stdio.  Add real_internal format.
4147         (floor_log2_wide): New.
4149 2002-10-16  Richard Henderson  <rth@redhat.com>
4151         * paranoia.cc (ENUM_BITFIELD): New.
4152         (class): Define as klass around real.h.
4153         (real_c_float): Not a template any longer; define MODE as a
4154         class static constant; use real_format elements for SIZE.
4155         Update uses of real_to_decimal and real_to_hexadecimal.
4156         (main): Change -g argument to use a format name.
4157         (mode_for_size): Remove.
4159 2002-09-16  Richard Henderson  <rth@redhat.com>
4161         * paranoia.cc: New file.
4163 2002-09-04  Richard Henderson  <rth@redhat.com>
4165         * enquire.c: Remove.
4167 2002-08-14  Mark Mitchell  <mark@codesourcery.com>
4169         * gennews (files): Add GCC 3.2 files.
4171 2002-07-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4173         * gennews (files): Add proper files for the GCC 3.1 release series.
4174         Simplify and reformat introductory wording.
4176 2002-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4178         * enquire.c: Move from gcc.
4180 2002-07-16  H.J. Lu  <hjl@gnu.org>
4182         * gcc_update (touch_files): Pass -s to ${MAKE}.
4184 2002-06-26  Zack Weinberg  <zack@codesourcery.com>
4186         * texi2pod.pl: Correct handling of the internal R<> sequence.
4188 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
4190         * gcc_update (files_and_dependencies): Add generated Texinfo files
4191         for Ada.
4193 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4195         * test_installed: Allow for PWDCMD to override hardcoded pwd.
4196         * test_summary: Likewise.
4198 2002-04-18  Geoffrey Keating  <geoffk@redhat.com>
4200         * gcc_update (touch_files): Don't have empty for loop.
4202 2002-04-16  Richard Henderson  <rth@redhat.com>
4204         * gcc_update: Remove libchill.
4206 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
4208         * texi2pod.pl: Handle @end ftable and @end vtable.
4210 2002-03-11  Zack Weinberg  <zack@codesourcery.com>
4212         * texi2pod.pl: Handle @include, @ftable, @vtable.
4213         Reformat some code for clarity.
4215 2002-02-24  Christian Jönsson  <c.christian.joensson@telia.com>
4217         * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
4218         WARNING and ERROR output from the *.sum files.
4220 2002-01-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4222         * gennews (files): Replace gcc-2.95/gcc-2.95.html,
4223         gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
4224         and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
4226 2002-01-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4228         * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
4229         egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
4230         egcs-1.1/index.html.
4232 2002-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4234         * warn_summary: Add -ada subdirectory flag.
4236 2001-12-12  Matthias Klose  <doko@debian.org>
4238         * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
4239         generation of more than one man page from one source.
4240         Add '-' to set of valid chars for an identifier.
4241         Let -D option accept flags of the form <flag>=<value>.
4242         Use \s+ for whitespace detection in '@c man' lines.
4243         Handle @set and @clear independent of $output.
4244         Substitute all @value{}'s in a line.
4246 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4248         * texi2pod.pl: Handle @ifnottex, @iftex and @display.  Handle @var
4249         in verbatim blocks specially.  Handle @unnumbered, @unnumberedsec
4250         and @center.  Allow [a-z] after @enumerate.  Handle 0 and numbers
4251         greater than 9 in enumerations.
4253 2001-11-07  Laurent Guerby  <guerby@acm.org>
4255         * gcc_update (files_and_dependencies): Add Ada dependencies.
4257 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4259         * snapshot: Remove.
4261 2001-09-07  Richard Sandiford  <rsandifo@redhat.com>
4263         Revert:
4264         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
4265         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
4266         touch.
4268 2001-09-04  David.Billinghurst  <David.Billinghurst@riotinto.com>
4270         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
4271         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
4272         touch.
4274 Mon Aug 13 02:29:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
4276         * analyze_brprob: Update for changes in gcc debug output.
4278 Sat Jul 28 22:37:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
4280         * analyze_brprob: Avoid more overflows.
4282 2001-07-27  Richard Henderson  <rth@redhat.com>
4284         * test_summary: Copy LAST_UPDATED UTC time to head of summary.
4286 Fri Jul 27 18:01:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
4288         * analyze_brprob: Avoid overflows.
4290 2001-07-27  Richard Henderson  <rth@redhat.com>
4292         * gcc_update: Dump timestamp in LAST_UPDATED.
4294 2001-07-26  Andreas Jaeger  <aj@suse.de>,
4295             Hans-Peter Nilsson  <hp@bitrange.com>
4297         * analyze_brprob: Fix documentation.
4299 Mon Jul 23 15:47:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
4301         * analyze_brprob: Fix awk compatibility problems; update comment.
4303 2001-07-23  Andreas Jaeger  <aj@suse.de>
4305         * analyze_brprob: Fix more typos.
4307 2001-07-23  Andreas Jaeger  <aj@suse.de>
4309         * analyze_brprob: Fix typos.
4311 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4313         * texi2pod.pl: Handle @r inside @item.
4315 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
4317         * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
4319 2001-07-01  Zoltan Felleg  <zfelleg@telnet.hu>
4321         * warn_summary: Fix typo in a comment.
4323 2001-06-14  Albert Chin-A-Young  <china@thewrittenword.com>
4325         * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
4327 2001-06-13  Mark Mitchell  <mark@codesourcery.com>
4329         * gennews: Set TERM to vt100 for Lynx.
4331 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4333         * release: Remove.
4335 Tue Jun 12 12:21:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
4337         * analyze_brprob: New file.
4339 2001-06-11  Mark Mitchell  <mark@codesourcery.com>
4341         * gcc_build: Output information about the commands used to
4342         configure the compiler.
4344 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4346         * gennews: Update for GCC 3.0.
4348 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4350         * gcc_update: Update for move of documentation to gcc/doc.
4352 2001-05-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4354         * contrib/test_summary (files): Sort before evaluating.
4356 2001-05-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4358         * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
4360 2001-05-21  Mark Mitchell  <mark@codesourcery.com>
4362         * gcc_build: Use -d when invoking gcc_update.
4364 2001-05-18  Andreas Jaeger  <aj@suse.de>
4366         * gcc_update: Add rules for libf2c/libI77.
4368 2001-05-17  Alexandre Oliva  <aoliva@redhat.com>
4370         * gcc_update (touch_files): Use simpler, yet as portable, syntax.
4372 2001-05-14  Loren J. Rittle  <ljrittle@acm.org>
4374         * gcc_update (touch_files): Enhance make portability.
4376 2001-05-14  Alexandre Oliva  <aoliva@redhat.com>
4378         * gcc_update (touch_files): Use a Makefile to touch files.
4380 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4382         * texi2pod.pl: Add copyright and GPL notices.
4384 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
4386         * texi2pod.pl: Handle "\,".
4388 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
4390         * texi2pod.pl: Fix regular expression for @r to avoid exponential
4391         recursion.  From Russ Allbery <rra@stanford.edu>.  Remove perl
4392         version check.
4394 2001-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4396         * warn_summary (stageNfilter): Update for recent changes in
4397         bootstrap logic.
4399 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4401         * texi2pod.pl: Require at least perl 5.6.0.
4403 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4405         * gcc_update: Add gcc/gcc.1 to generated files.
4406         * texi2pod.pl: Handle @r and @gccoptlist.  Handle @gol.  Handle
4407         discarding to end of sentence with @xref where the sentence has an
4408         interior "." in markup, and handle discarding parentheses around
4409         such a sentence.
4411 2001-01-11  Bernd Schmidt  <bernds@redhat.com>
4413         * gennews: Add gcc-2.95.3.
4415 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
4417         * texi2pod.pl: Handle @gcctabopt and @env in tables.  Handle
4418         @command.  Format URLs and email addresses in bold.
4420 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4422         * gcc_update: Add cpp.1 to the list of generated files.
4424         * texi2pod.pl: Handle @option and @env.
4426 2001-01-03  Mike Stump  <mrs@wrs.com>
4428         * snapshot: Update to account for java libraries.
4430 2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
4432         * test_summary: Export filesuffix, not fileprefix.
4434 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4436         * release: Change some EGCS references to GCC.
4438 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4440         * warn_summary: Fix subdirectory filtering.  Add -intl and -fixinc
4441         subdirectory flags.  Add source directory prefix filtering.
4442         Redirect diagnostic output to stderr.
4444 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
4446         * texi2pod.pl: If multiple @c man sections with the same tag
4447         appear, concatenate them in the final output.  When skipping,
4448         ignore block commands that can't cause skipping, and honor
4449         those that can.  Ensure that verbatim blocks are separate
4450         paragraphs.
4452 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4454         * gcc_update: Don't touch tradcif.c or java/parse.h.
4456 2000-12-05  Zack Weinberg  <zack@wolery.stanford.edu>
4458         * texi2pod.pl: Restructure for comprehensibility, add
4459         comments.  Merge handling of @ignore and @ifxxx.  Handle a
4460         whole bunch more Texinfo commands.  Use consistent formatting
4461         style.
4463 2000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4465         * gennews: New script.
4467 2000-11-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4469         * gcc_update: Update a comment as we now require bison for CVS users.
4471 2000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4473         * gcc_update: Add gcov.1 to the list of generated files.
4475 2000-11-21  Mark Mitchell  <mark@codesourcery.com>
4477         * gcc_build: Remove code to put information in a log file.
4479 2000-11-19  Zack Weinberg  <zackw@stanford.edu>
4481         * texi2pod.pl:
4482         - Add real command line parsing.
4483           - Support @ifset, @ifclear, @set, @value, -D switch.
4484           - Support @sc.  Improve handling of @ref and friends.
4485           - Discard @subsection, @need, @node lines.
4486         - Un-nest font changes to match texinfo semantics.
4487           - Handle @{ and @}.  Oops.
4488         - Don't emit E<> directives inside verbatim blocks.
4490 2000-11-12  Bruce Korb  <bkorb@gnu.org>
4492         * release: generalize the release script a bit.
4494 Sat Nov 11 17:29:03 2000  Mark P Mitchell  <mark@codesourcery.com>
4496         * gcc_build: Add -o option for setting the objdir to use.
4498 2000-11-11  Jeff Law  <law@redhat.com>,
4500         * release: New file.
4502 2000-11-08  Jeff Law  <law@redhat.com>,
4503             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4505         * snapshot: New file.
4507 2000-11-08  Jeffrey Oldham  <oldham@oz.codesourcery.com>
4509         * gcc_build (bootstrap_gcc): New function.
4510         (configure_gcc): Likewise.
4511         (build_gcc): Rewritten to use configure and bootstrap.
4512         (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
4514 2000-10-31  Mark Mitchell  <mark@codesourcery.com>
4516         * gcc_build (MAKE): New variable.
4517         (build_gcc): Use it.  Fix logging of errors.
4518         (install_gcc): Likewise.
4520 2000-10-29  Mark Mitchell  <mark@codesourcery.com>
4522         * gcc_build: Save the output from CVS into the logfile as well.
4524 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
4526         * gcc_build: Fix typos.
4528 2000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4530         * gperf-2.7-19981006.pat: Remove.
4532 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4534         * test_installed: Change EGCS references to refer to GCC.
4536 2000-09-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4538         * gcc_update (touch_files): Add some informative output.
4540 2000-09-16  Andreas Jaeger  <aj@suse.de>
4542         * gcc_update: Remove gcc/c-parse.gperf.
4544 2000-08-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>,
4545             Alexandre Oliva  <aoliva@redhat.com>
4547         * gcc_update: Execute touch_files_reexec even if `cvs update`
4548         failed.
4550 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
4552         * test_summary: AWK breaks with filenames containing `='.
4554 Sun Jul 16 12:04:33 2000  Mark P Mitchell  <mark@codesourcery.com>
4556         * gcc_build: New script.
4558 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
4560         * gcc_update (files_and_dependencies): Remove generated YACC files.
4562 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
4564         * gcc_update (files_and_dependencies): Remove generated YACC files.
4566 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
4568         * newcvsroot: Handle filenames that contain spaces.
4570 2000-06-03  Zack Weinberg  <zack@wolery.cumb.org>
4572         * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
4573         Elide --with-gcc-version-trigger and --norecursion from
4574         configure flags.  Remove code to report status of haifa scheduler.
4576 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
4578         * gcc_update (self): Set to `$0'.
4579         (touch_files_reexec): Use `$self' instead of `$0'.
4581 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
4583         * gcc_update (touch_files_reexec): New function, run after the
4584         tree is modified.
4586 2000-05-08  Richard Hendeson  <rth@cygnus.com>
4588         * gcc_update: Remove references to inclhack.tpl.
4590 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
4592         * index-prop: Use a single pattern.  Also support *** cdiffs.
4594 2000-04-28  Pavel Roskin  <pavel_roskin@geocities.com>
4596         * index-prop: Don't change /dev/null.
4598 2000-04-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4600         * gcc_update: Refer to GCC and gcc_update instead of egcs and
4601         egcs_update.
4603 2000-04-26  Jonathan Larmour  <jlarmour@redhat.co.uk>
4605         * index-prop: Fix occasional problem when using cvs diff -p.
4607 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
4609         * gcc_update: Remove references to cexp.c/cexp.y.
4611 1999-12-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4613         * newcvsroot: Add check on the number of command-line arguments.
4614         Add usage.
4616 Sun Nov 28 00:41:44 1999  William Bader (william@nscs.fast.net)
4618         * gcc_update: Allow patches compressed by bzip2.
4620 1999-10-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4622         * newcvsroot: New file.
4624 1999-09-11  Craig Burley  <craig@jcb-sc.com>
4626         * convert_to_f2c, convert_to_g2c, download_f2c: New file.
4628 1999-08-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4630         * gcc_update: New file.
4631         * egcs_update: Renamed to gcc_update.
4633 1999-08-09  Robert Lipe  <robertlipe@usa.net>
4635         * test_summary: Quote curly braces in 1999-07-03 change.
4637 1999-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
4639         * egcs_update (files_and_dependencies): Fixed typo in
4640         gcc/cstamp-h.in.  Added gcc/config.in.
4642 1999-07-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
4644         * egcs_update (files_and_dependencies): New function, with
4645         complete list of files to be updated, as well as their
4646         dependencies.
4647         (touch_files): Check the timestamp of each generated file against
4648         its dependencies'.
4649         (main): New flags --touch, --list and --help.  Remove the
4650         pre-update step.
4652 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
4654         * test_summary: Replace egcs with gcc.  Update e-mail address.
4656 1999-07-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4657             Jerry Quinn  <jquinn@nortelnetworks.com>
4659         * egcs_update (touch_files, apply_patch): New functions.
4660         Use them.  New command-line option --patch.  Split test of local
4661         tree into two parts.  Add comments.
4663 1999-07-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
4665         * test_summary: If Target is `unix{*}', append the Target variants
4666         to Host.
4668 1999-06-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
4670         * test_summary: Set default mail-address and version for egcs
4671         instead of relying on unpredictable pathnames.
4672         Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
4674 Fri Apr  2 16:09:02 1999  Jeffrey A Law  (law@cygnus.com)
4676         * fixinc/*: Delete obsolete files.
4678 1999-02-04  Robert Lipe  <robertlipe@usa.net>
4680         * egcs_update: Test return values of 'cvs update'.  Propogate
4681         to caller as exit values.
4683 1999-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4685         * egcs_update: Use "if" instead of "&&".  Touch generated files
4686         only after the corresponding *.y files.
4688 1999-01-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4690         * egcs_update: Do not use xargs, but a backquote construct.
4692 1999-01-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
4694         * test_summary (version): Remove carriage return that gawk inserts
4695         in the version string for some reason.
4697 1998-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4699         * egcs_update: Only touch files that already exist.
4701 1998-11-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
4703         * test_summary (EOF): Remove double backslash.
4704         Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4706 1998-11-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
4708         * test_summary (address): Set to egcs-testresults mailing list.
4710 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
4712         * test_summary (address): Added Marc Lehmann's testsuite-results
4713         to the default e-mail address.
4715 1998-11-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
4717         * test_summary (-p, prepend_logs): Add these before the summary.
4718         (Compiler, Platform): Print these just before configflags.
4720 Sat Oct 31 10:53:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4722         * warn_summary (longLineFilter): New shell function to encapsulate
4723         this functionality.  It is off by default, only active if -llf
4724         flag is specified.
4725         (subdirectoryFilter): Fix bug in filtering which made some
4726         subdirectory warnings erroneously appear in the toplevel set.
4727         (stageNfilter): Renamed from `stageNwarns'.  Updated to collect
4728         warnings from stage1 as well as stage0, which means warnings from
4729         outside the bootstrap directory.  Eg, the libraries, etc.
4730         (warningFilter): New shell function to encapsulate this
4731         functionality.
4732         (keywordFilter): New shell function to encapsulate this
4733         functionality.
4735         Store data in a temp file rather than calculating it 3x.  Arrange
4736         to remove it on exit and signals.
4738         Add -pass/-wpass flags to do "pass through" (i.e. manual
4739         inspection) of bootstrap output from a particular stageN as well
4740         as language subdirs.
4742         Add better comments/documentation.
4744 Sat Oct 31 16:39:31 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4746         * egcs_update: Add comment about keeping the FAQ synchronized.
4748 Fri Oct 30 00:39:27 1998  Jeffrey A Law  (law@cygnus.com)
4750         * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
4751         in the repo again.
4753 Fri Oct 16 07:35:00 1998  Bruce Korb  <korb@datadesign.com>
4755         * egcs_update:  Added gcc/fixinc/* generated files to touch list.
4757 Tue Oct 13 23:28:33 1998  Jeffrey A Law  (law@cygnus.com)
4759         * egcs_update: Remove gcc/java/parse.c from list of files to
4760         touch.
4762 Wed Oct  7 13:00:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4764         * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
4766 Mon Oct  5 14:19:48 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4768         * warn_summary (subdirectoryFilter): New shell function to
4769         optionally filter in/out gcc subdirectories when summarizing
4770         warnings.  Add new flags to support subdirectory filtering.
4772         Also, ensure the bootstrap stage is a number.  Add some more C
4773         keywords that are preserved in the "warning type" summary and
4774         tighten up the "arg ???" regexp.
4776 Tue Sep 22 07:30  Bruce Korb  <korb@datadesign.com>
4778         * fixinc/inclhack.def:  Not all C++ comments in C headers
4779         were treated alike.  They are now.  Also fixed syntax
4780         of sed expression in "systypes" fix.
4782         * fixinc/inclhack.def:  Removed SVR4.2-ism from shell invocation
4784         * egcs_update:  Added fixinc/* generated files to touch list.
4786 Wed Sep 16 16:06:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4788         * egcs_update: Additionally touch gcc/java/parse.[ch].
4790 Thu Sep  9 16:48  Bruce Korb <korb@datadesign.com>
4792         * fixinc/inclhack.def:  Added two files required by
4793         SCO's Open Server 5's avoid_bool fix.
4794         Regenerated fixinc.x and inclhack.sh to incorporate
4795         the update.
4797 Thu Sep  3 10:11:32 1998  Robert Lipe   <robertl@dgii.com>
4799         * egcs_update: Do the pass 1 CVS update only for files that
4800         may reasonably be under CVS control.
4802 1998-08-14  Alexandre Oliva  <oliva@dcc.unicamp.br>
4804         * test_installed: New script for testing already-installed
4805         gcc/g++/g77.
4807 Wed Aug 12 19:59:36 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4809         * egcs_update: Assigned copyright to FSF.
4811 Tue Aug 11 17:55:53 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4812                           Alexandre Oliva  <oliva@dcc.unicamp.br>
4814         * egcs_update: New switch --nostdflags and documentation
4815         enhancements.
4817 Tue Aug 11 17:33:19 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4819         * egcs_update: New script.
4821 1998-08-05  Bruce Korb  <korbb@datadesign.com>
4823         * fixinc/Makefile
4824         Added define for target machine so machine-specific tests
4825         can be selected for or against.
4827         * fixinc/fixincl.c
4828         Added an array of string pointers to machines to select
4829         or avoid, depending on a FD_MACH_IFNOT bit flag.
4830         Used a shell script to match the defined TARGET_MACHINE
4831         with any of the given match patterns.
4833         * fixinc/fixincl.tpl
4834         Generate the array of strings and bit flag, as needed,
4835         depending on "mach" and "not_machine" attributes for a fix.
4837         * fixinc/mkfixinc.sh
4838         Invoke the make with TARGET assigned the value of the
4839         machine name argument.
4841 Mon Jul 27 22:08:12 1998  Mike Stump  (mrs@wrs.com)
4843         * compare_tests: New script.
4845 1998-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
4847         * test_summary: Assigned copyright to FSF.
4849 Mon Jul 27 20:33:02 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4851         * test_summary: Corrected script name in comments providing
4852         documentation.  Added linebreaks for lines with > 80 characters.
4854 Fri Jun 19 02:36:59 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
4856         * test_summary: New switch, -i, and environment variable,
4857         append_logs, for including files in the report.
4859 1998-06-01  Manfred Hollstein  <manfred@s-direktnet.de>
4861         * warn_summary: Update to Kaveh's latest version allowing to
4862         specify the last stage built.
4864 1998-05-29  Bruce Korb  <korbb@datadesign.com>
4866         * fixinc/mkfixinc.sh
4867         Changes to make it easier to invoke on platforms that
4868         normally do not invoke fixincludes.
4870         * fixinc/inclhack.def
4871         Applied fixes from egcs/gcc/fixincludes from the past several
4872         months.
4874 1998-05-28  Bruce Korb  <korbb@datadesign.com>
4876         * fixinc/*: Updated most everything for a first real
4877         try at getting "fast_fixincludes" working.
4879 1998-05-28  Jason Merrill  <jason@yorick.cygnus.com>
4881         * index-prop: New file.
4883 Sat May 23 23:38:49 1998  Matthias Klose  <doko@cs.tu-berlin.de>
4885         * test_summary: find good awk (copied from warn_summary).
4887 Sat May 23 23:38:33 1998  Jeffrey A Law  (law@cygnus.com)
4889         * test_summary, warn_summary: New files