c++: empty base constexpr adjustment [PR105245]
[official-gcc.git] / contrib / ChangeLog
blobcfacc18c319e5f93273131b33e3004c18014daf6
1 2022-04-28  Jakub Jelinek  <jakub@redhat.com>
3         * gcc-changelog/git_update_version.py (active_refs): Add
4         releases/gcc-12.
6 2022-04-25  Martin Liska  <mliska@suse.cz>
8         * filter-clang-warnings.py: Filter out
9         -Wc++20-attribute-extensions in lex.cc.
11 2022-04-25  Martin Liska  <mliska@suse.cz>
13         * filter-clang-warnings.py: Filter out
14         -Wbitwise-instead-of-logical.
16 2022-04-04  Martin Liska  <mliska@suse.cz>
18         * gcc-changelog/git_update_version.py: Ignore the revision.
20 2022-03-31  Jakub Jelinek  <jakub@redhat.com>
21             Joseph Myers  <joseph@codesourcery.com>
23         PR other/105114
24         * gcc_update: Fix up spelling of
25         gcc/config/loongarch/genopts/loongarch-strings dependency.
27 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
28             Lulu Cheng  <chenglulu@loongson.cn>
30         * config-list.mk: Add LoongArch triplet.
32 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
33             Lulu Cheng  <chenglulu@loongson.cn>
35         * gcc_update (files_and_dependencies): Add
36           config/loongarch/loongarch.opt and config/loongarch/loongarch-str.h.
38 2022-03-28  Martin Liska  <mliska@suse.cz>
40         * gcc-changelog/git_commit.py: Match trailing dot literally.
42 2022-03-28  Martin Liska  <mliska@suse.cz>
44         * gcc-changelog/git_commit.py: Make the parsing stricter.
46 2022-03-26  Jakub Jelinek  <jakub@redhat.com>
48         * gcc-changelog/git_update_version.py: Add
49         3ab5c8cd03d92bf4ec41e351820349d92fbc40c4 to ignored commits.
51 2022-03-10  Jonathan Wakely  <jwakely@redhat.com>
53         PR other/102664
54         * gcc-git-customization.sh: Fix non-portable commands.
56 2022-03-10  Jakub Jelinek  <jakub@redhat.com>
58         PR other/102664
59         * git-descr.sh: Replace all [1-9] occurrences with [0-9].
60         * git-undescr.sh: Likewise.
62 2022-03-09  Jonathan Wakely  <jwakely@redhat.com>
64         PR other/102664
65         * git-descr.sh: Use portable sed commands.
66         * git-undescr.sh: Likewise.
68 2022-03-08  Jonathan Wakely  <jwakely@redhat.com>
70         PR other/102664
71         * git-descr.sh: Use portable form of expr match.
73 2022-01-31  Martin Liska  <mliska@suse.cz>
75         * analyze_brprob.py: Support more formatted predict.def file.
76         * analyze_brprob_spec.py: Improve output and documentation.
78 2022-01-27  Martin Liska  <mliska@suse.cz>
80         * git-undescr.sh: Support full output of git-descr.sh.
82 2022-01-27  Martin Liska  <mliska@suse.cz>
83             Martin Jambor  <mjambor@suse.cz>
85         * git-descr.sh: New file.
86         * git-undescr.sh: New file.
87         Support optional arguments --long, --short and default
88         to 14 characters of git hash.
89         * gcc-git-customization.sh: Use the created files.
91 2022-01-24  Martin Liska  <mliska@suse.cz>
93         * gcc-changelog/git_commit.py: New files in toplev must
94         be explicitly marked as "New file".
95         * gcc-changelog/test_email.py: Test.
96         * gcc-changelog/test_patches.txt: Add test.
98 2022-01-23  Martin Liska  <mliska@suse.cz>
100         * filter-clang-warnings.py: Filter out one another warning
101         for sse.md.
103 2022-01-19  Martin Liska  <mliska@suse.cz>
105         * check_GNU_style_lib.py: Skip Python files.
107 2022-01-19  Martin Liska  <mliska@suse.cz>
109         * git-backport.py: Use it.
110         * git-fix-changelog.py: New file.
111         * gcc-git-customization.sh: Add new alias git gcc-fix-changelog.
113 2022-01-17  Martin Liska  <mliska@suse.cz>
115         * git-backport.py: Support renaming of .cc files.
117 2022-01-17  Martin Liska  <mliska@suse.cz>
119         * filter-clang-warnings.py: Rename .c names to .cc.
120         * gcc_update: Likewise.
121         * paranoia.cc: Likewise.
123 2022-01-17  Martin Liska  <mliska@suse.cz>
125         * maintainers-verify.sh: Removed.
127 2022-01-13  Martin Liska  <mliska@suse.cz>
129         * git-backport.py: Simplify the script as pre-auto-ChangeLog era
130         is 14 months old.
132 2022-01-11  Martin Liska  <mliska@suse.cz>
134         * check-MAINTAINERS.py: Use sys.argv[1] as path to MAINTAINERS.
136 2022-01-11  Martin Liska  <mliska@suse.cz>
138         * check-MAINTAINERS.py: New file.
140 2022-01-03  Jakub Jelinek  <jakub@redhat.com>
142         * update-copyright.py: Add University of Illinois as external author.
144 2021-12-16  Xionghu Luo  <luoxhu@linux.ibm.com>
146         * analyze_brprob_spec.py: Add verbose argument.
148 2021-12-06  Martin Liska  <mliska@suse.cz>
150         * filter-clang-warnings.py: Filter out one warning.
152 2021-11-24  Tobias Burnus  <tobias@codesourcery.com>
154         * download_prerequisites: Update to gmp-6.2.1, mpfr-4.1.0,
155         mpc-1.2.1 and isl-0.24.
156         * prerequisites.md5: Update hash.
157         * prerequisites.sha512: Likewise.
159 2021-11-23  Martin Liska  <mliska@suse.cz>
161         * filter-clang-warnings.py: Filter -Wc++20-extensions as it does
162         not respect proper attribute detection.
164 2021-11-23  Martin Liska  <mliska@suse.cz>
166         * check-params-in-docs.py: Support @itemx in param documentation
167         and support multi-line documentation for parameters.
169 2021-11-08  Thomas Schwinge  <thomas@codesourcery.com>
171         * update-copyright.py (class BadYear): Derive from 'Exception'.
173 2021-11-05  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
175         * testsuite-management/validate_failures.py: 2to3
177 2021-11-04  Martin Liska  <mliska@suse.cz>
179         * gcc-changelog/git_check_commit.py: Add -v option.
180         * gcc-changelog/git_commit.py: Print verbose diff for wrong
181         filename.
183 2021-11-02  Martin Liska  <mliska@suse.cz>
185         * check-internal-format-escaping.py: Fix flake8 errors.
187 2021-11-01  David Malcolm  <dmalcolm@redhat.com>
189         * unicode/utf8-dump.py: New file.
191 2021-10-20  H.J. Lu  <hjl.tools@gmail.com>
193         * gcc-changelog/git_commit.py (ignored_prefixes): Add libffi/.
195 2021-10-18  Martin Liska  <mliska@suse.cz>
197         * gcc-changelog/git_commit.py: Update location of
198         'bad parentheses wrapping'.
199         * gcc-changelog/test_email.py: Test it.
201 2021-10-02  Martin Liska  <mliska@suse.cz>
203         * filter-clang-warnings.py: Filter out -Wtautological-compare
204         for the file.
206 2021-09-20  Richard Biener  <rguenther@suse.de>
208         * config-list.mk: --enable-obsolete for hppa2.0-hpux10.1 and
209         hppa2.0-hpux11.9.
211 2021-09-15  Martin Liska  <mliska@suse.cz>
213         * gcc-changelog/git_commit.py: Add FIXME note.
215 2021-09-15  Martin Liska  <mliska@suse.cz>
217         * gcc-changelog/git_commit.py: Check commit email.
218         * gcc-changelog/test_email.py: Add new test.
219         * gcc-changelog/test_patches.txt: Likewise.
221 2021-09-15  Richard Biener  <rguenther@suse.de>
223         * config-list.mk: Remove vax-openbsd.
225 2021-09-15  Richard Biener  <rguenther@suse.de>
227         * config-list.mk: Remove m68k-openbsd.
229 2021-09-13  Andrew Pinski  <apinski@marvell.com>
231         * config-list.mk: Remove m32r-linux and m32rle-linux
232         from the list.
234 2021-09-13  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
236         * config-list.mk (LIST): --enable-obsolete for cr16-elf.
238 2021-09-06  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
240         * gcc_update: Derive human readable name for HEAD using git describe
241         like "git gcc-descr" with short commit hash.  Drop "revision" from
242         gcc/REVISION.
244 2021-08-30  Andrew Pinski  <apinski@marvell.com>
246         * download_prerequisites (md5_check): Replace == inside
247         test with = to be more portable.
249 2021-08-26  Martin Liska  <mliska@suse.cz>
251         * mklog.py: Use file.{source,target}_file for proper rename
252         handling.
254 2021-08-24  Andrew Pinski  <apinski@marvell.com>
256         PR other/82704
257         * download_prerequisites: Fix issues with --md5 and
258         --sha512 options.
260 2021-08-18  Martin Liska  <mliska@suse.cz>
262         * gcc-git-customization.sh: Wrap $@ in quotes.
263         * git-commit-mklog.py: Add new argument --co.
264         * mklog.py: Skip the Co-Authored-By lines.
266 2021-08-10  Martin Liska  <mliska@suse.cz>
268         * mklog.py: Support additional PRs without PR prefix.
270 2021-08-03  Martin Liska  <mliska@suse.cz>
272         * gcc-changelog/git_update_version.py: Ignore problematic
273           commit.
275 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
277         * vimrc (textwidth): Change non-gitcommit length to 79.
279 2021-07-02  Eugene Rozenfeld  <erozen@microsoft.com>
281         * gen_autofdo_event.py: handle stepping, non-working PEBS
283 2021-06-28  Martin Liska  <mliska@suse.cz>
285         * mklog.py: Handle correctly long lines.
286         * test_mklog.py: Test it.
288 2021-06-23  Martin Liska  <mliska@suse.cz>
290         * gcc-git-customization.sh: Use the new wrapper.
291         * git-commit-mklog.py: New file.
292         * prepare-commit-msg: Support GCC_MKLOG_ARGS.
294 2021-06-22  Martin Liska  <mliska@suse.cz>
296         * mklog.py: Fix flake8 issue.
298 2021-06-21  Tobias Burnus  <tobias@codesourcery.com>
299             Martin Sebor  <msebor@redhat.com>
301         * mklog.py (bugzilla_url): Fetch also component.
302         (pr_filename_regex): New.
303         (get_pr_titles): Update PR string with correct format and component.
304         (generate_changelog): Take additional PRs; extract PR from the
305         filename.
306         (__main__): Add -b/--pr-numbers argument.
307         * test_mklog.py (EXPECTED4): Update to expect a PR for the new file.
309 2021-06-17  Jason Merrill  <jason@redhat.com>
311         * mklog.py: Add an initial component: [PRnnnnn] line when
312         we have a PR.
314 2021-06-13  Tobias Burnus  <tobias@codesourcery.com>
316         * gcc-changelog/git_commit.py (pr_regex): Add ?P<pr> for group('pr').
317         (subject_pr_regex, subject_pr2_regex): New.
318         (GitInfo.__init__, GitCommit.parse_changelog): Check subject PRs.
319         * gcc-changelog/git_email.py (SUBJECT_PREFIX, subject_patch_regex): New.
320         (GitEmail.__init__): Parse 'Subject:' and pass it to GitInfo.
321         * gcc-changelog/test_email.py (test_pr_only_in_subject,
322         test_wrong_pr_comp_in_subject, test_copyright_years): New.
323         * gcc-changelog/test_patches.txt (0030-PR-c-92746, pr-check1.patch):
324         Update to avoid triggering the new check.
325         (0001-rs6000-Support-doubleword, pr-wrong-comp.patch,
326         copyright-years.patch): New.
328 2021-06-11  Martin Liska  <mliska@suse.cz>
330         * gcc-changelog/git_update_version.py: Ignore commit that
331         violates rules and was somehow pushed.
333 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
335         * update-copyright.py: Add c++tools.
337 2021-05-24  Martin Liska  <mliska@suse.cz>
339         * gcc-changelog/git_commit.py: Add note that ChangeLog entries
340         are added automatically.
341         * gcc-changelog/test_email.py: Update test.
343 2021-05-18  Jonathan Wakely  <jwakely@redhat.com>
345         * gcc-changelog/git_email.py: Remove use of non-strict mode.
347 2021-05-17  Richard Biener  <rguenther@suse.de>
349         * download_prerequisites: Update mpfr version to 3.1.6.
350         * prerequisites.md5: Update.
351         * prerequisites.sha512: Likewise.
353 2021-05-17  Richard Biener  <rguenther@suse.de>
355         Revert:
356         2021-05-14  Martin Liska  <mliska@suse.cz>
358         * download_prerequisites: Use version 4.1.0.
360 2021-05-14  Martin Liska  <mliska@suse.cz>
362         * download_prerequisites: Use version 4.1.0.
364 2021-05-14  Jakub Jelinek  <jakub@redhat.com>
366         * gcc-changelog/git_update_version.py: Remove releases/gcc-8 from
367         active_refs.
369 2021-05-14  Martin Liska  <mliska@suse.cz>
371         * gcc-changelog/git_commit.py: Support Co-Authored-By before
372         a first ChangeLog entry.
374 2021-05-13  Martin Liska  <mliska@suse.cz>
376         * mklog.py: Put PR entries before all ChangeLog entries
377         (will be added to all ChangeLog locations by Daily bump script).
378         * test_mklog.py: Test the new behavior.
380 2021-05-12  Martin Liska  <mliska@suse.cz>
382         * gcc-changelog/git_commit.py: Simplify needle lookup.
383         * gcc-changelog/git_update_version.py: Pass ref_name to
384         parse_git_revisions.
386 2021-05-11  Martin Liska  <mliska@suse.cz>
388         * gcc_update: Remove libhsail-rt folder.
389         * update-copyright.py: Likewise.
391 2021-05-11  Martin Liska  <mliska@suse.cz>
393         * gcc-changelog/git_check_commit.py: Remove --non-strict-mode.
394         * gcc-changelog/git_commit.py: Remove strict mode.
395         * gcc-changelog/git_email.py: Likewise.
396         * gcc-changelog/git_repository.py: Likewise.
397         * gcc-changelog/test_email.py: Likewise.
398         * gcc-changelog/test_patches.txt: Update patches so that they
399         don't contain a ChangeLog file changes.
401 2021-05-11  Martin Liska  <mliska@suse.cz>
403         * gcc-changelog/git_commit.py: Remove ChangeLog locations
404         based on ref_name.
405         * gcc-changelog/git_repository.py: Likewise.
407 2021-05-10  Martin Liska  <mliska@suse.cz>
409         * gcc-changelog/git_email.py: Remove newlines when --help
410         is used.
412 2021-05-10  Tobias Burnus  <tobias@codesourcery.com>
414         * gcc-changelog/git_check_commit.py (__Main__): State in --help
415         the default value for 'revisions'.
416         * gcc-changelog/git_email.py (show_help): Add.
417         (__main__): Handle -h and --help.
419 2021-05-10  Tobias Burnus  <tobias@codesourcery.com>
421         * gcc-changelog/git_commit.py (Error.__repr__): Add space after the colon.
422         (GitCommit.check_mentioned_files): Check whether the same file has been
423         specified multiple times.
424         * gcc-changelog/test_email.py (TestGccChangelog.test_multi_same_file): New.
425         * gcc-changelog/test_patches.txt (0001-OpenMP-Fix-SIMT): New test.
427 2021-05-10  Martin Liska  <mliska@suse.cz>
429         Revert:
430         2021-05-10  Martin Liska  <mliska@suse.cz>
432         * gcc-changelog/git_commit.py: Remove components that will be
433         removed.
435 2021-05-10  Martin Liska  <mliska@suse.cz>
437         * gcc_update: Start using reload.c instead of version.c.
439 2021-05-10  Martin Liska  <mliska@suse.cz>
441         * gcc-changelog/git_commit.py: Remove components that will be
442         removed.
444 2021-04-27  Jakub Jelinek  <jakub@redhat.com>
446         * gennews (files): Add files for GCC 10 and GCC 11.
448 2021-04-22  David Edelsohn  <dje.gcc@gmail.com>
450         * config-list.mk: Remove rs6000-ibm-aix6.1.
451         Rename rs6000-ibm-aix7.1 to powerpc-ibm-aix7.1.
452         Add powerpc-ibm-aix7.2.
454 2021-04-20  Jakub Jelinek  <jakub@redhat.com>
456         * gcc-changelog/git_update_version.py (active_refs): Add
457         releases/gcc-11.
459 2021-04-12  Martin Liska  <mliska@suse.cz>
461         * gcc-changelog/git_commit.py: Do not allow space in long lines.
463 2021-04-12  Martin Liska  <mliska@suse.cz>
465         * gcc-changelog/git_commit.py: Support long filenames
466         in entries.
467         * gcc-changelog/test_email.py: Test it.
468         * gcc-changelog/test_patches.txt: Likewise.
470 2021-03-23  Martin Liska  <mliska@suse.cz>
472         * mklog.py: Fix broken tests.
474 2021-03-22  Martin Liska  <mliska@suse.cz>
476         * mklog.py: Add --directory argument.
478 2021-03-19  Matthias Klose  <doko@ubuntu.com>
480         * texi2pod.pl: Substitute @tie{} with a space for the man pages.
482 2021-03-16  Martin Liska  <mliska@suse.cz>
484         * gcc-changelog/git_update_version.py: Skip one problematic
485         commit.
487 2021-03-12  Martin Liska  <mliska@suse.cz>
489         * gcc-changelog/git_commit.py: Allow deletion of ChangeLog
490         files.
491         * gcc-changelog/setup.cfg: Set line limit to 120 characters.
492         * gcc-changelog/test_email.py: Add test.
493         * gcc-changelog/test_patches.txt: Likewise.
494         * gcc-changelog/git_email.py: Fix parsing of deleted files.
496 2021-02-08  Mike Frysinger  <vapier@gentoo.org>
498         * mklog.py (generated_files): New set.
499         (generate_changelog): Add entries based on generated_files.
501 2021-02-03  Aaron Sawdey  <acsawdey@linux.ibm.com>
503         * gcc_update (files_and_dependencies): Add dependency for
504         gcc/config/rs6000/fusion.md on gcc/config/rs6000/genfusion.md.
506 2021-01-28  Eric Botcazou  <ebotcazou@adacore.com>
508         PR lto/85574
509         * compare-lto: Deal with PE-COFF executables specifically.
511 2021-01-14  Martin Liska  <mliska@suse.cz>
513         * mklog.py: Fix infinite loop for unsupported files.
515 2021-01-13  Martin Liska  <mliska@suse.cz>
517         * gcc-changelog/git_commit.py: Support wrapping of functions
518         in parentheses that can take multiple lines.
519         * gcc-changelog/test_email.py: Add tests for it.
520         * gcc-changelog/test_patches.txt: Add 2 patches.
522 2021-01-13  Martin Liska  <mliska@suse.cz>
524         * mklog.py: Parse also define_insn_and_split and similar
525         directives in .md files.
526         * test_mklog.py: Test.
528 2021-01-13  Martin Liska  <mliska@suse.cz>
530         * gcc-changelog/git_commit.py: Allow modifications of older
531         ChangeLog (or specific) files without need to make a ChangeLog
532         entry.
533         * gcc-changelog/test_email.py: Test it.
534         * gcc-changelog/test_patches.txt: Add new patch.
536 2021-01-11  Martin Liska  <mliska@suse.cz>
538         * update-copyright.py: Port to python3 by guessing encoding
539         (first utf8, then iso8859). Add 2 more ignores: .png and .pyc.
541 2021-01-06  Martin Liska  <mliska@suse.cz>
543         * gcc-changelog/git_commit.py: Add decode_path function.
544         * gcc-changelog/git_email.py: Use it in order to solve
545         utf8 encoding filename issues.
546         * gcc-changelog/git_repository.py: Likewise.
547         * gcc-changelog/test_email.py: Test it.
549 2021-01-04  Jakub Jelinek  <jakub@redhat.com>
551         * update-copyright.py: Add AMD and Ulf Adams as external authors.
553 2021-01-04  Jakub Jelinek  <jakub@redhat.com>
555         * update-copyright.py: Use 8 spaces instead of tab to indent.
557 2021-01-04  Martin Liska  <mliska@suse.cz>
559         * mklog.py: Add --update-copyright option which adds:
560         "Update copyright years." to ChangeLog files belonging
561         to a modified file.
563 2021-01-04  Martin Liska  <mliska@suse.cz>
565         * gcc-changelog/git_commit.py: Skip Update copyright
566         years commits.
568 2020-12-21  Martin Liska  <mliska@suse.cz>
570         * gcc-changelog/git_commit.py: Add new error for quoted
571         filenames.
572         * gcc-changelog/test_email.py: Test it.
573         * gcc-changelog/test_patches.txt: Test it.
575 2020-12-21  Martin Liska  <mliska@suse.cz>
577         * gcc-changelog/test_email.py: New test.
578         * gcc-changelog/test_patches.txt: Likewise.
580 2020-12-17  Nathan Sidwell  <nathan@acm.org>
582         PR bootstrap/98300
583         * gcc_update: Add c++tools/config.h.in.
585 2020-12-15  Nathan Sidwell  <nathan@acm.org>
587         * gcc_update: Add c++tools & libcody.
589 2020-12-15  Nathan Sidwell  <nathan@acm.org>
591         * gcc-changelog/git_commit.py (changelog_locations): Add
592         libcody, c++tools.
594 2020-12-08  Martin Liska  <mliska@suse.cz>
596         * filter-clang-warnings.py: Filter more cases.
598 2020-12-08  Martin Liska  <mliska@suse.cz>
600         * filter-clang-warnings.py: Modernize and filter 2 more
601         patterns.
603 2020-12-04  Martin Liska  <mliska@suse.cz>
605         * check-params-in-docs.py: use flake8 and add some
606         tweaks to ignore aarch64 params.
608 2020-12-02  Jason Merrill  <jason@redhat.com>
610         * gcc-git-customization.sh: Configure sendemail.to.
612 2020-11-30  Martin Liska  <mliska@suse.cz>
614         * gcc-changelog/git_commit.py: Suggest close file for
615         'unchanged file mentioned in a ChangeLog' error.
616         * gcc-changelog/test_email.py: Test it.
618 2020-11-30  Martin Liska  <mliska@suse.cz>
620         * gcc-changelog/git_commit.py: Allow sub-directory wildcard
621         changelog entry. Fix a typo caused by apostrophe escaping.
622         * gcc-changelog/test_email.py: Test it.
623         * gcc-changelog/test_patches.txt: Likewise.
625 2020-11-30  Jonathan Wakely  <jwakely@redhat.com>
627         * gcc-changelog/git_commit.py (wildcard_prefixes): Add libstdc++
628         testsuite directory.
630 2020-11-30  Martin Liska  <mliska@suse.cz>
632         * gcc-changelog/git_commit.py: Allow wildcard pattern only.
634 2020-11-27  Martin Liska  <mliska@suse.cz>
636         * gcc-changelog/git_commit.py: Use regex for cherry pick prefix.
637         * gcc-changelog/test_email.py: Test it.
638         * gcc-changelog/test_patches.txt: Likewise.
640 2020-11-25  Martin Liska  <mliska@suse.cz>
642         * gcc-changelog/git_commit.py: Use revert_regex instead
643         of string prefix.  Convert sets to literals.
645 2020-11-16  Martin Liska  <mliska@suse.cz>
647         * mklog.py: Do not call read on an input stream.
648         Fix some flake8 issues.
650 2020-11-07  Lewis Hyatt  <lhyatt@gmail.com>
652         * unicode/EastAsianWidth.txt: Update to Unicode 13.0.0.
653         * unicode/PropList.txt: Likewise.
654         * unicode/README: Likewise.
655         * unicode/UnicodeData.txt: Likewise.
656         * unicode/from_glibc/unicode_utils.py: Update to latest glibc version.
657         * unicode/from_glibc/utf8_gen.py: Likewise.
659 2020-11-06  Martin Liska  <mliska@suse.cz>
661         * gcc-changelog/git_commit.py: Add new check.
662         * gcc-changelog/test_email.py: Test it.
663         * gcc-changelog/test_patches.txt: Add new patch.
665 2020-11-04  Martin Liska  <mliska@suse.cz>
667         * gcc-changelog/git_repository.py: Set strict=True
668         for parse_git_revisions as a default.
670 2020-11-04  Tobias Burnus  <tobias@codesourcery.com>
672         * gcc-changelog/git_commit.py (item_parenthesis_empty_regex,
673         item_parenthesis_regex): Add.
674         (check_for_empty_description): Use them.
675         * gcc-changelog/test_email.py (test_emptry_entry_desc,
676         test_emptry_entry_desc_2): Add.
677         * gcc-changelog/test_patches.txt: Add two testcases for it.
679 2020-11-03  Tobias Burnus  <tobias@codesourcery.com>
681         * gcc-changelog/git_email.py: Add unidiff_supports_renaming check.
683 2020-11-03  Martin Liska  <mliska@suse.cz>
685         * gcc-changelog/setup.cfg: New file.
687 2020-10-30  Martin Liska  <mliska@suse.cz>
689         * gcc-changelog/git_commit.py: Handle empty groups in
690         file description.
691         * gcc-changelog/test_email.py: New test.
692         * gcc-changelog/test_patches.txt: Likewise.
694 2020-09-21  Tobias Burnus  <tobias@codesourcery.com>
696         * mklog.py: Parse first 10 lines for PR/DR number
697         not only the first line.
699 2020-09-17  Dimitrij Mojoski  <dmjpp@hotmail.com>
701         * clang-format: Autodetect C++ standard in use rather than
702         forcing C++03.
704 2020-08-26  Iain Buclaw  <ibuclaw@gdcproject.org>
706         * config-list.mk (LIST): Add OPT-enable-obsolete to tilegx-linux-gnu,
707         tilegxbe-linux-gnu, and tilepro-linux-gnu.
709 2020-07-29  Martin Liska  <mliska@suse.cz>
711         * git-backport.py: fix how are ChangeLog paths combined.
713 2020-07-23  Patrick Palka  <ppalka@redhat.com>
715         * vimrc (SetStyle): Also inspect &filetype to determine whether
716         a file is C-like.
718 2020-07-23  Martin Liska  <mliska@suse.cz>
720         * gcc-changelog/git_commit.py: When reverting a backport,
721         we should print only Revert header.
723 2020-07-17  Jonathan Wakely  <jwakely@redhat.com>
725         * gcc-changelog/git_update_version.py: Fix typo.
727 2020-07-10  Mike Nolta  <mike@nolta.net>
729         * download_prerequisites: Don't pass wget options to curl.
731 2020-07-07  Alexandre Oliva  <oliva@adacore.com>
732             Martin Liska  <mliska@suse.cz>
734         * gcc-changelog/git_commit.py: Support CASE and COND.
735         * gcc-changelog/test_patches.txt: Add test.
736         * gcc-changelog/test_email.py: Add test.
738 2020-06-30  Martin Liska  <mliska@suse.cz>
740         * gcc-changelog/git_repository.py: Support older releases of
741         GitPython when renamed_file was named renamed.
743 2020-06-30  Martin Liska  <mliska@suse.cz>
745         * gcc-changelog/git_check_commit.py: Print revision
746         of original_info.
747         * gcc-changelog/git_commit.py: Support Revert commits.
749 2020-06-30  Martin Liska  <mliska@suse.cz>
751         * gcc-changelog/git_check_commit.py: Use GitInfo
752         * gcc-changelog/git_commit.py: Add GitInfo class.
753         * gcc-changelog/git_email.py: Use GitInfo class.
754         * gcc-changelog/git_repository.py: Likewise.
756 2020-06-24  Ilya Leoshkevich  <iii@linux.ibm.com>
758         * download_prerequisites: Support AIX and OpenBSD unames.
759         Pipe `{gzip,bzip2} -d` to `tar -xf -`.
761 2020-06-18  Martin Liska  <mliska@suse.cz>
763         * gcc-changelog/git_update_version.py: First checkout and then
764         run git pull ---rebase.
766 2020-06-18  Martin Liska  <mliska@suse.cz>
768         * gcc-changelog/git_update_version.py: Support merge commits
769         and walk only on the branch that is being merged and generate
770         missing ChangeLog entries.
772 2020-06-18  Martin Liska  <mliska@suse.cz>
774         * gcc-changelog/git_commit.py: Fix Backported from timestamp when
775         use_commit_ts=True is used.
777 2020-06-17  Martin Liska  <mliska@suse.cz>
779         * gcc-changelog/git_commit.py: Print 'Backported from master'
780         heading to backported commits.
781         * gcc-changelog/test_email.py: Test it.
782         * gcc-changelog/test_patches.txt: Add new patch.
783         * gcc-changelog/git_repository.py: Add commit_to_date hook.
784         * gcc-changelog/git_email.py: Add fuzzy implementation
785         of commit_to_date_hook.
787 2020-06-11  Jonathan Wakely  <jwakely@redhat.com>
789         * prepare-commit-msg: Use the gcc-config.mklog-hook-type Git
790         config key instead of the GCC_FORCE_MKLOG environment variable.
791         Optionally disable generating a new ChangeLog template for
792         amended commits when the existing log is still OK.
794 2020-06-11  Martin Liska  <mliska@suse.cz>
796         * gcc-changelog/git_update_version.py: Add --curent argument.
798 2020-06-11  Martin Liska  <mliska@suse.cz>
800         * prepare-commit-msg: Replace ENV variable with a git config
801         value.
803 2020-06-11  Jonathan Wakely  <jwakely@redhat.com>
805         * prepare-commit-msg: Use 'tee' to save the diff to a file
806         instead of running 'git diff' twice.
808 2020-06-10  Martin Liska  <mliska@suse.cz>
810         * gcc-changelog/git_commit.py: Fix renamed files in
811         parse_git_name_status.
812         * gcc-changelog/test_email.py: Add test for it.
814 2020-06-10  Martin Liska  <mliska@suse.cz>
816         * gcc-changelog/git_commit.py: Add more supported prefixes.
817         * gcc-changelog/test_email.py: Fix one flake8 error.
818         * gcc-changelog/test_patches.txt: Add tested for newly
819         supported prefixes.
821 2020-06-10  Jonathan Wakely  <jwakely@redhat.com>
823         * gcc-changelog/git_commit.py (GitCommit.parse_changelog):
824         Improve error strings.
825         * gcc-changelog/test_email.py: Update expected errors.
827 2020-06-09  Jonathan Wakely  <jwakely@redhat.com>
829         * gcc-changelog/git_email.py: Set exit status on error.
831 2020-06-09  Martin Liska  <mliska@suse.cz>
833         * gcc-changelog/git_commit.py: Fix ChangeLog regex in order to
834         match the top-level ChangeLog.
835         * gcc-changelog/test_email.py: Add test.
836         * gcc-changelog/test_patches.txt: Likewise.
838 2020-06-02  Martin Liska  <mliska@suse.cz>
840         * gcc-changelog/git_commit.py: Support foo/bar/*: patterns in
841         wildcard_prefixes locations.
842         * gcc-changelog/test_email.py: Test it.
843         * gcc-changelog/test_patches.txt: Add 3 new patches.
845 2020-06-02  Iain Buclaw  <ibuclaw@gdcproject.org>
847         * gcc-changelog/git_commit.py (ignored_prefixes): Add
848         gcc/testsuite/gdc.test/.
850 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
852         * gcc-changelog/test_email.py (TestGccChangelog.test_long_lines):
853         Update expected error message.
855 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
857         * gcc-changelog/git_commit.py (GitCommit.parse_changelog): Fix
858         grammar.
860 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
862         * prepare-commit-msg: Do nothing if the mklog.py script isn't
863         present.
865 2020-06-02  Jonathan Wakely  <jwakely@redhat.com>
867         * gcc-changelog/git_commit.py (GitCommit.check_mentioned_files):
868         Improve error text.
870 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
872         * config-list.mk (LIST): Add v850e1-elf.
874 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
876         * config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems.
878 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
880         * config-list.mk (LIST): Remove arm-wrs-vxworks.
882 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
884         * config-list.mk (LIST): Remove cris-linux, crisv32-elf, and
885         crisv32-linux.
887 2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
889         * config-list.mk (LIST): Add pru-elf.
891 2020-05-29  Iain Buclaw  <ibuclaw@gdcproject.org>
893         * config-list.mk (LIST): Remove rs6000-ibm-aix5.3.0.
895 2020-05-29  Martin Liska  <mliska@suse.cz>
897         * gcc-changelog/git_commit.py: Find empty change descriptions.
898         * gcc-changelog/test_email.py: New test.
899         * gcc-changelog/test_patches.txt: New patch that tests that.
901 2020-05-29  Martin Liska  <mliska@suse.cz>
903         * git-backport.py: The script did 'git co HEAD~' when
904         there was no modified ChangeLog file in a successful
905         git cherry pick.
906         Run cherry-pick --continue without editor.
908 2020-05-29  Martin Liska  <mliska@suse.cz>
910         * gcc-changelog/git_commit.py: Properly
911         handle duplicite authors.
912         * gcc-changelog/test_email.py: New test.
913         * gcc-changelog/test_patches.txt: New patch.
915 2020-05-28  Pierre-Marie de Rodat  <derodat@adacore.com>
917         * gcc-changelog/git_email.py (GitEmail.__init__): Interpret file
918         renamings as a file deletion plus a file addition.
919         * gcc-changelog/git_repository.py (parse_git_revisions):
920         Likewise.
921         * gcc-changelog/test_email.py: New testcase.
922         * gcc-changelog/test_patches.txt: New testcase.
924 2020-05-28  Martin Liska  <mliska@suse.cz>
926         * check-params-in-docs.py: Update to new format
927         of help.  Apply flake8 corrections.
929 2020-05-28  Martin Liska  <mliska@suse.cz>
931         * mklog.py: Support renaming of files.
932         One needs unidiff 0.6.0+.
933         * test_mklog.py: Test it.
935 2020-05-27  Martin Liska  <mliska@suse.cz>
937         * gcc-git-customization.sh: Use git-backport.py to drop
938         all changes for ChangeLog files.
939         * git-backport.py: New file.
941 2020-05-27  Martin Liska  <mliska@suse.cz>
943         * gcc-git-customization.sh: Rename
944         commit-mklog to gcc-commit-mklog.
946 2020-05-27  Martin Liska  <mliska@suse.cz>
948         * prepare-commit-msg: Save diff to a file if
949         the GCC_GIT_DIFF_FILE variable is set.
951 2020-05-26  Pierre-Marie de Rodat  <derodat@adacore.com>
953         * gcc-changelog/git_commit.py (ChangeLogEntry): Handle entries
954         with multi-line file lists.
955         * gcc-changelog/test_email.py: New testcase.
956         * gcc-changelog/test_patches.txt: Likewise.
958 2020-05-26  Pierre-Marie de Rodat  <derodat@adacore.com>
960         * gcc-changelog/git_update_version.py: Close file objects after
961         use.
962         * gcc-changelog/git_email.py: Likewise.
963         * gcc-changelog/test_email.py: Likewise.
965 2020-05-26  Martin Liska  <mliska@suse.cz>
967         * gcc-changelog/git_update_version.py: Add 2 new options.
969 2020-05-26  Alexandre Oliva  <oliva@gnu.org>
971         * gcc-changelog/git_commit.py (changelog_regex): Accept optional
972         'for' prefix.
974 2020-05-26  Alexandre Oliva  <oliva@adacore.com>
976         * compare-debug: Adjust for .gkd files named as dump files,
977         with the source suffix rather than the object suffix.
979 2020-05-26  Martin Liska  <mliska@suse.cz>
981         * gcc-changelog/git_commit.py: Parse changelog entries for
982         ignored locations.
983         * gcc-changelog/test_email.py: Add new test for it.
984         * gcc-changelog/test_patches.txt: Likewise.
986 2020-05-26  Jason Merrill  <jason@redhat.com>
988         * prepare-commit-msg: New file.
989         * gcc-git-customization.sh: Install it.  Add commit-mklog alias.
990         * mklog.py: Add new option -c which appends
991         to a ChangeLog file.
993 2020-05-25  Martin Liska  <mliska@suse.cz>
995         * gcc-changelog/git_commit.py: Add trailing '/'
996         for libdruntime.  Allow empty changelog for
997         only ignored files.
998         * gcc-changelog/test_email.py: New test for go
999         patch in ignored location.
1000         * gcc-changelog/test_patches.txt: Add test.
1002 2020-05-22  Jakub Jelinek  <jakub@redhat.com>
1004         * gcc-changelog/git_commit.py: Add trailing / to
1005         gcc/testsuite/go.test/test and replace gcc/go/frontend/
1006         with gcc/go/gofrontend/ in ignored locations.
1008 2020-05-22  Martin Liska  <mliska@suse.cz>
1010         * gcc-changelog/git_commit.py: Add gcc/testsuite/go.test/test
1011         to ignored locations.
1013 2020-05-21  Martin Liska  <mliska@suse.cz>
1015         * gcc-changelog/git_update_version.py: Prepare the script, the
1016         only missing piece is pushing of the updated branches.
1018 2020-05-21  Martin Liska  <mliska@suse.cz>
1020         * gcc-changelog/git_commit.py: Support DR entries/
1021         * gcc-changelog/test_email.py: New test for it.
1022         * gcc-changelog/test_patches.txt: New patch for it.
1024 2020-05-21  Martin Liska  <mliska@suse.cz>
1026         * mklog.py: Support DR parsing.
1027         * test_mklog.py: New test for DR parsing.
1029 2020-05-20  Martin Liska  <mliska@suse.cz>
1031         * gcc-changelog/git_commit.py: Add author_tuple
1032         only if not present in author_lines.
1033         * gcc-changelog/test_email.py: New test.
1034         * gcc-changelog/test_patches.txt: Add new patch.
1036 2020-05-20  Martin Liska  <mliska@suse.cz>
1038         * gcc-changelog/git_commit.py: Refactor to make flake8 happy.
1039         * gcc-changelog/test_email.py: Add new test.
1040         * gcc-changelog/test_patches.txt: Add new patch.
1042 2020-05-20  Frederik Harwath  <frederik@codesourcery.com>
1044         * gcc-changelog/git_commit.py: Skip over lines starting
1045         with "Reviewed-by: ", "Reviewed-on: ", or "Signed-off-by: "
1047 2020-05-20  Martin Liska  <mliska@suse.cz>
1049         * gcc-changelog/git_check_commit.py: Change
1050         --allow-non-strict-mode to --non-strict-mode.
1052 2020-05-20  Martin Liska  <mliska@suse.cz>
1054         * gcc-changelog/git_commit.py: Support cherry pick
1055         prefix.
1056         * gcc-changelog/test_email.py: Test it.
1057         * gcc-changelog/test_patches.txt: Add new patch.
1058         * gcc-git-customization.sh: Add gcc-backport.
1060 2020-05-19  Martin Liska  <mliska@suse.cz>
1062         * mklog.py: Use REST API for bug title downloading.
1064 2020-05-19  Martin Liska  <mliska@suse.cz>
1066         * gcc-changelog/git_commit.py: Add param use_commit_ts
1067         for to_changelog_entries.
1068         * gcc-changelog/git_update_version.py: Se use_commit_ts to True.
1070 2020-05-19  Martin Liska  <mliska@suse.cz>
1072         * mklog.py: Skip GTY for struct names.  Make flake8 happy.
1073         * test_mklog.py: Add test for GTY.
1075 2020-05-19  Martin Liska  <mliska@suse.cz>
1077         * gcc-changelog/git_update_version.py:
1078         Fill up entries in reverse order.
1080 2020-05-19  Martin Liska  <mliska@suse.cz>
1082         * gcc-git-customization.sh: Add
1083         alias.gcc-mklog new hook.
1084         * mklog.py: New file.
1085         * test_mklog.py: New file.
1087 2020-05-19  Martin Liska  <mliska@suse.cz>
1089         * legacy/mklog: Moved from mklog.
1090         * legacy/mklog.pl: Moved from mklog.pl.
1092 2020-05-19  Martin Liska  <mliska@suse.cz>
1094         * gcc-git-customization.sh: Add gcc-verify alias
1095         that uses contrib/gcc-changelog/git_check_commit.py.
1097 2020-05-15  Andrew Burgess  <andrew.burgess@embecosm.com>
1099         * dg-extract-results.py: Handle GDB specific test types.
1100         * dg-extract-results.sh: Likewise.
1102 2020-05-14  Martin Liska  <mliska@suse.cz>
1104         * gcc-changelog/test_email.py: New file.
1105         * gcc-changelog/test_patches.txt: New file.
1107 2020-05-13  Patrick Palka  <ppalka@redhat.com>
1109         * vimrc: Reduce textwidth to 72 for Git commit messages.
1111 2020-05-13  Martin Liska  <mliska@suse.cz>
1113         * gcc-changelog/git_check_commit.py: Add default argument HEAD
1114         for revisions and improve error message output.
1116 2020-05-13  Martin Liska  <mliska@suse.cz>
1118         * gcc-changelog/git_commit.py: Restore print_output syntax
1119         in git_commit.py.
1121 2020-05-13  Martin Liska  <mliska@suse.cz>
1123         * gcc-changelog/git_check_commit.py: New file.
1124         * gcc-changelog/git_commit.py: New file.
1125         * gcc-changelog/git_email.py: New file.
1126         * gcc-changelog/git_repository.py: New file.
1127         * gcc-changelog/git_update_version.py: New file.
1129 2020-04-17  Martin Liska  <mliska@suse.cz>
1131         * vimrc: We do not want to modify tab options
1132         for Python files.
1134 2020-04-16  Jakub Jelinek  <jakub@redhat.com>
1136         PR bootstrap/92008
1137         * gcc_update: Add intl/plural.y dependency for intl/plural-config.h.
1139 2020-04-03  Martin Liska  <mliska@suse.cz>
1141         * gcc-git-customization.sh: Search for the pattern
1142         at line beginning only.
1144 2020-01-24  Richard Earnshaw  <rearnsha@arm.com>
1146         * gcc-git-customization.sh: Use users/<pfx> for the personal remote
1147         rather than just <pfx>.  Convert existing personal branches to the
1148         new remote.
1149         * git-add-user-branch.sh: New file.
1151 2020-01-22  Richard Earnshaw  <rearnsha@arm.com>
1153         * git-add-vendor-branch.sh: New file.
1155 2020-01-20  Richard Earnshaw  <rearnsha@arm.com>
1157         * gcc-git-customization.sh: Check that user-supplied remote
1158         name exists before continuting.  Use a separate remotes for the
1159         personal commit area.  Convert existing personal and vendor
1160         fetch rules to new layout.
1161         * git-fetch-vendor.sh: New vendor layout.  Add --enable-push
1162         option.
1164 2020-01-17  Hans-Peter Nilsson  <hp@axis.com>
1166         * gcc_update <git revision>: Use git log "--pretty=tformat:%p:%t:%H",
1167         not "--pretty=%p:%t:%H".
1169 2020-01-16  Andreas Schwab  <schwab@linux-m68k.org>
1171         * gcc-git-customization.sh: Avoid double expansion.
1173 2020-01-16  Richard Earnshaw  <rearnsha@arm.com>
1175         * gcc-git-customization.sh: Check that user.name and user.email
1176         are set.  Use $(cmd) instead of `cmd`.  Fix variable quoting when
1177         using eval.
1179 2020-01-16  Jakub Jelinek  <jakub@redhat.com>
1181         * gcc-git-customization.sh: Verify the id to be printed is ancestor of
1182         the corresponding remote release branch (or master), otherwise print
1183         nothing.
1185 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1186             Jakub Jelinek  <jakub@redhat.com>
1188         * gcc-git-customization.sh: Change uses to use in comment.
1190 2020-01-15  Jakub Jelinek  <jakub@redhat.com>
1192         * gcc-git-customization.sh: Handle output of older git which doesn't
1193         print tags/ prefixes before branchpoint/gcc-.
1195 2010-01-15  Richard Earnshaw  <rearnsha@arm.com>
1197         * gcc-git-customization.sh: Explain why we want the user's
1198         upstream account name.  Don't add push rules.  Check if push rules
1199         have been added and suggest that they should be removed.
1200         * git-fetch-vendor.sh: Don't add push rules.
1202 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1204         Revert:
1205         2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1207         * gcc-git-customization.sh: Add back the default rule that
1208         is lost by adding a custom push rule.
1209         * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
1211 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1213         * gcc-git-customization.sh: Add back the default rule that
1214         is lost by adding a custom push rule.
1215         * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
1217 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1219         * contrib/git-fetch-vendor.sh: New file.
1221 2020-01-13  Jakub Jelinek  <jakub@redhat.com>
1223         * contrib/gcc-git-customization.sh: Add git gcc-descr and gcc-undescr
1224         aliases.
1226 2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
1228         * gcc-git-customization.sh: New file.
1230 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
1232         * update-copyright.py: Add Mentor Graphics Corporation and Yoshinori
1233         Sato as external authors.  Skip LICENSE.txt files.
1235 2019-12-16  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1237         * config-list.mk: Add msp430-elfbare.
1239 2019-12-09  Lewis Hyatt  <lhyatt@gmail.com>
1241         PR preprocessor/49973
1242         * unicode/from_glibc/unicode_utils.py: Support script from
1243         glibc (commit 464cd3) to extract character widths from Unicode data
1244         files.
1245         * unicode/from_glibc/utf8_gen.py: Likewise.
1246         * unicode/UnicodeData.txt: Unicode v. 12.1.0 data file.
1247         * unicode/EastAsianWidth.txt: Likewise.
1248         * unicode/PropList.txt: Likewise.
1249         * unicode/gen_wcwidth.py: New utility to generate
1250         libcpp/generated_cpp_wcwidth.h with help from the glibc support
1251         scripts and the Unicode data files.
1252         * unicode/unicode-license.txt: Added.
1253         * unicode/README: New explanatory file.
1255 2019-12-07  Richard Sandiford  <richard.sandiford@arm.com>
1257         * texi2pod.pl: Handle @headitems in @multitables, printing them
1258         in italics.  Push an empty item code onto the stack.
1260 2019-11-13  Janne Blomqvist  <jb@gcc.gnu.org>
1262         * download_prerequisites: Use http instead of ftp for downloading.
1264 2019-11-08  Martin Liska  <mliska@suse.cz>
1266         * mklog: The script fails for patches that contain:
1267         '---param=foo=bar xyz'.
1269 2019-09-18  Martin Liska  <mliska@suse.cz>
1271         * clang-format: Tweak configuration based on new
1272         options offered.
1274 2019-09-09  Jose E. Marchesi  <jemarch@gnu.org>
1276         * config-list.mk (LIST): Disable go in bpf-*-* targets.
1278 2019-09-04  Martin Liska  <mliska@suse.cz>
1280         * mklog: Do not print changed functions for
1281         testsuite files.
1283 2019-09-04  Martin Liska  <mliska@suse.cz>
1285         * mklog: Parse PR references from newly added
1286         test files.
1288 2019-09-04  Martin Liska  <mliska@suse.cz>
1290         * mklog: Use argparse instead of getopt.
1292 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1294         * compare-all-tests (all_targets): Remove references to spu.
1295         * config-list.mk (LIST): Likewise.
1297 2019-09-02  Alexander Monakov  <amonakov@ispras.ru>
1299         * vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.
1300         * vimrc: Set preferred values for 'tabstop', 'softtabstop',
1301         'shiftwidth', 'noexpandtab', 'textwidth', 'formatoptions' for all
1302         files, not just C-like files.
1304 2019-09-02  Martin Liska  <mliska@suse.cz>
1306         * vim-gcc-dev/syntax/gcc-match.vim: Set tabstop=8.
1308 2019-08-13  Uros Bizjak  <ubizjak@gmail.com>
1310         * test_summary: Do not escape "=".
1312 2019-07-02  Janne Blomqvist  <jb@gcc.gnu.org>
1314         PR other/91048
1315         * mklog (read_user_info): Open ~/.mklog in string mode.
1317 2019-06-19  Martin Liska  <mliska@suse.cz>
1319         * bench-stringop: New file.
1321 2019-05-21  Janne Blomqvist  <jb@gcc.gnu.org>
1323         * mklog: Open files in text mode.
1325 2019-05-21  Janne Blomqvist  <jb@gcc.gnu.org>
1327         * mklog: Convert to Python 3.
1329 2019-05-03  Jakub Jelinek  <jakub@redhat.com>
1331         * gennews (files): Add files for GCC 9.
1333 2019-04-30  Roland Illig  <roland.illig@gmx.de>
1335         * check-internal-format-escaping.py: New version using polib.
1337 2019-04-19  Christophe Lyon  <christophe.lyon@linaro.org>
1339         PR translation/90118
1340         * check-internal-format-escaping.py: Check that %< is not next to
1341         a word.
1343 2019-04-17  Jakub Jelinek  <jakub@redhat.com>
1345         * dg-extract-results.sh: Only handle WARNING: program timed out
1346         lines specially in "$MODE" == "sum".  Restore previous behavior
1347         for "$MODE" != "sum".  Clear has_timeout and timeout_cnt if in
1348         a different variant or curfile is empty.
1349         * dg-extract-results.py: Fix a typo.
1351 2019-04-05  Martin Liska  <mliska@suse.cz>
1353         PR translation/89936
1354         * check-internal-format-escaping.py: Properly detect wrong
1355         apostrophes.
1357 2019-03-11  Martin Liska  <mliska@suse.cz>
1359         * check-internal-format-escaping.py: Uncomment apostrophes
1360         check.
1362 2019-03-11  Martin Liska  <mliska@suse.cz>
1364         * check-internal-format-escaping.py: New file.
1366 2019-03-10  Tommy Nguyen  <remyabel@gmail.com>
1368         PR contrib/82704
1369         * download_prerequisites: Use -c instead of --check for sha512sum.
1371 2019-03-06  Martin Liska  <mliska@suse.cz>
1373         * check-params-in-docs.py: Ignore a param.
1375 2019-03-05  Christophe Lyon  <christophe.lyon@linaro.org>
1377         contrib/
1378         * dg-extract-results.py: Handle case where a WARNING happens with
1379         the first test of a harness.
1381 2019-03-05  Christophe Lyon  <christophe.lyon@linaro.org>
1383         contrib/
1384         * dg-extract-results.sh: Fix order of WARNING and following test
1385         result.
1387 2019-02-04  Christophe Lyon  <christophe.lyon@linaro.org>
1389         contrib/
1390         * dg-extract-results.py: Keep timeout warnings next to their
1391         matching test.
1392         * dg-extract-results.sh: Likewise.
1394 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
1396         * update-copyright.py: Add Gerard Jungman as external author.
1398 2018-11-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1400         * update-copyright.py (TestsuiteFilter): Skip .d tests.
1401         (LibPhobosFilter): Add filter for upstream D sources.
1402         (GCCCopyright): Add D Language Foundation as external author.
1403         (GCCCmdLine): Add libphobos.
1405 2018-11-19  Martin Liska  <mliska@suse.cz>
1407         * check_GNU_style_lib.py: Detect mixed usage
1408         of spaces and tabs.
1410 2018-11-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1412         * gcc_update (files_and_dependencies): Handle libphobos.
1414 2018-10-25  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
1416         * dg-cmp-results.sh: Print NA-FAIL and NA->UNRESOLVED changes at
1417         default verbosity.
1419 2018-10-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1421         * config-list.mk (LIST): Switch to i686-solaris2.11,
1422         sparc64-sun-solaris2.11.
1424 2018-10-04  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1426         * unused_functions.py: Handle archive files.
1428 2018-10-04  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1430         * unused_functions.py: New file.
1432 2018-09-25  Martin Liska  <mliska@suse.cz>
1434         * filter-rtags-warnings.py: New file.
1436 2018-09-25  Martin Liska  <mliska@suse.cz>
1438         PR middle-end/86078
1439         * check-params-in-docs.py: New file.
1441 2018-08-17  Jojo  <jijie_rong@c-sky.com>
1442             Huibin Wang  <huibin_wang@c-sky.com>
1443             Sandra Loosemore  <sandra@codesourcery.com>
1444             Chung-Lin Tang  <cltang@codesourcery.com>
1445             Andrew Jenner  <andrew@codesourcery.com>
1447         C-SKY port: Configury
1449         * config-list.mk (LIST): Add csky-elf and csky-linux-gnu.
1451 2018-07-13  Tom de Vries  <tdevries@suse.de>
1453         * maintainers-verify.sh: New file.
1455 2018-07-12  Christophe Lyon  <christophe.lyon@linaro.org>
1457         * compare_tests: Print number of tests in each category.
1459 2018-06-19  Alexander Monakov  <amonakov@ispras.ru>
1461         * vim-gcc-dev/README: New file.
1462         * vim-gcc-dev/ftdetect/gcc-dev.vim: New file.
1463         * vim-gcc-dev/syntax/gcc-match.vim: New file.
1464         * gimple.vim: Move under vim-gcc-dev/syntax/.
1465         * gcc-rtl.vim: Likewise.
1467 2018-06-19  Martin Liska  <mliska@suse.cz>
1469         * gcc-rtl.vim: New file.
1471 2018-06-12  Jeff Law  <law@redhat.com>
1473         * config-list.mk (LIST): Remove alpha-freebsd6.
1475 2018-05-08  Richard Biener  <rguenther@suse.de>
1477         PR bootstrap/85571
1478         * compare-lto: New script derived from compare-debug.
1480 2018-05-02  Jakub Jelinek  <jakub@redhat.com>
1482         * gennews (files): Add files for GCC 8.
1484 2018-05-01  Jim Wilson  <jimw@sifive.com>
1486         * gcc_update: Check for .git as a file.
1488 2018-03-21  Christophe Lyon  <christophe.lyon@linaro.org>
1490         * test_summary: Match possible single quotes in configure path.
1492 2018-03-02  Thomas Schwinge  <thomas@codesourcery.com>
1494         * update-copyright.py: Remove "libcilkrts" reference.
1496 2018-02-19  Yury Gribov  <tetra2005@gmail.com>
1498         * compare_tests: Use TMPDIR when set.
1499         * dg-cmp-results.sh: Ditto.
1500         * warn_summary: Ditto.
1502 2018-01-29  Jonathan Wakely  <jwakely@redhat.com>
1504         * download_prerequisites: Use shasum for FreeBSD and DragonFly.
1506 2018-01-19  Martin Liska  <mliska@suse.cz>
1508         * analyze_brprob.py: Support new format that can be easily
1509         parsed. Add new column to report.
1511 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
1513         * update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
1515 2017-11-28  Julia Koval  <julia.koval@intel.com>
1516             Sebastian Peryt  <sebastian.peryt@intel.com>
1518         * contrib/gcc_update: Ditto.
1520 2017-11-08  Martin Liska  <mliska@suse.cz>
1522         * analyze_brprob.py: Fix abbreviations for SI units.
1524 2017-10-02  Thomas Schwinge  <thomas@codesourcery.com>
1526         * gcc_update (files_and_dependencies): Handle libbacktrace.
1528 2017-09-18  Richard Biener  <rguenther@suse.de>
1530         * download_prerequisites (isl): Bump version to 0.18.
1532 2017-08-02  Yury Gribov  <tetra2005@gmail.com>
1534         * mklog: Added new implementation.
1536 2017-08-02  Yury Gribov  <tetra2005@gmail.com>
1538         * mklog: Rename to ...
1539         * mklog.pl: this.
1541 2017-07-17  Yury Gribov  <tetra2005@gmail.com>
1543         * mklog: Fix extraction of changed file name.
1545 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
1547         * gcc_update (files_and_dependencies)
1548         [gcc/config/avr/avr-tables.opt]: Remove dead entry.
1550 2017-06-28  Martin Liska  <mliska@suse.cz>
1552         * gcc.doxy: Add default location for filters and output folder.
1553         * filter_gcc_for_doxygen_new: Rename to filter_gcc_for_doxygen.
1554         * filter_params.pl: Remove.
1556 2017-06-21  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1558         * dg-cmp-results.sh: Restore filtering on target variant.
1560 2017-06-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1562         * dg-cmp-results.sh: Keep test result lines rather than throwing
1563         header and summary to support sum files with multiple tools.
1565 2017-05-31  Martin Liska  <mliska@suse.cz>
1567         * filter_params.py:
1568         Transform ENUM_BITFIELD and comments starting with '/**'
1570 2017-05-31  David Malcolm  <dmalcolm@redhat.com>
1571             Martin Liska  <mliska@suse.cz>
1573         * filter_params.py: New, porting the perl script to python,
1574         adding a test suite.
1575         * filter_gcc_for_doxygen_new: New file.
1577 2017-05-30  Martin Liska  <mliska@suse.cz>
1579         * analyze_brprob.py: Add new argument to parse and modify
1580         predict.def file.
1581         * analyze_brprob_spec.py: Likewise.
1583 2017-05-29  Tom de Vries  <tom@codesourcery.com>
1585         * check_GNU_style_lib.py (TrailingWhitespaceCheck.check): Assert no
1586         trailing eol.
1587         (TrailingWhitespaceTest): New unit test.
1588         (check_GNU_style_file): Remove eol before checking.
1590 2017-05-29  Tom de Vries  <tom@codesourcery.com>
1592         * check_GNU_style_lib.py (check_GNU_style_file): Treat file argument as
1593         file handle.  Add and handle file_encoding argument.
1594         * check_GNU_style.py (main): Handle '-' file argument.  Call
1595         check_GNU_style_file with file handle as argument.
1597 2017-05-29  Tom de Vries  <tom@codesourcery.com>
1599         * check_GNU_style_lib.py: Use import_pip3 to import pip3 packages.
1600         (import_pip3): New function.
1602 2017-05-24  Tom de Vries  <tom@codesourcery.com>
1604         * check_GNU_style_lib.py: New file, factored out of ...
1605         * check_GNU_style.py: ... here.  Call main unconditionally.
1607 2017-05-19  Martin Liska  <mliska@suse.cz>
1609         * check_GNU_style.py: New file.
1611 2007-05-03  Jeff Law  <law@redhat.com>
1613         * config-list.mk (am33_2.0-linux): Remove from list of targets
1614         to build.
1616 2017-05-02  Jakub Jelinek  <jakub@redhat.com>
1618         * gennews (files): Add files for GCC 7.
1620 2017-04-26  Tom de Vries  <tom@codesourcery.com>
1622         * gen_autofdo_event.py: Fix comment.
1624 2017-04-11  Damian Rouson  <damian@sourceryinstitute.org>
1626         * download_prerequisites (md5_check): New function emulates Linux
1627         'md5 --check' on macOS.  Modified script for macOS compatibility.
1629 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
1631         * config-list.mki (LIST): Add riscv32-unknown-linux-gun and
1632         riscv64-unknown-linux-gnu.
1634 2017-01-31  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1636         * update-copyright.py (Copyright.process_file): Retain original
1637         file mode.
1639 2017-01-29  Gerald Pfeifer  <gerald@pfeifer.com>
1641         * update-copyright.py: Fix the name of this script in examples.
1643 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
1645         * update-copyright.py: Add libhsail-rt to self.default_dirs
1646         and call self.add_dir on it.  Add Intel Corporation to external
1647         authors.
1649 2017-01-25  Thomas Schwinge  <thomas@codesourcery.com>
1651         * gcc_update (files_and_dependencies): Care for "libhsail-rt".
1653 2017-01-23  Gerald Pfeifer  <gerald@pfeifer.com>
1655         * patch_tester.sh (TESTLOGS): Remove
1656         $TARGET/libjava/testsuite/libjava.sum.
1658 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
1660         * warn_summary: Remove the -java option.
1662 2017-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
1664         * update-copyright.py (LibJavaFilter): Remove.
1666 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>        
1667         
1668         * gcc_update: Remove entries related to GCJ and libgcj.
1669         Complete copyright years and adjust my e-mail address.
1671 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
1673         * gcc_update: Adjust touch list for ARM.
1675 2017-01-08  Gerald Pfeifer  <gerald@pfeifer.com>
1677         * download_ecj: Remove.
1679 2017-01-05  Martin Liska  <mliska@suse.cz>
1681         * vimrc: Update indentation definition.
1683 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
1685         * update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
1686         libssp, libvtv and lto-plugin to default_dirs.
1688 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
1690         * update-copyright.py (TestsuiteFilter): Skip params/README.
1691         (GCCCmdLine): Remove libjava and libjava/testsuite add_dir.
1693 2016-12-14  Martin Liska  <mliska@suse.cz>
1695         * analyze_brprob.py: Add new column to output and new sorting
1696         option. Fix coding style to not exceed 80 characters.
1697         * analyze_brprob_spec.py: Add new sorting
1698         option. Fix coding style to not exceed 80 characters.
1700 2016-10-24  Moritz Klammler  <moritz@glammler.eu>
1702         PR other/61439
1703         * download_prerequisites: Conditionally verify checksums of
1704         downloaded pacakges.  Add help text.  
1705         * prerequisites.md5: New file.
1706         * prerequisites.sha512: New file.
1708 2016-10-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1710         * check_GNU_style.sh (remove_testsuite): New function.
1711         Use it to remove testsuite from the diff.
1713 2016-09-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1715         * dg-extract-results.sh: Revert bogus change.
1717 2016-09-20  Christophe Lyon  <christophe.lyon@linaro.org>
1719         * dg-extract-results.py: Report DejaGnu error in the final
1720         summary.
1721         * dg-extract-results.sh: Likewise.
1723 2016-09-20  Christophe Lyon  <christophe.lyon@linaro.org>
1725         * compare_tests: Take ERROR messages into account when
1726           comparing.
1728 2016-08-17  Martin Liska  <mliska@suse.cz>
1730         * mark_spam.py: Mark as spam all comments done by a creator.
1732 2016-08-15  Martin Liska  <mliska@suse.cz>
1734         * mark_spam.py: Add error handling and reset
1735         another properties of attachments and bugs.
1737 2016-08-11  Martin Liska  <mliska@suse.cz>
1739         * mark_spam.py: Mark attachments as obsolete and rename them.
1741 2016-08-03  Eric Gallager  <egall@gwmail.gwu.edu>
1743         * download_prerequisites: Explicitly remove existing symlinks
1744         before trying to create new ones.
1746 2016-07-28  Martin Liska  <mliska@suse.cz>
1748         * mark_spam.py: New file.
1750 2016-07-21  Martin Liska  <mliska@suse.cz>
1752         * analyze_brprob.py: If there's no loop, do not calculate
1753         average number of loop iterations.
1755 2016-06-24  Martin Liska  <mliska@suse.cz>
1757         * analyze_brprob.py: Parse and display average number
1758         of loop iterations.
1760 2016-06-23  Andi Kleen  <ak@linux.intel.com>
1762         * gen_autofdo_event.py: New file to regenerate
1763         gcc-auto-profile.
1765 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1767         * config-list.mk: Stop testing mep-elf.
1769 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1771         * config-list.mk: Stop testing avr-rtems.
1773 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1775         * config-list.mk: Stop testing m32r-rtems.
1777 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1779         * config-list.mk: Remove h8300-rtems support.
1781 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1783         * config-list.mk: stop testing knetbsd.
1785 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1787         * config-list.mk: Stop testing openbsd3.0.
1789 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1791         * config-list.mk: Remove interix target.
1793 2016-06-21  David Edelsohn  <dje.gcc@gmail.com>
1795         * config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1,
1796         rs6000-ibm-aix5.2.
1797         Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1.
1798         Add rs6000-ibm-aix7.1.
1800 2016-06-17  Martin Liska  <mliska@suse.cz>
1802         * analyze_brprob.py: Fix columns of script output.
1804 2016-06-13  Richard Biener  <rguenther@suse.de>
1806         * download_prerequisites (ISL): Bump version to 0.16.1
1808 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
1810         * check_GNU_style.sh: Fix paste args for BSD
1812 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
1814         * config-list.mk (LIST): Add OPT-enable-obsolete to avr-rtems,
1815         h8300-rtems, m32r-rtems, mep-elf.
1817 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
1819         * config-list.mk (GCC_SRC_DIR): New variable.
1820         (make-log-dir): Use GCC_SRC_DIR.
1821         ($(LIST)): Likewise.
1823 2016-06-09  Martin Liska  <mliska@suse.cz>
1825         * analyze_brprob_spec.py: New file.
1827 2016-06-09  Martin Liska  <mliska@suse.cz>
1829         * analyze_brprob.py: Add new argument --sorting.
1831 2016-06-09  Martin Liska  <mliska@suse.cz>
1833         * analyze_brprob.py: Cover new dump output format.
1835 2016-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1837         * update-copyright.py (LibMudflapFilter): Remove.
1838         (GCCCmdLine.__init__): Add gotools, libcc1.
1839         Remove libmudflap.
1840         List unhandled intl, libcilkrts, libgo, liboffloadmic,
1841         maintainer-scripts.
1843 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1845         * download_prerequisites: Adjust gmp/mpfr/mpc versions.
1847 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1849         * compare-all-tests: Remove SH5 support.
1850         * config-list.mk: Likewise.
1852 2016-04-28  Martin Liska  <mliska@suse.cz>
1854         * analyze_brprob: Remove.
1855         * analyze_brprob.py: New file.
1857 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
1859         * gennews (files): Add files for GCC 6.
1861 2016-04-17  Jan Hubicka  <jh@suse.cz>
1863         * analyze_brprob: Update comment.
1865 2016-04-13  Martin Sebor  <msebor@redhat.com>
1867         * check_GNU_style.sh: Avoid false posivies in trailing operator
1868         checks.
1870 2016-03-07  Martin Sebor  <msebor@redhat.com>
1872         * check_GNU_style.sh (color): New global variable.
1873         Add checks for trailing operators and spaces before left brackets.
1874         Tightened up a check for a trailing left curly brace.
1875         (g, ag, vg): Use color.
1876         (col): Don't complain about excessively long lines with DejaGnu
1877         directives.
1879 2016-03-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1881         * mklog: Look for the ChangeLog file in $cwd.
1883 2016-02-26  Joel Sherrill <joel@rtems.org>
1885         * config-list.mk: Add aarch64-rtems and x86_64-rtems
1887 2016-01-19  Jonathan Wakely  <jwakely@redhat.com>
1889         * uninclude: Fix third argument to gensub.
1891 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
1893         * update-copyright.py (GCCCopyright): Add NVIDIA Corporation
1894         as external author.
1896 2015-12-17  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1898         * config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
1899         targets x86_64-knetbsd-gnu, i686-knetbsd-gnu and i686-openbsd3.0 .
1901 2015-12-06  Tobias Burnus  <burnus@net-b.de>
1903         * download_prerequisites: Download ISL 0.15 instead of 0.14.
1905 2015-11-20  Martin Liska  <mliska@suse.cz>
1907         * clang-format: Split content of a list to multiple
1908         lines.
1910 2015-11-19  Martin Liska  <mliska@suse.cz>
1912         * clang-format: Enhance list of FOR_EACH macros.
1914 2015-11-19  Martin Liska  <mliska@suse.cz>
1916         * clang-format: New file.
1918 2015-11-11  Andrew MacLeod  <amacleod@redhat.com>
1920         * header-tools: New.  Directory containing a set of tools for
1921         manipulating header files.
1923 2015-10-30  Nathan Sidwell  <nathan@acm.org>
1925         * config-list.mk (nvptx-none): Add it.
1927 2015-09-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
1929         * download_prerequisites: Make sure that script is run from
1930         top level source directory.
1932 2015-08-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1934         * update-copyright.py (GCCCmdLine): Add libvtv.
1936 2015-08-04  Uros Bizjak  <ubizjak@gmail.com>
1938         * texi2pod.pl: Escape braces in regexp involving @strong{...}.
1940 2015-07-15  Tom de Vries  <tom@codesourcery.com>
1942         * check_GNU_style.sh (cat_with_prefix): Fix quoting.
1944 2015-06-02  Steve Ellcey  <sellcey@imgtec.com>
1946         * test_installed (--target=): New option.
1948 2015-05-30  Mikhail Maltsev  <maltsevm@gmail.com>
1950         * gimple.vim: New file.
1952 2015-05-18  Tom de Vries  <tom@codesourcery.com>
1954         * check_GNU_style.sh: Add temp files tmp2 and tmp3.
1955         (cat_with_prefix): New function, using global variable prefix.
1956         (col): Make prefix a global variable. Rewrite to process file at a time
1957         rather than line at a time.  Print part longer than 80 chars in red.
1959 2015-05-18  Tom de Vries  <tom@codesourcery.com>
1961         * check_GNU_style.sh (g, ag, vg): Don't cat empty file.
1963 2015-05-18  Tom de Vries  <tom@codesourcery.com>
1965         * check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
1967 2015-05-18  Tom de Vries  <tom@codesourcery.com>
1969         * check_GNU_style.sh: Improve readability function calls.
1971 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
1973         * config-list.mk: Add FT32.
1975 2015-05-12  Tom de Vries  <tom@codesourcery.com>
1977         * check_GNU_style.sh (col): Fix tab size.
1979 2015-05-12  Tom de Vries  <tom@codesourcery.com>
1981         * check_GNU_style.sh: Put stdin into a temp file.
1983 2015-05-12  Tom de Vries  <tom@codesourcery.com>
1985         * check_GNU_style.sh: Read either from stdin, or from files.
1987 2015-05-12  Tom de Vries  <tom@codesourcery.com>
1989         * check_GNU_style.sh: Check if files exists.
1991 2015-05-12  Tom de Vries  <tom@codesourcery.com>
1993         * check_GNU_style.sh: Don't use a filename prefix if we're only
1994         processing one patch file.
1996 2015-05-12  Yury Gribov  <y.gribov@samsung.com>
1998         * mklog: Ignore preprocessor directives.
2000 2015-04-22  Jakub Jelinek  <jakub@redhat.com>
2002         * gennews (files): Add files for GCC 5.
2004 2015-03-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2006         * dg-extract-results.sh: Check that the necessary python modules exist.
2008 2015-02-05  Ilya Verbin  <ilya.verbin@intel.com>
2010         * gcc_update (files_and_dependencies): Add rules for liboffloadmic and
2011         liboffloadmic/plugin.
2013 2015-01-15  Richard Sandiford  <richard.sandiford@arm.com>
2015         * update-copyright.py (Copyright.__init__): Add a regexp for
2016         "copyright = u'".
2017         (Copyright.update_copyright): Don't add a space before the year
2018         in that case.
2020 2015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
2022         * gcc_update (files_and_dependencies): Update rules for new
2023         libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
2025 2015-01-12  Yury Gribov  <y.gribov@samsung.com>
2027         * check_GNU_style.sh: Support patches coming from stdin.
2028         Check that spaces are converted to tabs.
2029         Make double-space-after-dot check more precice.
2031 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2033         * config-list.mk (LIST): Add visium-elf.
2035 2015-01-05  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2037         * config-list.mk: Use shortest match for OPT to find the actual
2038         target name.
2040 2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
2042         * dg-extract-results.sh: Use --text with grep to avoid issues with
2043         binary files.  Fall back to cat -v, if that doesn't work.
2045 2014-12-12  Chung-Ju Wu  <jasonwucj@gmail.com>
2047         * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
2049 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2050             Yury Gribov  <y.gribov@samsung.com>
2052         * vimrc: New file.
2054 2014-12-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2056         * check_GNU_style.sh: Warn for incorrect number of spaces in function
2057         call only if 0 or 2+ spaces found.
2059 2014-12-02  Tobias Burnus  <burnus@net-b.de>
2061         * download_prerequisites: Download ISL 0.14 instead of 0.12.2.
2063 2014-11-25  Tom de Vries  <tom@codesourcery.com>
2064             Peter Bergner  <bergner@vnet.ibm.com>
2066         * mklog: Handle .mklog.  Use git setting independent of presence .git
2067         directory.
2069 2014-11-14  Tom de Vries  <tom@codesourcery.com>
2071         * mklog: Move reading of .diff file up and add comment.  Copy diff_lines
2072         to orig_diff_lines.  Use orig_diff_lines when appending patch.
2074 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
2076         * ChangeLog.jit: New.
2077         * jit-coverage-report.py: New file: a script to print crude
2078         code-coverage information for the libgccjit API.
2080 2014-11-11  Marat Zakirov  <m.zakirov@samsung.com>
2082         * mklog: Symbol '}' stops search for changes.
2084 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2086         * download_prerequisites: Stop downloading CLooG.
2088 2014-11-07  Marat Zakirov  <m.zakirov@samsung.com>
2090         * mklog: Always doubt in functions.
2091         Add EOF protection.
2093 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2095         * config-list.mk: Don't build Go for certain targets.
2097 2014-10-04  Trevor Saunders  <tsaunders@mozilla.com>
2099         * compare-all-tests: Don't test score-*.
2100         * config-list.mk: Likewise.
2102 2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
2104         * dg-extract-results.py (output_variation): Always sort if do_sum.
2106 2014-09-22  Tom de Vries  <tom@codesourcery.com>
2108         * mklog: Add --inline option.
2110 2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
2112         * dg-extract-results.py (Prog.result_re): Include options in test name.
2114 2014-09-19  Olivier Hainque  <hainque@adacore.com>
2116         * config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
2118 2014-09-18  Joel Sherrill <joel.sherrill@oarcorp.com>
2120         * config-list.mk (LIST): Add v850-rtems.
2122 2014-09-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2124         * config-list.mk (LIST): Add arm-rtems.
2125         Add nios2-rtems.  Remove extra option from powerpc-rtems.
2127 2014-09-08  Trevor Saunders  <tsaunders@mozilla.com>
2129         * compare-all-tests: Don't test picochip.
2130         * config-list.mk: Likewise.
2132 2014-08-11  Mingjie Xing <mingjie.xing@gmail.com>
2134         * texi2pod.pl (postprocess): Move command process for '@sc' to the
2135         front of '@dfn'.  Add a new command process for '@t{...}', just print
2136         the content.
2138 2014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
2139             Yury Gribov  <y.gribov@samsung.com>
2141         * mklog: Run mklog as a filter.
2143 2014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
2145         * mklog: Read name and email from git config when available.
2147 2014-06-28  Richard Biener  <rguenther@suse.de>
2149         * gennews: Use gcc-3.0/index.html.
2151 2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
2153         * dg-extract-results.py: For Python 3, force sys.stdout to handle
2154         surrogate escape sequences.
2155         (safe_open): New function.
2156         (output_segment, main): Use it.
2158 2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
2160         * dg-extract-results.py (Named): Remove __cmp__ method.
2161         (output_variation): Use a key to sort variation.harnesses.
2163 2014-05-24  Uros Bizjak  <ubizjak@gmail.com>
2165         * texi2pod.pl: Force .pod file to not be a numbered list.
2167 2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
2169         * dg-extract-results.py (parse_run): Handle warnings that are printed
2170         before a test harness is run.
2172 2014-05-09  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2174         * config-list.mk (show): New target.
2176 2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
2178         * dg-extract-results.py: New file.
2179         * dg-extract-results.sh: Use it if the environment seems suitable.
2181 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2183         * config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
2185 2013-04-22  Jakub Jelinek  <jakub@redhat.com>
2187         * gennews (files): Add files for GCC 4.9.
2189 2014-02-24  Walter Lee  <walt@tilera.com>
2191         * config-list.mk (LIST): Add tilegxbe-linux-gnu.
2193 2014-02-13  Richard Biener  <rguenther@suse.de>
2195         * download_prerequisites: Update ISL and CLOOG versions.
2197 2014-01-31  Brooks Moses  <bmoses@google.com>
2199         * gcc_update (files_and_dependencies): Add aarch64-tune.md.
2201 2014-01-29  Yury Gribov  <y.gribov@samsung.com>
2203         * mklog: Improve support of context diffs.
2205 2014-01-21  Tatiana Udalova  <t.udalova@samsung.com>
2207         * mklog: Avoid adding falsely changed functions to ChangeLog.
2209 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
2211         * config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
2212         ordering of some configs.
2214 2013-12-23  Yury Gribov  <y.gribov@samsung.com>
2216         * mklog: Automatically insert comments in trivial cases.
2218 2013-12-19  Yury Gribov  <y.gribov@samsung.com>
2220         * mklog: Split generated message in parts.
2222 2013-10-31  Chung-Ju Wu  <jasonwucj@gmail.com>
2224         * config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
2226 2013-10-29  Tobias Burnus  <burnus@net-b.de>
2228         * gcc_update (files_and_dependencies): Add rules for
2229         libcilkrts.
2231 2013-10-11  Thomas Schwinge  <thomas@codesourcery.com>
2233         * gcc_update (files_and_dependencies): Fix rule for
2234         libgomp/testsuite/Makefile.in.
2236 2013-10-01  Joern Rennecke  <joern.rennecke@embecosm.com>
2238         * config-list.mk: Add arc configurations.
2240 2013-09-27  Diego Novillo  <dnovillo@google.com>
2242         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2244 2013-09-12  DJ Delorie  <dj@redhat.com>
2246         * config-list.mk: Add msp430-elf.
2248 2013-08-31  Diego Novillo  <dnovillo@google.com>
2250         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2252 2013-08-29  Mike Stump  <mikestump@comcast.net>
2254         * gcc_update (configure): Update to handle svn 1.8.1.
2256 2013-08-03  Caroline Tice  <cmtice@google.com>
2258         * gcc_update: Add libvtv files.
2260 2013-06-06  Brooks Moses  <bmoses@google.com>
2262         * testsuite-management/validate_failures.py: Fix handling of
2263         summary lines with "|" characters or empty description fields.
2265 2013-05-24  Chung-Ju Wu  <jasonwucj@gmail.com>
2267         * download_prerequisites: Download isl and cloog conditionally.
2269 2013-05-21  David Malcolm  <dmalcolm@redhat.com>
2271         * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
2273 2013-05-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2275         * config-list.mk (LIST): Add -enable-obsolete for
2276         sparc-sun-solaris2.9, i686-solaris2.9.
2278 2013-05-13  Mike Stump  <mikestump@comcast.net>
2280         * compare_tests: Limit lines to 2000 characters as comm on Mac OS
2281         X 10.8.3 doesn't like long lines (those 2055 characters or more).
2283 2013-04-22  Sofiane Naci  <sofiane.naci@arm.com>
2285         * config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
2287 2013-04-18  Diego Novillo  <dnovillo@google.com>
2289         * validate_failures.py: Fix typo.
2291 2013-04-18  Diego Novillo  <dnovillo@google.com>
2293         * validate_failures.py: Loosen check for build directory.
2294         State what failed if we couldn't find the source tree or
2295         the target triplet.
2297 2013-03-22  Jakub Jelinek  <jakub@redhat.com>
2299         * gennews (files): Add files for GCC 4.8.
2301 2013-03-06  Tobias Burnus  <burnus@net-b.de>
2303         * make-obstacks-texi.pl: New.
2305 2013-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2307         * make_sunver.pl: Enforce C locale.
2309 2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
2311         * update-copyright.py: Add libdecnumber to the default list.
2312         Remove libquadmath and libssp.
2314 2013-02-06  Diego Novillo  <dnovillo@google.com>
2316         * testsuite-management/validate_failures.py: Fix typo.
2318 2013-02-06  Diego Novillo  <dnovillo@google.com>
2320         * testsuite-management/validate_failures.py: Update
2321         Copyright years.
2322         Request contributions not to use Python features newer
2323         than 2.4.
2324         (GetBuildData): If this is not a build directory,
2325         emit an error only if --results or --manifest are missing.
2327 2013-02-06  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2329         * testsuite-management/validate_failures.py
2330         (IsInterestingResult): Fix performance regression
2332 2013-02-04  Richard Sandiford  <rdsandiford@googlemail.com>
2334         * update-copyright.py: New file.
2336 2013-01-15  David Blaikie  <dblaikie@gmail.com>
2338         * dg-extract-results.sh: Handle KPASSes.
2340         * dg-extract-results.sh: Constrain the start-of-log pattern.
2342         * dg-extract-results.sh: Fix order of summary counts.
2344 2012-12-01  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2346         * testsuite-management/validate_failures.py
2347         (IsInterestingResult): Only strip line a second time if we did split.
2348         Rephrase return statement while at it.
2349         (CollectSumFiles): Also ignore .git directory.
2351 2012-12-03  Diego Novillo  <dnovillo@google.com>
2353         * testsuite-management/validate_failures.py: Fix stale
2354         use of 'options'.
2356 2012-11-30  Doug Evans  <dje@google.com>
2358         * testsuite-management/validate_failures.py: Add support for @include,
2359         @remove directives in manifest files.
2361         * testsuite-management/validate_failures.py: Add function
2362         GetManifestPath.  New global _MANIFEST_SUBDIR.
2364 2012-11-29  Doug Evans  <dje@google.com>
2366         * testsuite-management/validate_failures.py: Remove pass/fail
2367         indicator from result of GetBuildData.
2369         * testsuite-management/validate_failures.py: Store options in global
2370         variable _OPTIONS.
2372         * testsuite-management/validate_failures.py: Rename variable
2373         manifest_name to manifest_path everywhere.
2375         * testsuite-management/validate_failures.py (CompareBuilds): Pass
2376         options.results to GetSumFiles for clean build.
2378 2012-11-28  Doug Evans  <dje@google.com>
2380         * testsuite-management/validate_failures.py: Use <target_alias> instead
2381         of <target>.  Minor whitespace changes.
2383         * testsuite-management/validate_failures.py: Record ordinal with
2384         TestResult.
2386 2012-11-19  Mike Stump  <mikestump@comcast.net>
2388         * compare_tests: Add export LC_ALL=C to make sort happier.
2390 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
2392         * gcc_update: Update libsanitizer generated files.
2394 2012-11-12  Tobias Burnus  <burnus@net-b.de>
2396         * gcc_update: Add libquadmath generated files.
2398 2012-11-12  H.J. Lu  <hongjiu.lu@intel.com>
2400         * gcc_update: Add libsanitizer generated files.
2402 2012-11-05  Lawrence Crowl  <crowl@google.com>
2404         * compare_two_ftime_report_sets: New.
2406 2012-11-02  Diego Novillo  <dnovillo@google.com>
2408         * testsuite-management/validate_failures.py: Add option
2409         --clean_build to compare test results against another
2410         build.
2412 2012-10-31  Diego Novillo  <dnovillo@google.com>
2414         * testsuite-management/validate_failures.py: Fix parsing
2415         of summary lines.
2417 2012-10-29  Diego Novillo  <dnovillo@google.com>
2419         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2421 2012-10-06  Diego Novillo  <dnovillo@google.com>
2423         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2425 2012-10-02   Christophe Lyon  <christophe.lyon@linaro.org>
2427         * check_GNU_style.sh: Remove temporay file upon exit.
2429 2012-09-26  Joern Rennecke  <joern.rennecke@embecosm.com>
2431         * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
2432         arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
2433         Use --enable-obsolete for picochip-elf.
2435 2012-09-10   Diego Novillo  <dnovillo@google.com>
2437         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2439 2012-09-04  Eric Botcazou  <ebotcazou@adacore.com>
2441         * make_sunver.pl: Add missing newline at the end of extern "C++" block.
2443 2012-08-24   Diego Novillo  <dnovillo@google.com>
2445         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2447 2012-08-14   Diego Novillo  <dnovillo@google.com>
2449         * testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
2451 2012-08-13  Diego Novillo  <dnovillo@google.com>
2453         * testsuite-management/validate_failures.py (ExpirationDate): Tidy
2454         comment.
2456 2012-08-13  Diego Novillo  <dnovillo@google.com>
2458         * testsuite-management/validate_failures.py (ParseSummary): Fix
2459         comment.
2461 2012-08-13  Diego Novillo  <dnovillo@google.com>
2463         * testsuite-management/validate_failures.py: Import datetime.
2464         (TestResult.ExpirationDate): New.
2465         (TestResult.HasExpired): New.
2466         (ParseSummary): Call it.  If it returns True, warn that the
2467         expected failure has expired and do not add it to the set of
2468         expected results.
2469         (GetResults): Clarify documentation.
2471 2012-07-26   Diego Novillo  <dnovillo@google.com>
2473         * testsuite-management/validate_failures.py: Do not use
2474         'with ... as ...' constructs.
2476 2012-07-19   Diego Novillo  <dnovillo@google.com>
2478         * testsuite-management/validate_failures.py (CollectSumFiles):
2479         Rename from GetSumFiles.
2480         (GetSumFiles): Factor out of CheckExpectedResults.
2481         (CheckExpectedResults): Call it.
2482         (ProduceManifest): Call it.
2484 2012-07-18   Diego Novillo  <dnovillo@google.com>
2486         * testsuite-management/validate_failures.py: Fix
2487         /usr/bin/python invocation.
2489 2012-06-19  Steven Bosscher  <steven@gcc.gnu.org>
2491         * check_makefile_deps.sh: Look for c-common.o in c-family/.
2492         Add a few more crt* files to the list of files to skip.
2494 2012-05-31  Marek Polacek  <polacek@redhat.com>
2496         * mklog: Prevent printing three spaces after the date.
2498 2012-06-04   Diego Novillo  <dnovillo@google.com>
2500         * testsuite-management/validate_failures.py (GetResults):
2501         Change argument to accept list of summary files to analyze.
2502         Update callers.
2503         (CheckExpectedResults): Handle options.manifest, options.results
2504         and options.ignore_missing_failures.
2505         (Main): Add options --manifest, --results and --ignore_missing_failures.
2507 2012-05-31   Diego Novillo  <dnovillo@google.com>
2508              Cary Coutant  <ccoutant@google.com>
2510         * mklog: New.
2512 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
2514         PR bootstrap/53472
2515         * contrib/compare-debug (remove_comment): New function.
2516         Remove any .comment sections if the first cmp failed.
2518 2012-05-09  David Edelsohn  <dje.gcc@gmail.com>
2520         * gcc_update: Use $GCC_SVN to retrieve branch and revision.
2522 2012-05-01  Richard Henderson  <rth@redhat.com>
2524         * gcc_update: Add libatomic generated files.
2526 2012-04-23  Manuel LĂłpez-Ibáñez  <manu@gcc.gnu.org>
2528         * compare_tests: Append '/' to make 'find' traverse
2529         symlinked directories.
2531 2012-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2533         * testsuite-management/validate_failures.py (GetBuildData): Use
2534         target_alias.
2536 2012-04-06  Doug Evans  <dje@google.com>
2538         * dg-extract-results.sh: Handle KFAILs.
2540 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2542         * config-list.mk (LIST): Remove mips-sgi-irix6.5.
2544 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
2546         * gennews (files): Add files for GCC 4.7.
2548 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2550         * config-list.mk (LIST): Remove mips-openbsd.
2552 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2554         * config-list.mk (LIST): Remove alpha-dec-osf5.1.
2556 2012-03-02   Diego Novillo  <dnovillo@google.com>
2558         * testsuite-management/validate_failures.py (class TestResult): Fix
2559         match pattern for the summary line.  If there is a parsing failure,
2560         show the line we failed to parse.
2562 2012-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2564         PR libstdc++/52188
2565         * make_sunver.pl: Remove #ifdef handling.
2567 2012-02-17   Doug Kwan  <dougkwan@google.com>
2569         * contrib/testsuite-management/validate_failures.py
2570         (GetMakefileValue): Check for cross compilers.
2572 2012-02-15   Quentin Neill  <quentin.neill@amd.com>
2574         * compare_tests: Fix trailing paths in dir arguments.
2575         Handle sum1/sum2 temp files with others.
2577 2012-02-14  Walter Lee  <walt@tilera.com>
2579         * config-list.mk (LIST): Add tilegx-linux-gnu and
2580         tilepro-linux-gnu.
2581         * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
2582         (gcc/config/tilepro/mul-tables.c): New dependencies.
2584 2012-02-11  Mike Stump  <mikestump@comcast.net>
2586         * compare_tests (exit_status): Fix.
2588 2012-02-10   Diego Novillo  <dnovillo@google.com>
2590         * repro_fail: Add --debug and --debug-tui flags.
2592 2012-02-02  Sumanth G  <sumanth.gundapaneni@kpitcummins.com>
2593             Jayant R Sonar  <jayant.sonar@kpitcummins.com>
2595         * config-list.mk (LIST): Add cr16-elf.
2597 2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
2599         PR target/51345
2600         * gcc_update (files_and_dependencies): Add
2601         gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
2603 2011-11-29  DJ Delorie  <dj@redhat.com>
2605         * config-list.mk (LIST): Add rl78-elf.
2607 2011-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2609         * make_sunver.pl: Convert '?' in glob patterns to '.'.
2611 2011-11-07  Richard Henderson  <rth@redhat.com>
2613         Merged from transactional-memory.
2615         * gcc_update: Add libitm to touch data.
2617 2011-11-07   Quentin Neill  <quentin.neill@amd.com>
2619         * compare_tests: Add ability to compare all .sum
2620         files from two build directories.
2622 2011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
2624         * contrib-list.mk: Add Epiphany configurations.
2626 2011-09-13   Diego Novillo  <dnovillo@google.com>
2628         * testsuite-management: New.
2629         * testsuite-management/validate_failures.py: New.
2631 2011-08-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2633         * gcc_update: Determine svn branch from hg convert_revision.
2635 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2637         * config-list.mk (i586-netware): Remove.
2638         (.PHONY): Remove make-script-dir dependency.
2639         (make-script-dir): Remove.
2640         ($(LIST)): Remove make-script-dir dependency.
2642 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
2644         * gcc_update: Add C6X generated files.
2645         * contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
2647 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2649         * config-list.mk (LIST): Append OPT-enable-obsolete to
2650         alpha-dec-osf5.1, mips-sgi-irix6.5.
2652 2011-06-24  Diego Novillo  <dnovillo@google.com>
2654         * repro_fail: New.
2656 2011-06-21  Joseph Myers  <joseph@codesourcery.com>
2658         * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
2660 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
2662         * gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
2663         gcc/config/arm/arm-fpus.def.
2665 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
2667         * gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
2668         dependencies.
2670 2011-05-09  Joseph Myers  <joseph@codesourcery.com>
2672         * gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
2674 2010-05-05  Joern Rennecke  <joern.rennecke@embecosm.com>
2676         * config-list.mk: New file.
2678 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
2680         * gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
2682 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2684         * paranoia.cc (ENUM_BITFIELD): Remove.
2686 2011-04-08  Joseph Myers  <joseph@codesourcery.com>
2688         * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
2690 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
2692         * compare-all-tests (all_targets): Remove crx and m68hc11.
2694 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2696         PR bootstrap/48135
2697         * make_sunver.pl: Don't use File::Glob.
2699 2011-03-05  Joseph Myers  <joseph@codesourcery.com>
2701         * gennews (files): Add files for GCC 4.6.
2703 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
2705         * patch_tester.sh (nopristinecache): New shell var, set according
2706         to presence or absence of new -nopristinecache option.
2707         (usage): Document new option.
2708         (bootntest_pristine): Implement it.
2710 2010-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2712         * make_sunver.pl: Use elfdump -s to extract symbols if possible,
2713         readelf -s otherwise.
2715 2010-11-08  Eric Botcazou  <ebotcazou@adacore.com>
2717         * make_sunver.pl: Ignore entries without symbol name first.  Then do
2718         not ignore symbols marked as 'R'.
2720 2010-10-18  Andi Kleen  <ak@linux.intel.com>
2722         * gccbug.el: Remove.
2724 2010-10-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2726         * gcc_update: Run $GCC_HG pull and update separately.
2727         Check parents for SVN revision.
2729 2010-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2731         * test_recheck: New script.
2733 2010-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2735         * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
2736         Also escape characters with grave accents, to be fixed ...
2737         (unmunge): ... here.
2738         (postprocess): Also handle @/ and @acronym{...}.
2740 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
2742         * check_GNU_style.sh: Do not print warning messages when there are
2743         no occurences.
2745 2010-09-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2747         * gcc_update: Handle hg, too.
2749 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
2751         * make_sunver.pl: Remove extra whitespace in regexp.
2753 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
2755         * check_GNU_style.sh: New.
2757 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2759         * make_sunver.pl: New file.
2761 2010-07-02  Iain Sandoe  <iains@gcc.gnu.org>
2763         * compare-debug (Darwin): Remove '-x' flag from ld-based object
2764         stripping.  Add a comment as to why we do it this way.
2766 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
2768         * compare-debug: Drop LTO sections.
2770 2010-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2772         * gcc_update: Support updating a git clone.
2774 2010-06-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2776         * test_summary: Don't use diff -u.
2777         Adapt egrep regex.
2779 2010-06-02  Andrew Haley  <aph@redhat.com>
2781         * download_prerequisites: New script.
2783 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2785         * dg-extract-results.sh: Redirect grep output to /dev/null instead
2786         of grep -q.
2788 2010-04-22  Basile Starynkevitch  <basile@starynkevitch.net>
2790         * gcc_update: Sets the locale to C.
2792 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
2794         * gennews (files): Add files for GCC 4.5.
2796 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2798         Fix *.log tests output containing "===".
2799         * dg-extract-results.sh (/\===/): Rename to ...
2800         (/^\t\t=== .* ===$/): ... this pattern.
2802 2010-03-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2804         * dg-extract-results.sh: Fix result order to match sequential case.
2806 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2808         * check_warning_flags.sh: Use \012 instead of \n with tr.
2810 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2812         * dg-extract-results.sh: Don't use tail -n.
2814 2009-10-03  H.J. Lu  <hongjiu.lu@intel.com>
2815             Richard Guenther  <rguenther@suse.de>
2817         PR lto/39216
2818         * gcc_update: Adjust file timestamps for lto-plugin.
2820 2009-09-10  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
2822         PR bootstrap/41245
2823         * compare-debug: Handle stripping of dwarf debug sections from darwin
2824         mach-o objects.
2826 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
2828         * compare-debug: Grep for blank before dash to avoid grep -e.
2830 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
2832         * compare-debug: Look for .gkd files and compare them.
2834 2009-08-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2836         PR testsuite/41166
2837         * test_summary: Invoke config.status, rather than trying to
2838         parse it.  Adjust awk script.
2840 2009-08-18  Alexandre Oliva  <aoliva@redhat.com>
2842         * compare-debug: Drop .eh_frame relocations too.
2844 2009-08-18  H.J. Lu  <hongjiu.lu@intel.com>
2846         PR testsuite/40704
2847         * test_summary: Filter out "\r".
2849 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
2851         * compare-debug: Don't fail just because of .eh_frame differences.
2853 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
2855         PR testsuite/39807
2856         * dg-extract-results.sh: Close open files and use >> instead of >
2857         to decrease number of concurrently open files from awk.  Avoid
2858         = at the beginning of a regexp and redirect to a file determined
2859         by curfile variable rather than concatenated strings to workaround
2860         Solaris nawk bug.
2862 2009-04-25  Gerald Pfeifer  <gerald@pfeifer.com>
2864         * test_summary: Only include LAST_UPDATED if it exists.
2865         Complete copyright years.
2867 2009-04-16  Paolo Bonzini  <bonzini@gnu.org>
2869         * compare-all-tests: New.
2871 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2873         * gennews (files): Reference GCC 4.4 web pages.
2875 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
2877         * reghunt/date_based/reg_periodic: Change copyright header to refer
2878         to version 3 of the GNU General Public License and to point readers
2879         at the COPYING3 file and the FSF's license web page.
2880         * reghunt/date_based/reg_search: Likewise.
2881         * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
2882         * regression/btest-gcc.sh: Likewise.
2883         * regression/objs-gcc.sh: Likewise.
2885 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2887         * check_warning_flags.sh: Update flag exceptions.
2889 2008-11-18  Ben Elliston  <bje@au.ibm.com>
2891         * dg-cmp-results.sh: Do not print usage if either .sum file cannot
2892         be opened; print a more meaningful error instead.
2894 2008-10-24  Janis Johnson  <janis187@us.ibm.com>
2895             Jakub Jelinek  <jakub@redhat.com>
2897         * dg-extract-results.sh: New file.
2899 2008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2901         * check_makefile_deps.sh: New file.
2903 2008-05-08  Sebastian Pop  <sebastian.pop@amd.com>
2905         * patch_tester.sh (report): Do not print "Checker: ".
2907 2008-04-23  Sebastian Pop  <sebastian.pop@amd.com>
2909         * patch_tester.sh (report): Do not print the time.
2911 2008-04-01  Joseph Myers  <joseph@codesourcery.com>
2913         * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
2914         Handle @heading.  Handle enumerated lists with starting numbers
2915         and extra headings.
2917 2008-03-10  Janis Johnson  <janis187@us.ibm.com>
2919         * patch_tester.sh (initialization): Initialize svnpatch and stop.
2920         (usage): Add -svnpath and -stop.
2921         (makedir): New.
2922         (argument handling): Process -stop and -svnpath.
2923         (setup code): Use makedir, error out if initial svn checkout fails.
2924         (update): Use svnpath.  Invoke contrib/gcc_update.
2925         (apply_patch): Require that patch was created at top level.  Use eval
2926         with option variables.  Don't use bootstrap target for make.  Verify
2927         that some tests were run.
2928         (bootntest_patched): Use snvpath.
2929         (main loop): For -stop, exit when there are no more patches to test.
2931 2008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2933         * check_warning_flags.sh: Instead of invoke.texi, take the path
2934         to the doc directory as argument.  Check that warnings listed in
2935         'gcc --help' are accepted by the compiler, and listed in the
2936         manuals.
2938 2008-03-06  Tom Tromey  <tromey@redhat.com>
2940         * patch_tester.sh (usage): Watermark is not lexicographic.
2941         Load $STATE/defaults if it exists.
2942         (selfexec): Use $0.
2943         (apply_patch): Handle deletions.
2944         (bootntest): Handle default settings.
2946 2008-03-05  Jakub Jelinek  <jakub@redhat.com>
2948         * gennews (files): Reference GCC 4.3 web pages.
2950 2008-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2952         * check_warning_flags.sh: New file.
2954 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2956         * paranoia.cc (main): Remove handling of c4x_single and
2957         c4x_extended formats.
2959 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
2961         * compareSumTests3: Changed to GPLv3.
2962         * prepare_patch.sh: Same.
2963         * uninclude: Same.
2964         * dglib.pm: Same.
2965         * gennews: Same.
2966         * texi2pod.pl: Same.
2967         * analyze_brprob: Same.
2968         * gcc_build: Same.
2970 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
2972         * patch_tester.sh: Changed to GPLv3.
2974 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2976         * patch_tester.sh: Don't save the script anymore.
2978 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2980         * patch_tester.sh: New.
2981         * prepare_patch.sh: New.
2983 2007-11-26  Alexandre Oliva  <aoliva@redhat.com>
2985         * compare-debug: Introduce -p flag to preserve .stripped files.
2987 2007-10-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2989         * texi2pod.pl: Handle @asis.
2990         (postprocess): Move @gccoptlist{} after all formatting commands.
2992 2007-10-01  Alexandre Oliva  <aoliva@redhat.com>
2994         * compare-debug: Avoid spurious errors when .stripped files
2995         exist.
2997 2007-09-22  Hans-Peter Nilsson  <hp@axis.com>
2999         * warn_summary (srcdirFilter): Add fixincludes, sim,
3000         newlib and mpfr.
3002 2007-08-23  H.J. Lu  <hongjiu.lu@intel.com>
3004         * gcc_update: Handle different URL paths and tags.
3006 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3008         * compare-debug: New.
3010 2007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
3011             Andreas Schwab  <schwab@suse.de>
3013         * gcc_update: Use "svn info" for revision number.  Create
3014         gcc/REVISION with branch name and revision number.
3016 2007-08-10  Diego Novillo  <dnovillo@google.com>
3018         * gcc.doxy: Rename from tree-ssa.doxy.
3020 2007-08-10  Diego Novillo  <dnovillo@google.com>
3022         * tree-ssa.doxy: Update for doxygen 1.5.
3023         Include all the files in the middle and back ends.
3025 2007-06-30  Hans-Peter Nilsson  <hp@axis.com>
3027         * gcc_update (files_and_dependencies): Handle
3028         gcc/testsuite/gcc.dg/cpp/direct2s.c.
3030 2007-05-13  Mark Mitchell  <mark@codesourcery.com>
3032         * gennews (files): Reference GCC 4.2 web pages.
3034 2007-04-04  Zack Weinberg  <zack@mrtock.ucsd.edu>
3036         * texi2pod.pl: Correct handling of @itemize with no argument.
3038 2007-03-17  Hans-Peter Nilsson  <hp@axis.com>
3040         * uninclude: New utility, from Alexandre Oliva.
3042 2007-02-26  Dominique Dhumieres  <dominiq@lps.ens.fr>
3044         * test_installed: Adjust to the move from g77 to gfortran.
3046 2007-02-16  Matthias Klose  <doko@debian.org>
3048         * texi2pod.pl: Handle @subsubsection, ignore @anchor.
3050 2007-02-10  Hans-Peter Nilsson  <hp@axis.com>
3052         * test_summary (configflags): Adjust for changes in the
3053         config.status format due to update to autoconf 2.59.
3055 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3057         * gcc_update: Update for configure.in -> configure.ac.
3059 2007-02-06  Richard Sandiford  <richard@codesourcery.com>
3061         * texi2pod.pl: Handle @multitable.
3063 2007-01-15  Tom Tromey  <tromey@redhat.com>
3065         * download_ecj: New file.
3067 2006-09-27  Matthew Sachs  <msachs@apple.com>
3069         * compareSumTests3: POD syntax fix.
3071 2006-09-27  Matthew Sachs  <msachs@apple.com>
3073         * dglib.pm: Initial commit.
3074         * compareSumTests3: Initial commit.
3076 2006-09-18  Bernhard Fischer  <aldot@gcc.gnu.org>
3078         * dg-cmp-results.sh (compare-$$.awk): Print name[old]
3079         and not non-existing nm[old].
3081 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3083         Port to hosts whose 'sort' and 'tail' implementations
3084         treat operands with leading '+' as file names, as POSIX
3085         has required since 2001.  However, make sure the code still
3086         works on pre-POSIX hosts.
3087         * compare_tests: Don't assume "sort +2" is equivalent to
3088         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3090 2006-06-05  James Lemke  <jwlemke@wasabisystems.com>
3092         * dg-cmp-results.sh: New script for comparing DejaGNU logs.
3094 2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
3095             Mike Stump  <mrs@apple.com>
3097         * compare_tests: Handle multilibs better.
3099 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3101         * texi2pod.pl: Correct handling of absolute @include.
3103 2006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
3105         * texi2pod.pl: Handle -I.
3107 2006-02-28  Mark Mitchell  <mark@codesourcery.com>
3109         * gennews (files): Update for GCC 4.1.
3111 2006-01-24  Diego Novillo  <dnovillo@redhat.com>
3113         * gcc_update (files_and_dependencies): Handle
3114         libgomp/testsuite/Makefile.in.
3116 2006-01-18  Richard Henderson  <rth@redhat.com>
3117             Diego Novillo  <dnovillo@redhat.com>
3119         * gcc_update (files_and_dependencies): Add libgomp files.
3121 2005-12-06  Ben Elliston  <bje@au.ibm.com>
3123         * newcvsroot: Remove.
3125 2005-11-03  Steven Bosscher  <stevenb@suse.de>
3127         * gcc_build: Fix my previous checking.
3129 2005-11-01  Joseph S. Myers  <joseph@codesourcery.com>
3131         * gcc_update: Include revision number in LAST_UPDATED.
3133 2005-10-30  Steven Bosscher  <stevenb@suse.de>
3135         * gcc_build: Use gcc.gnu.org as the default server.  Set up
3136         SVN_REPOSITORY correctly.  Add support for checking out branches.
3138 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3140         * gcc_update: When svn update is called and
3141         --silent is used, pass -q.
3143 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3145         * gcc_update: Remove the -q from svn invocation.
3147 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
3149         * gcc_build: Remove -d from the call to gcc_update.
3151 2005-10-28  Daniel Berlin  <dberlin@dberlin.org>
3152             Ben Elliston  <bje@au1.ibm.com>
3154         * gcc_update: Update for svn.
3155         * newcvsroot: Ditto.
3156         * gcc_build: Ditto.
3158 2005-10-21  Mark Mitchell  <mark@codesourcery.com>
3160         * texi2pod.pl: Substitue for @value even when part of @include.
3162 2005-10-21  Bob Wilson  <bob.wilson@acm.org>
3164         * texi2pod.pl: Convert two single quotes or two backquotes to
3165         double quotes.
3167 2005-08-23  Ben Elliston  <bje@au.ibm.com>
3169         * gcc_update: Update dependencies for libjava/aclocal.m4.
3171 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
3173         * All files: Update with new FSF address.
3175 2005-07-14  Ben Elliston  <bje@au.ibm.com>
3177         * filter_params.pl: Typo fix.
3178         * filter_knr2ansi.pl: Likewise.
3180 2005-06-05  Gerald Pfeifer  <gerald@pfeifer.com>
3182         * gennews (files): Update for egcs-1.0 release pages consolidation.
3184 2005-04-17  Joseph S. Myers  <joseph@codesourcery.com>
3186         * gennews (files): Update for GCC 4.0.
3188 2005-03-18  Alexandre Oliva  <aoliva@redhat.com>
3190         * gcc_update (silent): Unset instead of initializing to null.
3192 2005-03-18  Andreas Schwab  <schwab@suse.de>
3194         * gcc_update (apply_patch): Properly quote $1.
3196 2005-03-18  Zack Weinberg  <zack@codesourcery.com>
3198         * gcc_update: Add --silent option.
3200 2005-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3202         * warn_summary (keywordFilter): Update sed pattern for new quoting
3203         style in warnings.
3205 2005-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3207         * warn_summary: Add -fortran subdir flag.
3208         (subdirectoryFilter): Fix missing ada subdir.
3210 2004-11-20  Hans-Peter Nilsson  <hp@bitrange.com>
3212         * gcc_update (touch_files): Don't rely on "make" being GNU make;
3213         grep for "Touching" to determine that the rule executes.
3215 2004-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
3217         * gcc_update (touch_files): Explicitly pass --no-print-directory.
3219 2004-11-04  Andrew Pinski  <pinskia@physics.uc.edu>
3221         * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
3223 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
3225         * gcc_update: Add fixincludes.
3227 2004-08-26  Matthias Klose  <doko@debian.org>
3229         * texi2pod.pl: keep references of the form @ref{...}, print them bold.
3231 2004-08-26  Matthias Klose  <doko@debian.org>
3233         * test_summary: Include baseline used for libstdc++-v3 abi check
3234         in test summary.
3236 2004-08-25  Ben Elliston  <bje@au.ibm.com>
3238         * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
3240 2004-08-20  Andreas Tobler  <a.tobler@schweiz.ch>
3242         * gcc_update (self): libjava/configure.in -> configure.ac. Automake
3243         update done.
3245 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
3247         * gcc_update: libjava/configure.ac -> configure.in.  Automake
3248         1.4 does not handle configure.ac properly.
3250 2004-08-04  Andreas Schwab  <schwab@suse.de>
3252         * gcc_update: libjava/configure.in -> configure.ac.
3254 2004-08-03  Richard Earnshaw  <rearnsha@arm.com>
3256         * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
3258 2004-07-16  Jeff Law  <law@redhat.com>
3260         * analyze_brprob: Fix comments.  More consistent output format.
3262 2004-06-17  Diego Novillo  <dnovillo@redhat.com>
3264         * tree-ssa.doxy: Update for doxygen 1.3.5.
3266 2004-06-14  Andreas Jaeger  <aj@suse.de>
3268         * gcc_update: boehm-gc/configure.in -> configure.ac.
3270 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
3272         * gcc_update (boehm-gc/configure): Depend on
3273         boehm-gc/configure.ac instead of boehm-gc/configure.in
3275 2004-06-14  Paolo Bonzini  <bonzini@gnu.org>
3277         * gcc_update (libmudflap/configure): Depend on
3278         libmudflap/configure.ac instead of libmudflap/configure.in
3280 2004-06-14  Andreas Jaeger  <aj@suse.de>
3282         * gcc_update: Add libcpp.
3284 2004-06-10  Andreas Jaeger  <aj@suse.de>
3286         * gcc_update: Add libgfortran.
3288 2004-05-29  Andrew Pinski  <pinskia@physics.uc.edu>
3290         * gcc_update (libbanshee/configure): Depend on
3291         libbanshee/configure.ac instead of libbanshee/configure.in
3293 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
3295         * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
3296         from list of files to be touched.
3297         * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
3299 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
3301         * gennews: Update for GCC 3.4.
3303 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
3305         Merge from tree-ssa-20020619-branch.
3307         * filter_gcc_for_doxygen: New file.
3308         * filter_knr2ansi.pl: New file.
3309         * filter_params.pl: New file.
3310         * tree-ssa.doxy: New file.
3311         * contrib/gcc_update (files_and_dependencies): Handle
3312         libbanshee and libmudflap.
3314 2004-04-12  Kelley Cook  <kcook@gcc.gnu.org>
3315             Andreas Jaeger  <aj@suse.de>
3317         * gcc_update (files_and_dependencies): Insert zlib dependencies.
3319 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3321         * gcc_update (files_and_dependencies): libobjc/configure now
3322         depends on configure.ac, not configure.in.
3324 2004-04-01  Kelley Cook  <kcook@gcc.gnu.org>
3326         * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
3328 2004-03-16  Andreas Tobler  <a.tobler@schweiz.ch>
3330         * gcc_update (files_and_dependencies): Insert libffi dependencies.
3332 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
3334         * gcc_update (files_and_dependencies): Insert libada/configure.
3336 2004-02-29  Andrew Pinski  <pinskia@physics.uc.edu>
3338         * gcc_update (files_and_dependencies): Update intl/configure.in
3339         to intl/configure.ac.
3341 2004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
3343         * gcc_update (files_and_dependencies): Update fastjar/configure.in
3344         to fastjar/configure.ac
3346 2004-01-07  Kelley Cook  <kcook@gcc.gnu.org>
3348         * gcc_update (files_and_dependencies): Remove non-existant files.
3350 2004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
3352         * gcc_update (files_generated): Revert 2003-12-18 change.
3354 2004-01-03  Andrew Pinski  <pinskia@physics.uc.edu>
3356         * gcc_update (files_and_dependencies): For gcc directory,
3357         rename configure.in to configure.ac.
3359 2003-12-19  Andreas Tobler  <a.tobler@schweiz.ch>
3361         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
3362         remove acconfig.h. No longer used.
3364 2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
3366         * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
3367         gcc/ada/gnat_ug_* to use it.
3369 2003-12-16  James E Wilson  <wilson@specifixinc.com>
3371         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
3372         rename configure.in to configure.ac, and stamp-h.in to config-h.in.
3374 2003-12-11  Kelley Cook  <kcook@gcc.gnu.org>
3376         * gcc_update (files_and_dependencies): Correct typo in the filename
3377         gnat_ug_wnt.texi.
3379 2003-12-08  Arnaud Charlet  <charlet@act-europe.fr
3381         * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
3382         treeprs.ads.
3384 2003-10-16  Mark Mitchell  <mark@codesourcery.com>
3386         * gennews (files): Add GCC 3.3 files.
3388 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
3390         * gcc_build: Fix handling of -t option.  Add -x option.
3392 2003-07-31  Matt Kraai  <kraai@alumni.cmu.edu>
3394         * texi2pod.pl: Remove extra line.
3396 2003-07-15  Matt Kraai  <kraai@alumni.cmu.edu>
3398         * texi2pod.pl: Default @itemize's parameter to @bullet.
3400 2003-07-12  Zack Weinberg  <zack@codesourcery.com>
3402         * gcc_update: gcc/acconfig.h no longer exists.
3404 2003-07-11  Matthias Klose  <doko@debian.org>
3406         * test_installed: Add options to run objc tests.
3407         In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
3409 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
3411         * gcc_update: Remove gcc/intl/plural.c from list.
3412         Add new generated files intl/plural.c, intl/configure,
3413         intl/config.h.in.
3415 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
3417         * gcc_update (files_and_dependencies): Add
3418         gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
3419         gcc/testsuite/gcc.dg/cpp/mi1c.h.
3421 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3423         * paranoia.cc: Fix spelling error.
3425         * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
3426         to GCC.
3428 2003-04-04  Mike Stump  <mrs@apple.com>
3430         * compare_tests: Fix exit status and be more flexible with spacing.
3432 2003-03-08  Phil Edwards  <pme@gcc.gnu.org>
3434         * test_summary:  Add -h, print existing comments as help.
3436 2003-03-03  H.J. Lu  <hjl@gnu.org>
3438         * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
3439         * gcc_update: Likewise.
3441 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
3443         * test_summary (configflags): Only use the first match.  Remove
3444         excess space.  Use sub instead of gsub where possible.  Use `none'
3445         if no configure flags were given.
3447 2003-01-10  Loren J. Rittle  <ljrittle@acm.org>
3449         * test_summary (configflags): awk portability.
3451 2003-01-07  Alexandre Oliva  <aoliva@redhat.com>
3453         * test_summary (configflags): Compute correctly with both
3454         autoconfiscated and Cygnus-style top-level.
3456 2003-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3458         * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
3459         on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
3460         gcc/java/keyword.gperf
3462 2002-12-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3464         * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
3465         depending on gcc/intl/plural.y.
3467 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
3469         * gcc_update (configure): Depend on config/acx.m4 as well.
3471         * gcc_update (configure): Depend on configure.in.
3473 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
3475         * texi2pod.pl: Skip contents of @copying.
3477 2002-11-09  Zack Weinberg  <zack@codesourcery.com>
3479         * gthr_supp_vxw_5x.c: New file.
3481 2002-10-21  Richard Henderson  <rth@redhat.com>
3483         * paranoia.cc (real_c_float::image): Accomodate size of
3484         real_internal format.
3485         (main): Unbuffer stdio.  Add real_internal format.
3486         (floor_log2_wide): New.
3488 2002-10-16  Richard Henderson  <rth@redhat.com>
3490         * paranoia.cc (ENUM_BITFIELD): New.
3491         (class): Define as klass around real.h.
3492         (real_c_float): Not a template any longer; define MODE as a
3493         class static constant; use real_format elements for SIZE.
3494         Update uses of real_to_decimal and real_to_hexadecimal.
3495         (main): Change -g argument to use a format name.
3496         (mode_for_size): Remove.
3498 2002-09-16  Richard Henderson  <rth@redhat.com>
3500         * paranoia.cc: New file.
3502 2002-09-04  Richard Henderson  <rth@redhat.com>
3504         * enquire.c: Remove.
3506 2002-08-14  Mark Mitchell  <mark@codesourcery.com>
3508         * gennews (files): Add GCC 3.2 files.
3510 2002-07-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3512         * gennews (files): Add proper files for the GCC 3.1 release series.
3513         Simplify and reformat introductory wording.
3515 2002-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
3517         * enquire.c: Move from gcc.
3519 2002-07-16  H.J. Lu  <hjl@gnu.org>
3521         * gcc_update (touch_files): Pass -s to ${MAKE}.
3523 2002-06-26  Zack Weinberg  <zack@codesourcery.com>
3525         * texi2pod.pl: Correct handling of the internal R<> sequence.
3527 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
3529         * gcc_update (files_and_dependencies): Add generated Texinfo files
3530         for Ada.
3532 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3534         * test_installed: Allow for PWDCMD to override hardcoded pwd.
3535         * test_summary: Likewise.
3537 2002-04-18  Geoffrey Keating  <geoffk@redhat.com>
3539         * gcc_update (touch_files): Don't have empty for loop.
3541 2002-04-16  Richard Henderson  <rth@redhat.com>
3543         * gcc_update: Remove libchill.
3545 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
3547         * texi2pod.pl: Handle @end ftable and @end vtable.
3549 2002-03-11  Zack Weinberg  <zack@codesourcery.com>
3551         * texi2pod.pl: Handle @include, @ftable, @vtable.
3552         Reformat some code for clarity.
3554 2002-02-24  Christian Jönsson  <c.christian.joensson@telia.com>
3556         * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
3557         WARNING and ERROR output from the *.sum files.
3559 2002-01-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3561         * gennews (files): Replace gcc-2.95/gcc-2.95.html,
3562         gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
3563         and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
3565 2002-01-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3567         * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
3568         egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
3569         egcs-1.1/index.html.
3571 2002-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3573         * warn_summary: Add -ada subdirectory flag.
3575 2001-12-12  Matthias Klose  <doko@debian.org>
3577         * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
3578         generation of more than one man page from one source.
3579         Add '-' to set of valid chars for an identifier.
3580         Let -D option accept flags of the form <flag>=<value>.
3581         Use \s+ for whitespace detection in '@c man' lines.
3582         Handle @set and @clear independent of $output.
3583         Substitute all @value{}'s in a line.
3585 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
3587         * texi2pod.pl: Handle @ifnottex, @iftex and @display.  Handle @var
3588         in verbatim blocks specially.  Handle @unnumbered, @unnumberedsec
3589         and @center.  Allow [a-z] after @enumerate.  Handle 0 and numbers
3590         greater than 9 in enumerations.
3592 2001-11-07  Laurent Guerby  <guerby@acm.org>
3594         * gcc_update (files_and_dependencies): Add Ada dependencies.
3596 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3598         * snapshot: Remove.
3600 2001-09-07  Richard Sandiford  <rsandifo@redhat.com>
3602         Revert:
3603         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
3604         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
3605         touch.
3607 2001-09-04  David.Billinghurst  <David.Billinghurst@riotinto.com>
3609         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
3610         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
3611         touch.
3613 Mon Aug 13 02:29:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
3615         * analyze_brprob: Update for changes in gcc debug output.
3617 Sat Jul 28 22:37:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
3619         * analyze_brprob: Avoid more overflows.
3621 2001-07-27  Richard Henderson  <rth@redhat.com>
3623         * test_summary: Copy LAST_UPDATED UTC time to head of summary.
3625 Fri Jul 27 18:01:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
3627         * analyze_brprob: Avoid overflows.
3629 2001-07-27  Richard Henderson  <rth@redhat.com>
3631         * gcc_update: Dump timestamp in LAST_UPDATED.
3633 2001-07-26  Andreas Jaeger  <aj@suse.de>,
3634             Hans-Peter Nilsson  <hp@bitrange.com>
3636         * analyze_brprob: Fix documentation.
3638 Mon Jul 23 15:47:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
3640         * analyze_brprob: Fix awk compatibility problems; update comment.
3642 2001-07-23  Andreas Jaeger  <aj@suse.de>
3644         * analyze_brprob: Fix more typos.
3646 2001-07-23  Andreas Jaeger  <aj@suse.de>
3648         * analyze_brprob: Fix typos.
3650 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3652         * texi2pod.pl: Handle @r inside @item.
3654 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
3656         * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
3658 2001-07-01  Zoltan Felleg  <zfelleg@telnet.hu>
3660         * warn_summary: Fix typo in a comment.
3662 2001-06-14  Albert Chin-A-Young  <china@thewrittenword.com>
3664         * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
3666 2001-06-13  Mark Mitchell  <mark@codesourcery.com>
3668         * gennews: Set TERM to vt100 for Lynx.
3670 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3672         * release: Remove.
3674 Tue Jun 12 12:21:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
3676         * analyze_brprob: New file.
3678 2001-06-11  Mark Mitchell  <mark@codesourcery.com>
3680         * gcc_build: Output information about the commands used to
3681         configure the compiler.
3683 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3685         * gennews: Update for GCC 3.0.
3687 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3689         * gcc_update: Update for move of documentation to gcc/doc.
3691 2001-05-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3693         * contrib/test_summary (files): Sort before evaluating.
3695 2001-05-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3697         * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
3699 2001-05-21  Mark Mitchell  <mark@codesourcery.com>
3701         * gcc_build: Use -d when invoking gcc_update.
3703 2001-05-18  Andreas Jaeger  <aj@suse.de>
3705         * gcc_update: Add rules for libf2c/libI77.
3707 2001-05-17  Alexandre Oliva  <aoliva@redhat.com>
3709         * gcc_update (touch_files): Use simpler, yet as portable, syntax.
3711 2001-05-14  Loren J. Rittle  <ljrittle@acm.org>
3713         * gcc_update (touch_files): Enhance make portability.
3715 2001-05-14  Alexandre Oliva  <aoliva@redhat.com>
3717         * gcc_update (touch_files): Use a Makefile to touch files.
3719 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3721         * texi2pod.pl: Add copyright and GPL notices.
3723 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
3725         * texi2pod.pl: Handle "\,".
3727 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
3729         * texi2pod.pl: Fix regular expression for @r to avoid exponential
3730         recursion.  From Russ Allbery <rra@stanford.edu>.  Remove perl
3731         version check.
3733 2001-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3735         * warn_summary (stageNfilter): Update for recent changes in
3736         bootstrap logic.
3738 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
3740         * texi2pod.pl: Require at least perl 5.6.0.
3742 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3744         * gcc_update: Add gcc/gcc.1 to generated files.
3745         * texi2pod.pl: Handle @r and @gccoptlist.  Handle @gol.  Handle
3746         discarding to end of sentence with @xref where the sentence has an
3747         interior "." in markup, and handle discarding parentheses around
3748         such a sentence.
3750 2001-01-11  Bernd Schmidt  <bernds@redhat.com>
3752         * gennews: Add gcc-2.95.3.
3754 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
3756         * texi2pod.pl: Handle @gcctabopt and @env in tables.  Handle
3757         @command.  Format URLs and email addresses in bold.
3759 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3761         * gcc_update: Add cpp.1 to the list of generated files.
3763         * texi2pod.pl: Handle @option and @env.
3765 2001-01-03  Mike Stump  <mrs@wrs.com>
3767         * snapshot: Update to account for java libraries.
3769 2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
3771         * test_summary: Export filesuffix, not fileprefix.
3773 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3775         * release: Change some EGCS references to GCC.
3777 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3779         * warn_summary: Fix subdirectory filtering.  Add -intl and -fixinc
3780         subdirectory flags.  Add source directory prefix filtering.
3781         Redirect diagnostic output to stderr.
3783 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
3785         * texi2pod.pl: If multiple @c man sections with the same tag
3786         appear, concatenate them in the final output.  When skipping,
3787         ignore block commands that can't cause skipping, and honor
3788         those that can.  Ensure that verbatim blocks are separate
3789         paragraphs.
3791 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3793         * gcc_update: Don't touch tradcif.c or java/parse.h.
3795 2000-12-05  Zack Weinberg  <zack@wolery.stanford.edu>
3797         * texi2pod.pl: Restructure for comprehensibility, add
3798         comments.  Merge handling of @ignore and @ifxxx.  Handle a
3799         whole bunch more Texinfo commands.  Use consistent formatting
3800         style.
3802 2000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
3804         * gennews: New script.
3806 2000-11-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3808         * gcc_update: Update a comment as we now require bison for CVS users.
3810 2000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3812         * gcc_update: Add gcov.1 to the list of generated files.
3814 2000-11-21  Mark Mitchell  <mark@codesourcery.com>
3816         * gcc_build: Remove code to put information in a log file.
3818 2000-11-19  Zack Weinberg  <zackw@stanford.edu>
3820         * texi2pod.pl:
3821           - Add real command line parsing.
3822           - Support @ifset, @ifclear, @set, @value, -D switch.
3823           - Support @sc.  Improve handling of @ref and friends.
3824           - Discard @subsection, @need, @node lines.
3825           - Un-nest font changes to match texinfo semantics.
3826           - Handle @{ and @}.  Oops.
3827           - Don't emit E<> directives inside verbatim blocks.
3829 2000-11-12  Bruce Korb  <bkorb@gnu.org>
3831         * release: generalize the release script a bit.
3833 Sat Nov 11 17:29:03 2000  Mark P Mitchell  <mark@codesourcery.com>
3835         * gcc_build: Add -o option for setting the objdir to use.
3837 2000-11-11  Jeff Law  <law@redhat.com>,
3839         * release: New file.
3841 2000-11-08  Jeff Law  <law@redhat.com>,
3842             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3844         * snapshot: New file.
3846 2000-11-08  Jeffrey Oldham  <oldham@oz.codesourcery.com>
3848         * gcc_build (bootstrap_gcc): New function.
3849         (configure_gcc): Likewise.
3850         (build_gcc): Rewritten to use configure and bootstrap.
3851         (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
3853 2000-10-31  Mark Mitchell  <mark@codesourcery.com>
3855         * gcc_build (MAKE): New variable.
3856         (build_gcc): Use it.  Fix logging of errors.
3857         (install_gcc): Likewise.
3859 2000-10-29  Mark Mitchell  <mark@codesourcery.com>
3861         * gcc_build: Save the output from CVS into the logfile as well.
3863 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
3865         * gcc_build: Fix typos.
3867 2000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
3869         * gperf-2.7-19981006.pat: Remove.
3871 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3873         * test_installed: Change EGCS references to refer to GCC.
3875 2000-09-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3877         * gcc_update (touch_files): Add some informative output.
3879 2000-09-16  Andreas Jaeger  <aj@suse.de>
3881         * gcc_update: Remove gcc/c-parse.gperf.
3883 2000-08-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>,
3884             Alexandre Oliva  <aoliva@redhat.com>
3886         * gcc_update: Execute touch_files_reexec even if `cvs update`
3887         failed.
3889 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
3891         * test_summary: AWK breaks with filenames containing `='.
3893 Sun Jul 16 12:04:33 2000  Mark P Mitchell  <mark@codesourcery.com>
3895         * gcc_build: New script.
3897 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
3899         * gcc_update (files_and_dependencies): Remove generated YACC files.
3901 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
3903         * gcc_update (files_and_dependencies): Remove generated YACC files.
3905 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
3907         * newcvsroot: Handle filenames that contain spaces.
3909 2000-06-03  Zack Weinberg  <zack@wolery.cumb.org>
3911         * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
3912         Elide --with-gcc-version-trigger and --norecursion from
3913         configure flags.  Remove code to report status of haifa scheduler.
3915 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
3917         * gcc_update (self): Set to `$0'.
3918         (touch_files_reexec): Use `$self' instead of `$0'.
3920 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
3922         * gcc_update (touch_files_reexec): New function, run after the
3923         tree is modified.
3925 2000-05-08  Richard Hendeson  <rth@cygnus.com>
3927         * gcc_update: Remove references to inclhack.tpl.
3929 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
3931         * index-prop: Use a single pattern.  Also support *** cdiffs.
3933 2000-04-28  Pavel Roskin  <pavel_roskin@geocities.com>
3935         * index-prop: Don't change /dev/null.
3937 2000-04-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3939         * gcc_update: Refer to GCC and gcc_update instead of egcs and
3940         egcs_update.
3942 2000-04-26  Jonathan Larmour  <jlarmour@redhat.co.uk>
3944         * index-prop: Fix occasional problem when using cvs diff -p.
3946 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
3948         * gcc_update: Remove references to cexp.c/cexp.y.
3950 1999-12-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3952         * newcvsroot: Add check on the number of command-line arguments.
3953         Add usage.
3955 Sun Nov 28 00:41:44 1999  William Bader (william@nscs.fast.net)
3957         * gcc_update: Allow patches compressed by bzip2.
3959 1999-10-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
3961         * newcvsroot: New file.
3963 1999-09-11  Craig Burley  <craig@jcb-sc.com>
3965         * convert_to_f2c, convert_to_g2c, download_f2c: New file.
3967 1999-08-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3969         * gcc_update: New file.
3970         * egcs_update: Renamed to gcc_update.
3972 1999-08-09  Robert Lipe  <robertlipe@usa.net>
3974         * test_summary: Quote curly braces in 1999-07-03 change.
3976 1999-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
3978         * egcs_update (files_and_dependencies): Fixed typo in
3979         gcc/cstamp-h.in.  Added gcc/config.in.
3981 1999-07-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
3983         * egcs_update (files_and_dependencies): New function, with
3984         complete list of files to be updated, as well as their
3985         dependencies.
3986         (touch_files): Check the timestamp of each generated file against
3987         its dependencies'.
3988         (main): New flags --touch, --list and --help.  Remove the
3989         pre-update step.
3991 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
3993         * test_summary: Replace egcs with gcc.  Update e-mail address.
3995 1999-07-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3996             Jerry Quinn  <jquinn@nortelnetworks.com>
3998         * egcs_update (touch_files, apply_patch): New functions.
3999         Use them.  New command-line option --patch.  Split test of local
4000         tree into two parts.  Add comments.
4002 1999-07-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
4004         * test_summary: If Target is `unix{*}', append the Target variants
4005         to Host.
4007 1999-06-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
4009         * test_summary: Set default mail-address and version for egcs
4010         instead of relying on unpredictable pathnames.
4011         Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
4013 Fri Apr  2 16:09:02 1999  Jeffrey A Law  (law@cygnus.com)
4015         * fixinc/*: Delete obsolete files.
4017 1999-02-04  Robert Lipe  <robertlipe@usa.net>
4019         * egcs_update: Test return values of 'cvs update'.  Propogate
4020         to caller as exit values.
4022 1999-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4024         * egcs_update: Use "if" instead of "&&".  Touch generated files
4025         only after the corresponding *.y files.
4027 1999-01-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4029         * egcs_update: Do not use xargs, but a backquote construct.
4031 1999-01-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
4033         * test_summary (version): Remove carriage return that gawk inserts
4034         in the version string for some reason.
4036 1998-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4038         * egcs_update: Only touch files that already exist.
4040 1998-11-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
4042         * test_summary (EOF): Remove double backslash.
4043         Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4045 1998-11-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
4047         * test_summary (address): Set to egcs-testresults mailing list.
4049 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
4051         * test_summary (address): Added Marc Lehmann's testsuite-results
4052         to the default e-mail address.
4054 1998-11-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
4056         * test_summary (-p, prepend_logs): Add these before the summary.
4057         (Compiler, Platform): Print these just before configflags.
4059 Sat Oct 31 10:53:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4061         * warn_summary (longLineFilter): New shell function to encapsulate
4062         this functionality.  It is off by default, only active if -llf
4063         flag is specified.
4064         (subdirectoryFilter): Fix bug in filtering which made some
4065         subdirectory warnings erroneously appear in the toplevel set.
4066         (stageNfilter): Renamed from `stageNwarns'.  Updated to collect
4067         warnings from stage1 as well as stage0, which means warnings from
4068         outside the bootstrap directory.  Eg, the libraries, etc.
4069         (warningFilter): New shell function to encapsulate this
4070         functionality.
4071         (keywordFilter): New shell function to encapsulate this
4072         functionality.
4074         Store data in a temp file rather than calculating it 3x.  Arrange
4075         to remove it on exit and signals.
4077         Add -pass/-wpass flags to do "pass through" (i.e. manual
4078         inspection) of bootstrap output from a particular stageN as well
4079         as language subdirs.
4081         Add better comments/documentation.
4083 Sat Oct 31 16:39:31 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4085         * egcs_update: Add comment about keeping the FAQ synchronized.
4087 Fri Oct 30 00:39:27 1998  Jeffrey A Law  (law@cygnus.com)
4089         * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
4090         in the repo again.
4092 Fri Oct 16 07:35:00 1998  Bruce Korb  <korb@datadesign.com>
4094         * egcs_update:  Added gcc/fixinc/* generated files to touch list.
4096 Tue Oct 13 23:28:33 1998  Jeffrey A Law  (law@cygnus.com)
4098         * egcs_update: Remove gcc/java/parse.c from list of files to
4099         touch.
4101 Wed Oct  7 13:00:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4103         * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
4105 Mon Oct  5 14:19:48 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4107         * warn_summary (subdirectoryFilter): New shell function to
4108         optionally filter in/out gcc subdirectories when summarizing
4109         warnings.  Add new flags to support subdirectory filtering.
4111         Also, ensure the bootstrap stage is a number.  Add some more C
4112         keywords that are preserved in the "warning type" summary and
4113         tighten up the "arg ???" regexp.
4115 Tue Sep 22 07:30  Bruce Korb  <korb@datadesign.com>
4117         * fixinc/inclhack.def:  Not all C++ comments in C headers
4118         were treated alike.  They are now.  Also fixed syntax
4119         of sed expression in "systypes" fix.
4121         * fixinc/inclhack.def:  Removed SVR4.2-ism from shell invocation
4123         * egcs_update:  Added fixinc/* generated files to touch list.
4125 Wed Sep 16 16:06:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4127         * egcs_update: Additionally touch gcc/java/parse.[ch].
4129 Thu Sep  9 16:48  Bruce Korb <korb@datadesign.com>
4131         * fixinc/inclhack.def:  Added two files required by
4132         SCO's Open Server 5's avoid_bool fix.
4133         Regenerated fixinc.x and inclhack.sh to incorporate
4134         the update.
4136 Thu Sep  3 10:11:32 1998  Robert Lipe   <robertl@dgii.com>
4138         * egcs_update: Do the pass 1 CVS update only for files that
4139         may reasonably be under CVS control.
4141 1998-08-14  Alexandre Oliva  <oliva@dcc.unicamp.br>
4143         * test_installed: New script for testing already-installed
4144         gcc/g++/g77.
4146 Wed Aug 12 19:59:36 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4148         * egcs_update: Assigned copyright to FSF.
4150 Tue Aug 11 17:55:53 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4151                           Alexandre Oliva  <oliva@dcc.unicamp.br>
4153         * egcs_update: New switch --nostdflags and documentation
4154         enhancements.
4156 Tue Aug 11 17:33:19 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4158         * egcs_update: New script.
4160 1998-08-05  Bruce Korb  <korbb@datadesign.com>
4162         * fixinc/Makefile
4163         Added define for target machine so machine-specific tests
4164         can be selected for or against.
4166         * fixinc/fixincl.c
4167         Added an array of string pointers to machines to select
4168         or avoid, depending on a FD_MACH_IFNOT bit flag.
4169         Used a shell script to match the defined TARGET_MACHINE
4170         with any of the given match patterns.
4172         * fixinc/fixincl.tpl
4173         Generate the array of strings and bit flag, as needed,
4174         depending on "mach" and "not_machine" attributes for a fix.
4176         * fixinc/mkfixinc.sh
4177         Invoke the make with TARGET assigned the value of the
4178         machine name argument.
4180 Mon Jul 27 22:08:12 1998  Mike Stump  (mrs@wrs.com)
4182         * compare_tests: New script.
4184 1998-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
4186         * test_summary: Assigned copyright to FSF.
4188 Mon Jul 27 20:33:02 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4190         * test_summary: Corrected script name in comments providing
4191         documentation.  Added linebreaks for lines with > 80 characters.
4193 Fri Jun 19 02:36:59 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
4195         * test_summary: New switch, -i, and environment variable,
4196         append_logs, for including files in the report.
4198 1998-06-01  Manfred Hollstein  <manfred@s-direktnet.de>
4200         * warn_summary: Update to Kaveh's latest version allowing to
4201         specify the last stage built.
4203 1998-05-29  Bruce Korb  <korbb@datadesign.com>
4205         * fixinc/mkfixinc.sh
4206         Changes to make it easier to invoke on platforms that
4207         normally do not invoke fixincludes.
4209         * fixinc/inclhack.def
4210         Applied fixes from egcs/gcc/fixincludes from the past several
4211         months.
4213 1998-05-28  Bruce Korb  <korbb@datadesign.com>
4215         * fixinc/*: Updated most everything for a first real
4216         try at getting "fast_fixincludes" working.
4218 1998-05-28  Jason Merrill  <jason@yorick.cygnus.com>
4220         * index-prop: New file.
4222 Sat May 23 23:38:49 1998  Matthias Klose  <doko@cs.tu-berlin.de>
4224         * test_summary: find good awk (copied from warn_summary).
4226 Sat May 23 23:38:33 1998  Jeffrey A Law  (law@cygnus.com)
4228         * test_summary, warn_summary: New files