1 2023-05-18 Jonathan Wakely <jwakely@redhat.com>
4 * bench-stringop: Use = operator instead of ==.
5 * repro_fail: Likewise.
7 2023-04-28 Martin Liska <mliska@suse.cz>
9 * filter_gcc_for_doxygen: Use python3 and not python2.
10 * filter_params.py: Likewise.
12 2023-04-26 Jakub Jelinek <jakub@redhat.com>
14 * gennews (files): Add files for GCC 13.
16 2023-04-17 Jakub Jelinek <jakub@redhat.com>
18 * gcc-changelog/git_update_version.py (active_refs): Add
21 2023-03-16 Jakub Jelinek <jakub@redhat.com>
23 * unicode/README: Update to mention also makeuname2c.
24 * unicode/NameAliases.txt: New file.
26 2023-03-13 Lewis Hyatt <lhyatt@gmail.com>
28 * unicode/DerivedCoreProperties.txt: Update to Unicode 15.
29 * unicode/DerivedNormalizationProps.txt: Likewise.
30 * unicode/EastAsianWidth.txt: Likwise.
31 * unicode/PropList.txt: Likewise.
32 * unicode/README: Likewise.
33 * unicode/UnicodeData.txt: Likewise.
35 2023-02-22 Thomas Schwinge <thomas@codesourcery.com>
37 * config-list.mk (LIST): Clarify i686-symbolics-gnu to i686-gnu.
39 2023-02-17 Petr Sumbera <petr.sumbera@oracle.com>
41 * make_sunver.pl: Escape brace.
43 2023-02-10 Flavio Cruz <flaviocruz@gmail.com>
45 * config-list.mk: Add x86_64-gnu to list of archs.
47 2023-01-19 Gaius Mulley <gaiusmod2@gmail.com>
49 * gcc_update (files_and_dependencies): Add dependencies for
50 gcc/m2/gm2config.h.in, gcc/m2/configure,
51 gcc/m2/gm2-libs/config-host, libgm2/Makefile.in,
52 libgm2/aclocal.m4, libgm2/libm2cor/Makefile.in,
53 libgm2/libm2pim/Makefile.in, libgm2/libm2iso/Makefile.in,
54 libgm2/libm2log/Makefile.in and libgm2/libm2min/Makefile.in.
56 2023-01-17 Martin Liska <mliska@suse.cz>
58 * update-copyright.py: Ignore test_patches.txt.
60 2023-01-17 Martin Liska <mliska@suse.cz>
62 * gcc-changelog/test_patches.txt: The CR character was removed
63 with ./contrib/update-copyright.py which I'm going to change.
65 2023-01-16 Jakub Jelinek <jakub@redhat.com>
68 * update-copyright.py (LibPhobosFilter): Add __builtins.di to
71 2023-01-16 Jakub Jelinek <jakub@redhat.com>
74 * update-copyright.py (TestsuiteFilter): Add .mod and .rs extensions.
75 (GCCCopyright): Add 'The fast_float authors' as external author.
77 2023-01-15 Gerald Pfeifer <gerald@pfeifer.com>
79 * config-list.mk: Update FreeBSD targets to version 13.
80 Add aarch64-freebsd13.
82 2023-01-12 Gerald Pfeifer <gerald@pfeifer.com>
84 * config-list.mk: Remove i486-freebsd4, ia64-freebsd6, and
87 2023-01-06 Martin Liska <mliska@suse.cz>
89 * update-copyright.py: Add contrib as a default dir.
91 2022-12-28 Martin Liska <mliska@suse.cz>
93 * update-copyright.py: Add contrib folder.
95 2022-12-23 Arsen Arsenović <arsen@aarsen.me>
97 * dg-out-generator.pl: New file.
99 2022-12-21 Martin Liska <mliska@suse.cz>
101 * filter-clang-warnings.py: Simplify.
103 2022-12-21 Martin Liska <mliska@suse.cz>
105 * filter-clang-warnings.py: Skip Makefile and libffi warnings.
107 2022-12-19 Martin Liska <mliska@suse.cz>
109 * gcc-changelog/git_commit.py: Support digits in PR's
110 component in subject.
112 2022-12-19 Martin Liska <mliska@suse.cz>
114 * gcc-changelog/test_email.py: Add new test.
115 * gcc-changelog/test_patches.txt: Add new patch.
117 2022-12-19 Martin Liska <mliska@suse.cz>
119 * gcc-changelog/git_commit.py: Allow digit in component name.
121 2022-12-19 Tobias Burnus <tobias@codesourcery.com>
123 * gcc-changelog/git_check_commit.py (__main__): With -v print a
124 warning for the auto-added files.
125 * gcc-changelog/git_commit.py (GitCommit.__init__): Add self.warnings.
126 (GitCommit.check_mentioned_files): Add warning for auto-added files.
127 (GitCommit.print_warnings): New function.
128 * gcc-changelog/git_email.py (__main__): Remove bogus argument to
129 GitEmail constructor; print auto-added-files warning.
130 * gcc-changelog/test_email.py (test_auto_add_file_1,
131 test_auto_add_file_2): New tests.
132 * gcc-changelog/test_patches.txt: Add two test cases.
134 2022-12-19 Martin Liska <mliska@suse.cz>
136 * gcc-changelog/setup.cfg: Do not use flake8 pytest plug-in.
138 2022-12-16 Martin Liska <mliska@suse.cz>
140 * filter-clang-warnings.py: Print each warning only one time.
142 2022-12-16 Martin Liska <mliska@suse.cz>
144 * gcc-changelog/git_email.py: Use PatchSet constructor
145 as newline argument is not supported with older unidiff
148 2022-12-16 Tobias Burnus <tobias@codesourcery.com>
150 * gcc-changelog/git_email.py (GitEmail:__init__): Support older
151 unidiff.PatchSet that do not have a newline= argument
154 2022-12-14 Martin Liska <mliska@suse.cz>
156 * analyze_brprob.py: Add copyright header.
157 * analyze_brprob_spec.py: Likewise.
158 * check-params-in-docs.py: Likewise.
159 * check_GNU_style.py: Likewise.
160 * check_GNU_style_lib.py: Likewise.
161 * filter-clang-warnings.py: Likewise.
162 * gcc-changelog/git_check_commit.py: Likewise.
163 * gcc-changelog/git_commit.py: Likewise.
164 * gcc-changelog/git_email.py: Likewise.
165 * gcc-changelog/git_repository.py: Likewise.
166 * gcc-changelog/git_update_version.py: Likewise.
167 * gcc-changelog/test_email.py: Likewise.
168 * mark_spam.py: Likewise.
170 2022-12-14 Martin Liska <mliska@suse.cz>
172 * mklog.py: Check for number of hunks and not if a modified
175 2022-12-12 Martin Liska <mliska@suse.cz>
177 * mklog.py: Do not search PR entry in a file that is binary.
179 2022-12-11 Martin Liska <mliska@suse.cz>
181 * check_GNU_style.py: Use newline=\n.
182 * check_GNU_style_lib.py: Simplify.
183 * gcc-changelog/git_commit.py: Fix issues seen
185 * gcc-changelog/git_email.py: Use newline argument.
186 * gcc-changelog/test_email.py: New test.
187 * gcc-changelog/test_patches.txt: New test.
188 * mklog.py: Use newline argument.
190 2022-12-10 Thomas Schwinge <thomas@codesourcery.com>
192 * gcc-changelog/git_commit.py (default_changelog_locations): Add
194 (bug_components): Add 'rust'.
196 2022-12-10 Gaius Mulley <gaiusmod2@gmail.com>
198 * gcc-changelog/git_commit.py (default_changelog_locations):
199 New entry for gcc/m2. New entry for libgm2.
201 2022-12-06 David Malcolm <dmalcolm@redhat.com>
203 * gcc.doxy (INPUT): Add gcc/analyzer subdirectory.
205 2022-11-25 Martin Liska <mliska@suse.cz>
208 2022-11-25 Martin Liska <mliska@suse.cz>
210 * gcc-changelog/git_commit.py: Temporarily disable
213 2022-11-25 Martin Liska <mliska@suse.cz>
215 * gcc-changelog/git_commit.py: Temporarily disable
218 2022-11-21 Martin Liska <mliska@suse.cz>
221 2022-11-20 Martin Liska <mliska@suse.cz>
223 * gcc-changelog/git_commit.py: Temporarily disable
226 2022-11-20 Martin Liska <mliska@suse.cz>
228 * gcc-changelog/git_commit.py: Temporarily disable
231 2022-11-18 Jakub Jelinek <jakub@redhat.com>
233 * gcc-changelog/git_update_version.py: Add
234 1957bedf29a1b2cc231972aba680fe80199d5498 to ignored commits.
236 2022-11-15 Martin Liska <mliska@suse.cz>
238 * gcc-changelog/git_commit.py: Revert temporary rule
241 2022-11-14 Martin Liska <mliska@suse.cz>
243 * gcc-changelog/git_commit.py: Temporarily disable
246 2022-11-11 Martin Liska <mliska@suse.cz>
248 * gcc-changelog/git_commit.py: Check for a space after leading
250 * gcc-changelog/test_email.py: Likewise.
251 * gcc-changelog/test_patches.txt: Likewise.
253 2022-11-06 Jakub Jelinek <jakub@redhat.com>
255 * gcc-changelog/git_update_version.py: Add
256 e4cba49413ca429dc82f6aa2e88129ecb3fdd943 to ignored commits.
258 2022-11-04 Thomas Schwinge <thomas@codesourcery.com>
260 * gcc-changelog/git_commit.py (default_changelog_locations):
261 Remove 'liboffloadmic'.
262 * gcc_update (files_and_dependencies): Remove 'liboffloadmic'
264 * update-copyright.py (GCCCmdLine): Remove 'liboffloadmic'
267 2022-10-20 Jonathan Wakely <jwakely@redhat.com>
268 Ulrich Drepper <drepper@redhat.com>
270 * gcc_update: Add rule for gcc/cp/std-name-hint.gperf.
272 2022-10-07 Martin Liska <mliska@suse.cz>
274 * gcc-changelog/git_update_version.py: Remove extra fetch.
276 2022-10-06 Martin Liska <mliska@suse.cz>
278 * gcc-changelog/git_update_version.py: Use logging module
279 and provide robust debugging output.
281 2022-10-05 Martin Liska <mliska@suse.cz>
283 * gcc-changelog/git_update_version.py: Do fetch before a push.
285 2022-09-20 Martin Liska <mliska@suse.cz>
287 * filter-clang-warnings.py: Skip egrep: warning: egrep is
288 obsolescent; using grep -E.
290 2022-08-31 Martin Liska <mliska@suse.cz>
292 * config-list.mk: Remove deprecated ports.
294 2022-08-30 Ulrich Drepper <drepper@gmail.com>
296 * gcc_update (files_and_dependencies): Add rule for
297 gcc/cp/std-name-hint.h.
299 2022-08-30 Martin Liska <mliska@suse.cz>
301 * config-list.mk: Remove the port.
303 2022-08-27 Xi Ruoyao <xry111@xry111.site>
305 * gen_autofdo_event.py: Port to Python 3, and use grep -E
308 2022-08-26 Martin Liska <mliska@suse.cz>
310 * config-list.mk: Remove cr16.
312 2022-08-19 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
314 * clang-format: Add further FOR_EACH_ macros.
316 2022-08-18 Andrea Corallo <andrea.corallo@arm.com>
318 * git-fetch-vendor.sh : Fix typo.
320 2022-08-02 Martin Liska <mliska@suse.cz>
322 * gcc-changelog/git_commit.py: Do not deduce changelog for root ChangeLog.
324 2022-07-22 Martin Liska <mliska@suse.cz>
326 * git-commit-mklog.py: Do not parse -b argument.
327 Pass mklog_args as json environment variable.
328 * mklog.py: Parse GCC_MKLOG_ARGS and append it to sys.argv.
329 * prepare-commit-msg: Do not append GCC_MKLOG_ARGS to args.
331 2022-07-22 Martin Liska <mliska@suse.cz>
333 * mklog.py: Use component: [PR xyz] only when one PR is used.
335 2022-07-04 Martin Liska <mliska@suse.cz>
337 * git-descr.sh: By default print revision for HEAD.
339 2022-06-28 Lewis Hyatt <lhyatt@gmail.com>
341 * unicode/README: Added instructions for updating ucnid.h.
342 * unicode/DerivedCoreProperties.txt: New file added to source
343 control from Unicode 14.0 release.
344 * unicode/DerivedNormalizationProps.txt: Likewise.
346 2022-06-26 Lewis Hyatt <lhyatt@gmail.com>
348 * unicode/EastAsianWidth.txt: Update to Unicode 14.0.0.
349 * unicode/PropList.txt: Likewise.
350 * unicode/README: Likewise.
351 * unicode/UnicodeData.txt: Likewise.
353 2022-06-25 Jeff Law <jeffreyalaw@gmail.com>
355 * config-list.mk: Remove tilegx and tilepro entries.
356 * gcc_update: Remove tilegx and tilepro entries.
358 2022-05-27 Richard Biener <rguenther@suse.de>
360 * gcc-changelog/git_update_version.py (active_refs): Remove
363 2022-05-06 Jakub Jelinek <jakub@redhat.com>
365 * gennews (files): Add files for GCC 12.
367 2022-04-28 Jakub Jelinek <jakub@redhat.com>
369 * gcc-changelog/git_update_version.py (active_refs): Add
372 2022-04-25 Martin Liska <mliska@suse.cz>
374 * filter-clang-warnings.py: Filter out
375 -Wc++20-attribute-extensions in lex.cc.
377 2022-04-25 Martin Liska <mliska@suse.cz>
379 * filter-clang-warnings.py: Filter out
380 -Wbitwise-instead-of-logical.
382 2022-04-04 Martin Liska <mliska@suse.cz>
384 * gcc-changelog/git_update_version.py: Ignore the revision.
386 2022-03-31 Jakub Jelinek <jakub@redhat.com>
387 Joseph Myers <joseph@codesourcery.com>
390 * gcc_update: Fix up spelling of
391 gcc/config/loongarch/genopts/loongarch-strings dependency.
393 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
394 Lulu Cheng <chenglulu@loongson.cn>
396 * config-list.mk: Add LoongArch triplet.
398 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
399 Lulu Cheng <chenglulu@loongson.cn>
401 * gcc_update (files_and_dependencies): Add
402 config/loongarch/loongarch.opt and config/loongarch/loongarch-str.h.
404 2022-03-28 Martin Liska <mliska@suse.cz>
406 * gcc-changelog/git_commit.py: Match trailing dot literally.
408 2022-03-28 Martin Liska <mliska@suse.cz>
410 * gcc-changelog/git_commit.py: Make the parsing stricter.
412 2022-03-26 Jakub Jelinek <jakub@redhat.com>
414 * gcc-changelog/git_update_version.py: Add
415 3ab5c8cd03d92bf4ec41e351820349d92fbc40c4 to ignored commits.
417 2022-03-10 Jonathan Wakely <jwakely@redhat.com>
420 * gcc-git-customization.sh: Fix non-portable commands.
422 2022-03-10 Jakub Jelinek <jakub@redhat.com>
425 * git-descr.sh: Replace all [1-9] occurrences with [0-9].
426 * git-undescr.sh: Likewise.
428 2022-03-09 Jonathan Wakely <jwakely@redhat.com>
431 * git-descr.sh: Use portable sed commands.
432 * git-undescr.sh: Likewise.
434 2022-03-08 Jonathan Wakely <jwakely@redhat.com>
437 * git-descr.sh: Use portable form of expr match.
439 2022-01-31 Martin Liska <mliska@suse.cz>
441 * analyze_brprob.py: Support more formatted predict.def file.
442 * analyze_brprob_spec.py: Improve output and documentation.
444 2022-01-27 Martin Liska <mliska@suse.cz>
446 * git-undescr.sh: Support full output of git-descr.sh.
448 2022-01-27 Martin Liska <mliska@suse.cz>
449 Martin Jambor <mjambor@suse.cz>
451 * git-descr.sh: New file.
452 * git-undescr.sh: New file.
453 Support optional arguments --long, --short and default
454 to 14 characters of git hash.
455 * gcc-git-customization.sh: Use the created files.
457 2022-01-24 Martin Liska <mliska@suse.cz>
459 * gcc-changelog/git_commit.py: New files in toplev must
460 be explicitly marked as "New file".
461 * gcc-changelog/test_email.py: Test.
462 * gcc-changelog/test_patches.txt: Add test.
464 2022-01-23 Martin Liska <mliska@suse.cz>
466 * filter-clang-warnings.py: Filter out one another warning
469 2022-01-19 Martin Liska <mliska@suse.cz>
471 * check_GNU_style_lib.py: Skip Python files.
473 2022-01-19 Martin Liska <mliska@suse.cz>
475 * git-backport.py: Use it.
476 * git-fix-changelog.py: New file.
477 * gcc-git-customization.sh: Add new alias git gcc-fix-changelog.
479 2022-01-17 Martin Liska <mliska@suse.cz>
481 * git-backport.py: Support renaming of .cc files.
483 2022-01-17 Martin Liska <mliska@suse.cz>
485 * filter-clang-warnings.py: Rename .c names to .cc.
486 * gcc_update: Likewise.
487 * paranoia.cc: Likewise.
489 2022-01-17 Martin Liska <mliska@suse.cz>
491 * maintainers-verify.sh: Removed.
493 2022-01-13 Martin Liska <mliska@suse.cz>
495 * git-backport.py: Simplify the script as pre-auto-ChangeLog era
498 2022-01-11 Martin Liska <mliska@suse.cz>
500 * check-MAINTAINERS.py: Use sys.argv[1] as path to MAINTAINERS.
502 2022-01-11 Martin Liska <mliska@suse.cz>
504 * check-MAINTAINERS.py: New file.
506 2022-01-03 Jakub Jelinek <jakub@redhat.com>
508 * update-copyright.py: Add University of Illinois as external author.
510 2021-12-16 Xionghu Luo <luoxhu@linux.ibm.com>
512 * analyze_brprob_spec.py: Add verbose argument.
514 2021-12-06 Martin Liska <mliska@suse.cz>
516 * filter-clang-warnings.py: Filter out one warning.
518 2021-11-24 Tobias Burnus <tobias@codesourcery.com>
520 * download_prerequisites: Update to gmp-6.2.1, mpfr-4.1.0,
521 mpc-1.2.1 and isl-0.24.
522 * prerequisites.md5: Update hash.
523 * prerequisites.sha512: Likewise.
525 2021-11-23 Martin Liska <mliska@suse.cz>
527 * filter-clang-warnings.py: Filter -Wc++20-extensions as it does
528 not respect proper attribute detection.
530 2021-11-23 Martin Liska <mliska@suse.cz>
532 * check-params-in-docs.py: Support @itemx in param documentation
533 and support multi-line documentation for parameters.
535 2021-11-08 Thomas Schwinge <thomas@codesourcery.com>
537 * update-copyright.py (class BadYear): Derive from 'Exception'.
539 2021-11-05 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
541 * testsuite-management/validate_failures.py: 2to3
543 2021-11-04 Martin Liska <mliska@suse.cz>
545 * gcc-changelog/git_check_commit.py: Add -v option.
546 * gcc-changelog/git_commit.py: Print verbose diff for wrong
549 2021-11-02 Martin Liska <mliska@suse.cz>
551 * check-internal-format-escaping.py: Fix flake8 errors.
553 2021-11-01 David Malcolm <dmalcolm@redhat.com>
555 * unicode/utf8-dump.py: New file.
557 2021-10-20 H.J. Lu <hjl.tools@gmail.com>
559 * gcc-changelog/git_commit.py (ignored_prefixes): Add libffi/.
561 2021-10-18 Martin Liska <mliska@suse.cz>
563 * gcc-changelog/git_commit.py: Update location of
564 'bad parentheses wrapping'.
565 * gcc-changelog/test_email.py: Test it.
567 2021-10-02 Martin Liska <mliska@suse.cz>
569 * filter-clang-warnings.py: Filter out -Wtautological-compare
572 2021-09-20 Richard Biener <rguenther@suse.de>
574 * config-list.mk: --enable-obsolete for hppa2.0-hpux10.1 and
577 2021-09-15 Martin Liska <mliska@suse.cz>
579 * gcc-changelog/git_commit.py: Add FIXME note.
581 2021-09-15 Martin Liska <mliska@suse.cz>
583 * gcc-changelog/git_commit.py: Check commit email.
584 * gcc-changelog/test_email.py: Add new test.
585 * gcc-changelog/test_patches.txt: Likewise.
587 2021-09-15 Richard Biener <rguenther@suse.de>
589 * config-list.mk: Remove vax-openbsd.
591 2021-09-15 Richard Biener <rguenther@suse.de>
593 * config-list.mk: Remove m68k-openbsd.
595 2021-09-13 Andrew Pinski <apinski@marvell.com>
597 * config-list.mk: Remove m32r-linux and m32rle-linux
600 2021-09-13 Jan-Benedict Glaw <jbglaw@lug-owl.de>
602 * config-list.mk (LIST): --enable-obsolete for cr16-elf.
604 2021-09-06 Serge Belyshev <belyshev@depni.sinp.msu.ru>
606 * gcc_update: Derive human readable name for HEAD using git describe
607 like "git gcc-descr" with short commit hash. Drop "revision" from
610 2021-08-30 Andrew Pinski <apinski@marvell.com>
612 * download_prerequisites (md5_check): Replace == inside
613 test with = to be more portable.
615 2021-08-26 Martin Liska <mliska@suse.cz>
617 * mklog.py: Use file.{source,target}_file for proper rename
620 2021-08-24 Andrew Pinski <apinski@marvell.com>
623 * download_prerequisites: Fix issues with --md5 and
626 2021-08-18 Martin Liska <mliska@suse.cz>
628 * gcc-git-customization.sh: Wrap $@ in quotes.
629 * git-commit-mklog.py: Add new argument --co.
630 * mklog.py: Skip the Co-Authored-By lines.
632 2021-08-10 Martin Liska <mliska@suse.cz>
634 * mklog.py: Support additional PRs without PR prefix.
636 2021-08-03 Martin Liska <mliska@suse.cz>
638 * gcc-changelog/git_update_version.py: Ignore problematic
641 2021-07-20 Richard Earnshaw <rearnsha@arm.com>
643 * vimrc (textwidth): Change non-gitcommit length to 79.
645 2021-07-02 Eugene Rozenfeld <erozen@microsoft.com>
647 * gen_autofdo_event.py: handle stepping, non-working PEBS
649 2021-06-28 Martin Liska <mliska@suse.cz>
651 * mklog.py: Handle correctly long lines.
652 * test_mklog.py: Test it.
654 2021-06-23 Martin Liska <mliska@suse.cz>
656 * gcc-git-customization.sh: Use the new wrapper.
657 * git-commit-mklog.py: New file.
658 * prepare-commit-msg: Support GCC_MKLOG_ARGS.
660 2021-06-22 Martin Liska <mliska@suse.cz>
662 * mklog.py: Fix flake8 issue.
664 2021-06-21 Tobias Burnus <tobias@codesourcery.com>
665 Martin Sebor <msebor@redhat.com>
667 * mklog.py (bugzilla_url): Fetch also component.
668 (pr_filename_regex): New.
669 (get_pr_titles): Update PR string with correct format and component.
670 (generate_changelog): Take additional PRs; extract PR from the
672 (__main__): Add -b/--pr-numbers argument.
673 * test_mklog.py (EXPECTED4): Update to expect a PR for the new file.
675 2021-06-17 Jason Merrill <jason@redhat.com>
677 * mklog.py: Add an initial component: [PRnnnnn] line when
680 2021-06-13 Tobias Burnus <tobias@codesourcery.com>
682 * gcc-changelog/git_commit.py (pr_regex): Add ?P<pr> for group('pr').
683 (subject_pr_regex, subject_pr2_regex): New.
684 (GitInfo.__init__, GitCommit.parse_changelog): Check subject PRs.
685 * gcc-changelog/git_email.py (SUBJECT_PREFIX, subject_patch_regex): New.
686 (GitEmail.__init__): Parse 'Subject:' and pass it to GitInfo.
687 * gcc-changelog/test_email.py (test_pr_only_in_subject,
688 test_wrong_pr_comp_in_subject, test_copyright_years): New.
689 * gcc-changelog/test_patches.txt (0030-PR-c-92746, pr-check1.patch):
690 Update to avoid triggering the new check.
691 (0001-rs6000-Support-doubleword, pr-wrong-comp.patch,
692 copyright-years.patch): New.
694 2021-06-11 Martin Liska <mliska@suse.cz>
696 * gcc-changelog/git_update_version.py: Ignore commit that
697 violates rules and was somehow pushed.
699 2021-05-25 Jakub Jelinek <jakub@redhat.com>
701 * update-copyright.py: Add c++tools.
703 2021-05-24 Martin Liska <mliska@suse.cz>
705 * gcc-changelog/git_commit.py: Add note that ChangeLog entries
706 are added automatically.
707 * gcc-changelog/test_email.py: Update test.
709 2021-05-18 Jonathan Wakely <jwakely@redhat.com>
711 * gcc-changelog/git_email.py: Remove use of non-strict mode.
713 2021-05-17 Richard Biener <rguenther@suse.de>
715 * download_prerequisites: Update mpfr version to 3.1.6.
716 * prerequisites.md5: Update.
717 * prerequisites.sha512: Likewise.
719 2021-05-17 Richard Biener <rguenther@suse.de>
722 2021-05-14 Martin Liska <mliska@suse.cz>
724 * download_prerequisites: Use version 4.1.0.
726 2021-05-14 Martin Liska <mliska@suse.cz>
728 * download_prerequisites: Use version 4.1.0.
730 2021-05-14 Jakub Jelinek <jakub@redhat.com>
732 * gcc-changelog/git_update_version.py: Remove releases/gcc-8 from
735 2021-05-14 Martin Liska <mliska@suse.cz>
737 * gcc-changelog/git_commit.py: Support Co-Authored-By before
738 a first ChangeLog entry.
740 2021-05-13 Martin Liska <mliska@suse.cz>
742 * mklog.py: Put PR entries before all ChangeLog entries
743 (will be added to all ChangeLog locations by Daily bump script).
744 * test_mklog.py: Test the new behavior.
746 2021-05-12 Martin Liska <mliska@suse.cz>
748 * gcc-changelog/git_commit.py: Simplify needle lookup.
749 * gcc-changelog/git_update_version.py: Pass ref_name to
752 2021-05-11 Martin Liska <mliska@suse.cz>
754 * gcc_update: Remove libhsail-rt folder.
755 * update-copyright.py: Likewise.
757 2021-05-11 Martin Liska <mliska@suse.cz>
759 * gcc-changelog/git_check_commit.py: Remove --non-strict-mode.
760 * gcc-changelog/git_commit.py: Remove strict mode.
761 * gcc-changelog/git_email.py: Likewise.
762 * gcc-changelog/git_repository.py: Likewise.
763 * gcc-changelog/test_email.py: Likewise.
764 * gcc-changelog/test_patches.txt: Update patches so that they
765 don't contain a ChangeLog file changes.
767 2021-05-11 Martin Liska <mliska@suse.cz>
769 * gcc-changelog/git_commit.py: Remove ChangeLog locations
771 * gcc-changelog/git_repository.py: Likewise.
773 2021-05-10 Martin Liska <mliska@suse.cz>
775 * gcc-changelog/git_email.py: Remove newlines when --help
778 2021-05-10 Tobias Burnus <tobias@codesourcery.com>
780 * gcc-changelog/git_check_commit.py (__Main__): State in --help
781 the default value for 'revisions'.
782 * gcc-changelog/git_email.py (show_help): Add.
783 (__main__): Handle -h and --help.
785 2021-05-10 Tobias Burnus <tobias@codesourcery.com>
787 * gcc-changelog/git_commit.py (Error.__repr__): Add space after the colon.
788 (GitCommit.check_mentioned_files): Check whether the same file has been
789 specified multiple times.
790 * gcc-changelog/test_email.py (TestGccChangelog.test_multi_same_file): New.
791 * gcc-changelog/test_patches.txt (0001-OpenMP-Fix-SIMT): New test.
793 2021-05-10 Martin Liska <mliska@suse.cz>
796 2021-05-10 Martin Liska <mliska@suse.cz>
798 * gcc-changelog/git_commit.py: Remove components that will be
801 2021-05-10 Martin Liska <mliska@suse.cz>
803 * gcc_update: Start using reload.c instead of version.c.
805 2021-05-10 Martin Liska <mliska@suse.cz>
807 * gcc-changelog/git_commit.py: Remove components that will be
810 2021-04-27 Jakub Jelinek <jakub@redhat.com>
812 * gennews (files): Add files for GCC 10 and GCC 11.
814 2021-04-22 David Edelsohn <dje.gcc@gmail.com>
816 * config-list.mk: Remove rs6000-ibm-aix6.1.
817 Rename rs6000-ibm-aix7.1 to powerpc-ibm-aix7.1.
818 Add powerpc-ibm-aix7.2.
820 2021-04-20 Jakub Jelinek <jakub@redhat.com>
822 * gcc-changelog/git_update_version.py (active_refs): Add
825 2021-04-12 Martin Liska <mliska@suse.cz>
827 * gcc-changelog/git_commit.py: Do not allow space in long lines.
829 2021-04-12 Martin Liska <mliska@suse.cz>
831 * gcc-changelog/git_commit.py: Support long filenames
833 * gcc-changelog/test_email.py: Test it.
834 * gcc-changelog/test_patches.txt: Likewise.
836 2021-03-23 Martin Liska <mliska@suse.cz>
838 * mklog.py: Fix broken tests.
840 2021-03-22 Martin Liska <mliska@suse.cz>
842 * mklog.py: Add --directory argument.
844 2021-03-19 Matthias Klose <doko@ubuntu.com>
846 * texi2pod.pl: Substitute @tie{} with a space for the man pages.
848 2021-03-16 Martin Liska <mliska@suse.cz>
850 * gcc-changelog/git_update_version.py: Skip one problematic
853 2021-03-12 Martin Liska <mliska@suse.cz>
855 * gcc-changelog/git_commit.py: Allow deletion of ChangeLog
857 * gcc-changelog/setup.cfg: Set line limit to 120 characters.
858 * gcc-changelog/test_email.py: Add test.
859 * gcc-changelog/test_patches.txt: Likewise.
860 * gcc-changelog/git_email.py: Fix parsing of deleted files.
862 2021-02-08 Mike Frysinger <vapier@gentoo.org>
864 * mklog.py (generated_files): New set.
865 (generate_changelog): Add entries based on generated_files.
867 2021-02-03 Aaron Sawdey <acsawdey@linux.ibm.com>
869 * gcc_update (files_and_dependencies): Add dependency for
870 gcc/config/rs6000/fusion.md on gcc/config/rs6000/genfusion.md.
872 2021-01-28 Eric Botcazou <ebotcazou@adacore.com>
875 * compare-lto: Deal with PE-COFF executables specifically.
877 2021-01-14 Martin Liska <mliska@suse.cz>
879 * mklog.py: Fix infinite loop for unsupported files.
881 2021-01-13 Martin Liska <mliska@suse.cz>
883 * gcc-changelog/git_commit.py: Support wrapping of functions
884 in parentheses that can take multiple lines.
885 * gcc-changelog/test_email.py: Add tests for it.
886 * gcc-changelog/test_patches.txt: Add 2 patches.
888 2021-01-13 Martin Liska <mliska@suse.cz>
890 * mklog.py: Parse also define_insn_and_split and similar
891 directives in .md files.
892 * test_mklog.py: Test.
894 2021-01-13 Martin Liska <mliska@suse.cz>
896 * gcc-changelog/git_commit.py: Allow modifications of older
897 ChangeLog (or specific) files without need to make a ChangeLog
899 * gcc-changelog/test_email.py: Test it.
900 * gcc-changelog/test_patches.txt: Add new patch.
902 2021-01-11 Martin Liska <mliska@suse.cz>
904 * update-copyright.py: Port to python3 by guessing encoding
905 (first utf8, then iso8859). Add 2 more ignores: .png and .pyc.
907 2021-01-06 Martin Liska <mliska@suse.cz>
909 * gcc-changelog/git_commit.py: Add decode_path function.
910 * gcc-changelog/git_email.py: Use it in order to solve
911 utf8 encoding filename issues.
912 * gcc-changelog/git_repository.py: Likewise.
913 * gcc-changelog/test_email.py: Test it.
915 2021-01-04 Jakub Jelinek <jakub@redhat.com>
917 * update-copyright.py: Add AMD and Ulf Adams as external authors.
919 2021-01-04 Jakub Jelinek <jakub@redhat.com>
921 * update-copyright.py: Use 8 spaces instead of tab to indent.
923 2021-01-04 Martin Liska <mliska@suse.cz>
925 * mklog.py: Add --update-copyright option which adds:
926 "Update copyright years." to ChangeLog files belonging
929 2021-01-04 Martin Liska <mliska@suse.cz>
931 * gcc-changelog/git_commit.py: Skip Update copyright
934 2020-12-21 Martin Liska <mliska@suse.cz>
936 * gcc-changelog/git_commit.py: Add new error for quoted
938 * gcc-changelog/test_email.py: Test it.
939 * gcc-changelog/test_patches.txt: Test it.
941 2020-12-21 Martin Liska <mliska@suse.cz>
943 * gcc-changelog/test_email.py: New test.
944 * gcc-changelog/test_patches.txt: Likewise.
946 2020-12-17 Nathan Sidwell <nathan@acm.org>
949 * gcc_update: Add c++tools/config.h.in.
951 2020-12-15 Nathan Sidwell <nathan@acm.org>
953 * gcc_update: Add c++tools & libcody.
955 2020-12-15 Nathan Sidwell <nathan@acm.org>
957 * gcc-changelog/git_commit.py (changelog_locations): Add
960 2020-12-08 Martin Liska <mliska@suse.cz>
962 * filter-clang-warnings.py: Filter more cases.
964 2020-12-08 Martin Liska <mliska@suse.cz>
966 * filter-clang-warnings.py: Modernize and filter 2 more
969 2020-12-04 Martin Liska <mliska@suse.cz>
971 * check-params-in-docs.py: use flake8 and add some
972 tweaks to ignore aarch64 params.
974 2020-12-02 Jason Merrill <jason@redhat.com>
976 * gcc-git-customization.sh: Configure sendemail.to.
978 2020-11-30 Martin Liska <mliska@suse.cz>
980 * gcc-changelog/git_commit.py: Suggest close file for
981 'unchanged file mentioned in a ChangeLog' error.
982 * gcc-changelog/test_email.py: Test it.
984 2020-11-30 Martin Liska <mliska@suse.cz>
986 * gcc-changelog/git_commit.py: Allow sub-directory wildcard
987 changelog entry. Fix a typo caused by apostrophe escaping.
988 * gcc-changelog/test_email.py: Test it.
989 * gcc-changelog/test_patches.txt: Likewise.
991 2020-11-30 Jonathan Wakely <jwakely@redhat.com>
993 * gcc-changelog/git_commit.py (wildcard_prefixes): Add libstdc++
996 2020-11-30 Martin Liska <mliska@suse.cz>
998 * gcc-changelog/git_commit.py: Allow wildcard pattern only.
1000 2020-11-27 Martin Liska <mliska@suse.cz>
1002 * gcc-changelog/git_commit.py: Use regex for cherry pick prefix.
1003 * gcc-changelog/test_email.py: Test it.
1004 * gcc-changelog/test_patches.txt: Likewise.
1006 2020-11-25 Martin Liska <mliska@suse.cz>
1008 * gcc-changelog/git_commit.py: Use revert_regex instead
1009 of string prefix. Convert sets to literals.
1011 2020-11-16 Martin Liska <mliska@suse.cz>
1013 * mklog.py: Do not call read on an input stream.
1014 Fix some flake8 issues.
1016 2020-11-07 Lewis Hyatt <lhyatt@gmail.com>
1018 * unicode/EastAsianWidth.txt: Update to Unicode 13.0.0.
1019 * unicode/PropList.txt: Likewise.
1020 * unicode/README: Likewise.
1021 * unicode/UnicodeData.txt: Likewise.
1022 * unicode/from_glibc/unicode_utils.py: Update to latest glibc version.
1023 * unicode/from_glibc/utf8_gen.py: Likewise.
1025 2020-11-06 Martin Liska <mliska@suse.cz>
1027 * gcc-changelog/git_commit.py: Add new check.
1028 * gcc-changelog/test_email.py: Test it.
1029 * gcc-changelog/test_patches.txt: Add new patch.
1031 2020-11-04 Martin Liska <mliska@suse.cz>
1033 * gcc-changelog/git_repository.py: Set strict=True
1034 for parse_git_revisions as a default.
1036 2020-11-04 Tobias Burnus <tobias@codesourcery.com>
1038 * gcc-changelog/git_commit.py (item_parenthesis_empty_regex,
1039 item_parenthesis_regex): Add.
1040 (check_for_empty_description): Use them.
1041 * gcc-changelog/test_email.py (test_emptry_entry_desc,
1042 test_emptry_entry_desc_2): Add.
1043 * gcc-changelog/test_patches.txt: Add two testcases for it.
1045 2020-11-03 Tobias Burnus <tobias@codesourcery.com>
1047 * gcc-changelog/git_email.py: Add unidiff_supports_renaming check.
1049 2020-11-03 Martin Liska <mliska@suse.cz>
1051 * gcc-changelog/setup.cfg: New file.
1053 2020-10-30 Martin Liska <mliska@suse.cz>
1055 * gcc-changelog/git_commit.py: Handle empty groups in
1057 * gcc-changelog/test_email.py: New test.
1058 * gcc-changelog/test_patches.txt: Likewise.
1060 2020-09-21 Tobias Burnus <tobias@codesourcery.com>
1062 * mklog.py: Parse first 10 lines for PR/DR number
1063 not only the first line.
1065 2020-09-17 Dimitrij Mojoski <dmjpp@hotmail.com>
1067 * clang-format: Autodetect C++ standard in use rather than
1070 2020-08-26 Iain Buclaw <ibuclaw@gdcproject.org>
1072 * config-list.mk (LIST): Add OPT-enable-obsolete to tilegx-linux-gnu,
1073 tilegxbe-linux-gnu, and tilepro-linux-gnu.
1075 2020-07-29 Martin Liska <mliska@suse.cz>
1077 * git-backport.py: fix how are ChangeLog paths combined.
1079 2020-07-23 Patrick Palka <ppalka@redhat.com>
1081 * vimrc (SetStyle): Also inspect &filetype to determine whether
1084 2020-07-23 Martin Liska <mliska@suse.cz>
1086 * gcc-changelog/git_commit.py: When reverting a backport,
1087 we should print only Revert header.
1089 2020-07-17 Jonathan Wakely <jwakely@redhat.com>
1091 * gcc-changelog/git_update_version.py: Fix typo.
1093 2020-07-10 Mike Nolta <mike@nolta.net>
1095 * download_prerequisites: Don't pass wget options to curl.
1097 2020-07-07 Alexandre Oliva <oliva@adacore.com>
1098 Martin Liska <mliska@suse.cz>
1100 * gcc-changelog/git_commit.py: Support CASE and COND.
1101 * gcc-changelog/test_patches.txt: Add test.
1102 * gcc-changelog/test_email.py: Add test.
1104 2020-06-30 Martin Liska <mliska@suse.cz>
1106 * gcc-changelog/git_repository.py: Support older releases of
1107 GitPython when renamed_file was named renamed.
1109 2020-06-30 Martin Liska <mliska@suse.cz>
1111 * gcc-changelog/git_check_commit.py: Print revision
1113 * gcc-changelog/git_commit.py: Support Revert commits.
1115 2020-06-30 Martin Liska <mliska@suse.cz>
1117 * gcc-changelog/git_check_commit.py: Use GitInfo
1118 * gcc-changelog/git_commit.py: Add GitInfo class.
1119 * gcc-changelog/git_email.py: Use GitInfo class.
1120 * gcc-changelog/git_repository.py: Likewise.
1122 2020-06-24 Ilya Leoshkevich <iii@linux.ibm.com>
1124 * download_prerequisites: Support AIX and OpenBSD unames.
1125 Pipe `{gzip,bzip2} -d` to `tar -xf -`.
1127 2020-06-18 Martin Liska <mliska@suse.cz>
1129 * gcc-changelog/git_update_version.py: First checkout and then
1130 run git pull ---rebase.
1132 2020-06-18 Martin Liska <mliska@suse.cz>
1134 * gcc-changelog/git_update_version.py: Support merge commits
1135 and walk only on the branch that is being merged and generate
1136 missing ChangeLog entries.
1138 2020-06-18 Martin Liska <mliska@suse.cz>
1140 * gcc-changelog/git_commit.py: Fix Backported from timestamp when
1141 use_commit_ts=True is used.
1143 2020-06-17 Martin Liska <mliska@suse.cz>
1145 * gcc-changelog/git_commit.py: Print 'Backported from master'
1146 heading to backported commits.
1147 * gcc-changelog/test_email.py: Test it.
1148 * gcc-changelog/test_patches.txt: Add new patch.
1149 * gcc-changelog/git_repository.py: Add commit_to_date hook.
1150 * gcc-changelog/git_email.py: Add fuzzy implementation
1151 of commit_to_date_hook.
1153 2020-06-11 Jonathan Wakely <jwakely@redhat.com>
1155 * prepare-commit-msg: Use the gcc-config.mklog-hook-type Git
1156 config key instead of the GCC_FORCE_MKLOG environment variable.
1157 Optionally disable generating a new ChangeLog template for
1158 amended commits when the existing log is still OK.
1160 2020-06-11 Martin Liska <mliska@suse.cz>
1162 * gcc-changelog/git_update_version.py: Add --curent argument.
1164 2020-06-11 Martin Liska <mliska@suse.cz>
1166 * prepare-commit-msg: Replace ENV variable with a git config
1169 2020-06-11 Jonathan Wakely <jwakely@redhat.com>
1171 * prepare-commit-msg: Use 'tee' to save the diff to a file
1172 instead of running 'git diff' twice.
1174 2020-06-10 Martin Liska <mliska@suse.cz>
1176 * gcc-changelog/git_commit.py: Fix renamed files in
1177 parse_git_name_status.
1178 * gcc-changelog/test_email.py: Add test for it.
1180 2020-06-10 Martin Liska <mliska@suse.cz>
1182 * gcc-changelog/git_commit.py: Add more supported prefixes.
1183 * gcc-changelog/test_email.py: Fix one flake8 error.
1184 * gcc-changelog/test_patches.txt: Add tested for newly
1187 2020-06-10 Jonathan Wakely <jwakely@redhat.com>
1189 * gcc-changelog/git_commit.py (GitCommit.parse_changelog):
1190 Improve error strings.
1191 * gcc-changelog/test_email.py: Update expected errors.
1193 2020-06-09 Jonathan Wakely <jwakely@redhat.com>
1195 * gcc-changelog/git_email.py: Set exit status on error.
1197 2020-06-09 Martin Liska <mliska@suse.cz>
1199 * gcc-changelog/git_commit.py: Fix ChangeLog regex in order to
1200 match the top-level ChangeLog.
1201 * gcc-changelog/test_email.py: Add test.
1202 * gcc-changelog/test_patches.txt: Likewise.
1204 2020-06-02 Martin Liska <mliska@suse.cz>
1206 * gcc-changelog/git_commit.py: Support foo/bar/*: patterns in
1207 wildcard_prefixes locations.
1208 * gcc-changelog/test_email.py: Test it.
1209 * gcc-changelog/test_patches.txt: Add 3 new patches.
1211 2020-06-02 Iain Buclaw <ibuclaw@gdcproject.org>
1213 * gcc-changelog/git_commit.py (ignored_prefixes): Add
1214 gcc/testsuite/gdc.test/.
1216 2020-06-02 Jonathan Wakely <jwakely@redhat.com>
1218 * gcc-changelog/test_email.py (TestGccChangelog.test_long_lines):
1219 Update expected error message.
1221 2020-06-02 Jonathan Wakely <jwakely@redhat.com>
1223 * gcc-changelog/git_commit.py (GitCommit.parse_changelog): Fix
1226 2020-06-02 Jonathan Wakely <jwakely@redhat.com>
1228 * prepare-commit-msg: Do nothing if the mklog.py script isn't
1231 2020-06-02 Jonathan Wakely <jwakely@redhat.com>
1233 * gcc-changelog/git_commit.py (GitCommit.check_mentioned_files):
1236 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
1238 * config-list.mk (LIST): Add v850e1-elf.
1240 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
1242 * config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems.
1244 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
1246 * config-list.mk (LIST): Remove arm-wrs-vxworks.
1248 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
1250 * config-list.mk (LIST): Remove cris-linux, crisv32-elf, and
1253 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
1255 * config-list.mk (LIST): Add pru-elf.
1257 2020-05-29 Iain Buclaw <ibuclaw@gdcproject.org>
1259 * config-list.mk (LIST): Remove rs6000-ibm-aix5.3.0.
1261 2020-05-29 Martin Liska <mliska@suse.cz>
1263 * gcc-changelog/git_commit.py: Find empty change descriptions.
1264 * gcc-changelog/test_email.py: New test.
1265 * gcc-changelog/test_patches.txt: New patch that tests that.
1267 2020-05-29 Martin Liska <mliska@suse.cz>
1269 * git-backport.py: The script did 'git co HEAD~' when
1270 there was no modified ChangeLog file in a successful
1272 Run cherry-pick --continue without editor.
1274 2020-05-29 Martin Liska <mliska@suse.cz>
1276 * gcc-changelog/git_commit.py: Properly
1277 handle duplicite authors.
1278 * gcc-changelog/test_email.py: New test.
1279 * gcc-changelog/test_patches.txt: New patch.
1281 2020-05-28 Pierre-Marie de Rodat <derodat@adacore.com>
1283 * gcc-changelog/git_email.py (GitEmail.__init__): Interpret file
1284 renamings as a file deletion plus a file addition.
1285 * gcc-changelog/git_repository.py (parse_git_revisions):
1287 * gcc-changelog/test_email.py: New testcase.
1288 * gcc-changelog/test_patches.txt: New testcase.
1290 2020-05-28 Martin Liska <mliska@suse.cz>
1292 * check-params-in-docs.py: Update to new format
1293 of help. Apply flake8 corrections.
1295 2020-05-28 Martin Liska <mliska@suse.cz>
1297 * mklog.py: Support renaming of files.
1298 One needs unidiff 0.6.0+.
1299 * test_mklog.py: Test it.
1301 2020-05-27 Martin Liska <mliska@suse.cz>
1303 * gcc-git-customization.sh: Use git-backport.py to drop
1304 all changes for ChangeLog files.
1305 * git-backport.py: New file.
1307 2020-05-27 Martin Liska <mliska@suse.cz>
1309 * gcc-git-customization.sh: Rename
1310 commit-mklog to gcc-commit-mklog.
1312 2020-05-27 Martin Liska <mliska@suse.cz>
1314 * prepare-commit-msg: Save diff to a file if
1315 the GCC_GIT_DIFF_FILE variable is set.
1317 2020-05-26 Pierre-Marie de Rodat <derodat@adacore.com>
1319 * gcc-changelog/git_commit.py (ChangeLogEntry): Handle entries
1320 with multi-line file lists.
1321 * gcc-changelog/test_email.py: New testcase.
1322 * gcc-changelog/test_patches.txt: Likewise.
1324 2020-05-26 Pierre-Marie de Rodat <derodat@adacore.com>
1326 * gcc-changelog/git_update_version.py: Close file objects after
1328 * gcc-changelog/git_email.py: Likewise.
1329 * gcc-changelog/test_email.py: Likewise.
1331 2020-05-26 Martin Liska <mliska@suse.cz>
1333 * gcc-changelog/git_update_version.py: Add 2 new options.
1335 2020-05-26 Alexandre Oliva <oliva@gnu.org>
1337 * gcc-changelog/git_commit.py (changelog_regex): Accept optional
1340 2020-05-26 Alexandre Oliva <oliva@adacore.com>
1342 * compare-debug: Adjust for .gkd files named as dump files,
1343 with the source suffix rather than the object suffix.
1345 2020-05-26 Martin Liska <mliska@suse.cz>
1347 * gcc-changelog/git_commit.py: Parse changelog entries for
1349 * gcc-changelog/test_email.py: Add new test for it.
1350 * gcc-changelog/test_patches.txt: Likewise.
1352 2020-05-26 Jason Merrill <jason@redhat.com>
1354 * prepare-commit-msg: New file.
1355 * gcc-git-customization.sh: Install it. Add commit-mklog alias.
1356 * mklog.py: Add new option -c which appends
1357 to a ChangeLog file.
1359 2020-05-25 Martin Liska <mliska@suse.cz>
1361 * gcc-changelog/git_commit.py: Add trailing '/'
1362 for libdruntime. Allow empty changelog for
1364 * gcc-changelog/test_email.py: New test for go
1365 patch in ignored location.
1366 * gcc-changelog/test_patches.txt: Add test.
1368 2020-05-22 Jakub Jelinek <jakub@redhat.com>
1370 * gcc-changelog/git_commit.py: Add trailing / to
1371 gcc/testsuite/go.test/test and replace gcc/go/frontend/
1372 with gcc/go/gofrontend/ in ignored locations.
1374 2020-05-22 Martin Liska <mliska@suse.cz>
1376 * gcc-changelog/git_commit.py: Add gcc/testsuite/go.test/test
1377 to ignored locations.
1379 2020-05-21 Martin Liska <mliska@suse.cz>
1381 * gcc-changelog/git_update_version.py: Prepare the script, the
1382 only missing piece is pushing of the updated branches.
1384 2020-05-21 Martin Liska <mliska@suse.cz>
1386 * gcc-changelog/git_commit.py: Support DR entries/
1387 * gcc-changelog/test_email.py: New test for it.
1388 * gcc-changelog/test_patches.txt: New patch for it.
1390 2020-05-21 Martin Liska <mliska@suse.cz>
1392 * mklog.py: Support DR parsing.
1393 * test_mklog.py: New test for DR parsing.
1395 2020-05-20 Martin Liska <mliska@suse.cz>
1397 * gcc-changelog/git_commit.py: Add author_tuple
1398 only if not present in author_lines.
1399 * gcc-changelog/test_email.py: New test.
1400 * gcc-changelog/test_patches.txt: Add new patch.
1402 2020-05-20 Martin Liska <mliska@suse.cz>
1404 * gcc-changelog/git_commit.py: Refactor to make flake8 happy.
1405 * gcc-changelog/test_email.py: Add new test.
1406 * gcc-changelog/test_patches.txt: Add new patch.
1408 2020-05-20 Frederik Harwath <frederik@codesourcery.com>
1410 * gcc-changelog/git_commit.py: Skip over lines starting
1411 with "Reviewed-by: ", "Reviewed-on: ", or "Signed-off-by: "
1413 2020-05-20 Martin Liska <mliska@suse.cz>
1415 * gcc-changelog/git_check_commit.py: Change
1416 --allow-non-strict-mode to --non-strict-mode.
1418 2020-05-20 Martin Liska <mliska@suse.cz>
1420 * gcc-changelog/git_commit.py: Support cherry pick
1422 * gcc-changelog/test_email.py: Test it.
1423 * gcc-changelog/test_patches.txt: Add new patch.
1424 * gcc-git-customization.sh: Add gcc-backport.
1426 2020-05-19 Martin Liska <mliska@suse.cz>
1428 * mklog.py: Use REST API for bug title downloading.
1430 2020-05-19 Martin Liska <mliska@suse.cz>
1432 * gcc-changelog/git_commit.py: Add param use_commit_ts
1433 for to_changelog_entries.
1434 * gcc-changelog/git_update_version.py: Se use_commit_ts to True.
1436 2020-05-19 Martin Liska <mliska@suse.cz>
1438 * mklog.py: Skip GTY for struct names. Make flake8 happy.
1439 * test_mklog.py: Add test for GTY.
1441 2020-05-19 Martin Liska <mliska@suse.cz>
1443 * gcc-changelog/git_update_version.py:
1444 Fill up entries in reverse order.
1446 2020-05-19 Martin Liska <mliska@suse.cz>
1448 * gcc-git-customization.sh: Add
1449 alias.gcc-mklog new hook.
1450 * mklog.py: New file.
1451 * test_mklog.py: New file.
1453 2020-05-19 Martin Liska <mliska@suse.cz>
1455 * legacy/mklog: Moved from mklog.
1456 * legacy/mklog.pl: Moved from mklog.pl.
1458 2020-05-19 Martin Liska <mliska@suse.cz>
1460 * gcc-git-customization.sh: Add gcc-verify alias
1461 that uses contrib/gcc-changelog/git_check_commit.py.
1463 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1465 * dg-extract-results.py: Handle GDB specific test types.
1466 * dg-extract-results.sh: Likewise.
1468 2020-05-14 Martin Liska <mliska@suse.cz>
1470 * gcc-changelog/test_email.py: New file.
1471 * gcc-changelog/test_patches.txt: New file.
1473 2020-05-13 Patrick Palka <ppalka@redhat.com>
1475 * vimrc: Reduce textwidth to 72 for Git commit messages.
1477 2020-05-13 Martin Liska <mliska@suse.cz>
1479 * gcc-changelog/git_check_commit.py: Add default argument HEAD
1480 for revisions and improve error message output.
1482 2020-05-13 Martin Liska <mliska@suse.cz>
1484 * gcc-changelog/git_commit.py: Restore print_output syntax
1487 2020-05-13 Martin Liska <mliska@suse.cz>
1489 * gcc-changelog/git_check_commit.py: New file.
1490 * gcc-changelog/git_commit.py: New file.
1491 * gcc-changelog/git_email.py: New file.
1492 * gcc-changelog/git_repository.py: New file.
1493 * gcc-changelog/git_update_version.py: New file.
1495 2020-04-17 Martin Liska <mliska@suse.cz>
1497 * vimrc: We do not want to modify tab options
1500 2020-04-16 Jakub Jelinek <jakub@redhat.com>
1503 * gcc_update: Add intl/plural.y dependency for intl/plural-config.h.
1505 2020-04-03 Martin Liska <mliska@suse.cz>
1507 * gcc-git-customization.sh: Search for the pattern
1508 at line beginning only.
1510 2020-01-24 Richard Earnshaw <rearnsha@arm.com>
1512 * gcc-git-customization.sh: Use users/<pfx> for the personal remote
1513 rather than just <pfx>. Convert existing personal branches to the
1515 * git-add-user-branch.sh: New file.
1517 2020-01-22 Richard Earnshaw <rearnsha@arm.com>
1519 * git-add-vendor-branch.sh: New file.
1521 2020-01-20 Richard Earnshaw <rearnsha@arm.com>
1523 * gcc-git-customization.sh: Check that user-supplied remote
1524 name exists before continuting. Use a separate remotes for the
1525 personal commit area. Convert existing personal and vendor
1526 fetch rules to new layout.
1527 * git-fetch-vendor.sh: New vendor layout. Add --enable-push
1530 2020-01-17 Hans-Peter Nilsson <hp@axis.com>
1532 * gcc_update <git revision>: Use git log "--pretty=tformat:%p:%t:%H",
1533 not "--pretty=%p:%t:%H".
1535 2020-01-16 Andreas Schwab <schwab@linux-m68k.org>
1537 * gcc-git-customization.sh: Avoid double expansion.
1539 2020-01-16 Richard Earnshaw <rearnsha@arm.com>
1541 * gcc-git-customization.sh: Check that user.name and user.email
1542 are set. Use $(cmd) instead of `cmd`. Fix variable quoting when
1545 2020-01-16 Jakub Jelinek <jakub@redhat.com>
1547 * gcc-git-customization.sh: Verify the id to be printed is ancestor of
1548 the corresponding remote release branch (or master), otherwise print
1551 2020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
1552 Jakub Jelinek <jakub@redhat.com>
1554 * gcc-git-customization.sh: Change uses to use in comment.
1556 2020-01-15 Jakub Jelinek <jakub@redhat.com>
1558 * gcc-git-customization.sh: Handle output of older git which doesn't
1559 print tags/ prefixes before branchpoint/gcc-.
1561 2010-01-15 Richard Earnshaw <rearnsha@arm.com>
1563 * gcc-git-customization.sh: Explain why we want the user's
1564 upstream account name. Don't add push rules. Check if push rules
1565 have been added and suggest that they should be removed.
1566 * git-fetch-vendor.sh: Don't add push rules.
1568 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
1571 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
1573 * gcc-git-customization.sh: Add back the default rule that
1574 is lost by adding a custom push rule.
1575 * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
1577 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
1579 * gcc-git-customization.sh: Add back the default rule that
1580 is lost by adding a custom push rule.
1581 * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
1583 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
1585 * contrib/git-fetch-vendor.sh: New file.
1587 2020-01-13 Jakub Jelinek <jakub@redhat.com>
1589 * contrib/gcc-git-customization.sh: Add git gcc-descr and gcc-undescr
1592 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
1594 * gcc-git-customization.sh: New file.
1596 2020-01-01 Jakub Jelinek <jakub@redhat.com>
1598 * update-copyright.py: Add Mentor Graphics Corporation and Yoshinori
1599 Sato as external authors. Skip LICENSE.txt files.
1601 2019-12-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1603 * config-list.mk: Add msp430-elfbare.
1605 2019-12-09 Lewis Hyatt <lhyatt@gmail.com>
1607 PR preprocessor/49973
1608 * unicode/from_glibc/unicode_utils.py: Support script from
1609 glibc (commit 464cd3) to extract character widths from Unicode data
1611 * unicode/from_glibc/utf8_gen.py: Likewise.
1612 * unicode/UnicodeData.txt: Unicode v. 12.1.0 data file.
1613 * unicode/EastAsianWidth.txt: Likewise.
1614 * unicode/PropList.txt: Likewise.
1615 * unicode/gen_wcwidth.py: New utility to generate
1616 libcpp/generated_cpp_wcwidth.h with help from the glibc support
1617 scripts and the Unicode data files.
1618 * unicode/unicode-license.txt: Added.
1619 * unicode/README: New explanatory file.
1621 2019-12-07 Richard Sandiford <richard.sandiford@arm.com>
1623 * texi2pod.pl: Handle @headitems in @multitables, printing them
1624 in italics. Push an empty item code onto the stack.
1626 2019-11-13 Janne Blomqvist <jb@gcc.gnu.org>
1628 * download_prerequisites: Use http instead of ftp for downloading.
1630 2019-11-08 Martin Liska <mliska@suse.cz>
1632 * mklog: The script fails for patches that contain:
1633 '---param=foo=bar xyz'.
1635 2019-09-18 Martin Liska <mliska@suse.cz>
1637 * clang-format: Tweak configuration based on new
1640 2019-09-09 Jose E. Marchesi <jemarch@gnu.org>
1642 * config-list.mk (LIST): Disable go in bpf-*-* targets.
1644 2019-09-04 Martin Liska <mliska@suse.cz>
1646 * mklog: Do not print changed functions for
1649 2019-09-04 Martin Liska <mliska@suse.cz>
1651 * mklog: Parse PR references from newly added
1654 2019-09-04 Martin Liska <mliska@suse.cz>
1656 * mklog: Use argparse instead of getopt.
1658 2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
1660 * compare-all-tests (all_targets): Remove references to spu.
1661 * config-list.mk (LIST): Likewise.
1663 2019-09-02 Alexander Monakov <amonakov@ispras.ru>
1665 * vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.
1666 * vimrc: Set preferred values for 'tabstop', 'softtabstop',
1667 'shiftwidth', 'noexpandtab', 'textwidth', 'formatoptions' for all
1668 files, not just C-like files.
1670 2019-09-02 Martin Liska <mliska@suse.cz>
1672 * vim-gcc-dev/syntax/gcc-match.vim: Set tabstop=8.
1674 2019-08-13 Uros Bizjak <ubizjak@gmail.com>
1676 * test_summary: Do not escape "=".
1678 2019-07-02 Janne Blomqvist <jb@gcc.gnu.org>
1681 * mklog (read_user_info): Open ~/.mklog in string mode.
1683 2019-06-19 Martin Liska <mliska@suse.cz>
1685 * bench-stringop: New file.
1687 2019-05-21 Janne Blomqvist <jb@gcc.gnu.org>
1689 * mklog: Open files in text mode.
1691 2019-05-21 Janne Blomqvist <jb@gcc.gnu.org>
1693 * mklog: Convert to Python 3.
1695 2019-05-03 Jakub Jelinek <jakub@redhat.com>
1697 * gennews (files): Add files for GCC 9.
1699 2019-04-30 Roland Illig <roland.illig@gmx.de>
1701 * check-internal-format-escaping.py: New version using polib.
1703 2019-04-19 Christophe Lyon <christophe.lyon@linaro.org>
1705 PR translation/90118
1706 * check-internal-format-escaping.py: Check that %< is not next to
1709 2019-04-17 Jakub Jelinek <jakub@redhat.com>
1711 * dg-extract-results.sh: Only handle WARNING: program timed out
1712 lines specially in "$MODE" == "sum". Restore previous behavior
1713 for "$MODE" != "sum". Clear has_timeout and timeout_cnt if in
1714 a different variant or curfile is empty.
1715 * dg-extract-results.py: Fix a typo.
1717 2019-04-05 Martin Liska <mliska@suse.cz>
1719 PR translation/89936
1720 * check-internal-format-escaping.py: Properly detect wrong
1723 2019-03-11 Martin Liska <mliska@suse.cz>
1725 * check-internal-format-escaping.py: Uncomment apostrophes
1728 2019-03-11 Martin Liska <mliska@suse.cz>
1730 * check-internal-format-escaping.py: New file.
1732 2019-03-10 Tommy Nguyen <remyabel@gmail.com>
1735 * download_prerequisites: Use -c instead of --check for sha512sum.
1737 2019-03-06 Martin Liska <mliska@suse.cz>
1739 * check-params-in-docs.py: Ignore a param.
1741 2019-03-05 Christophe Lyon <christophe.lyon@linaro.org>
1744 * dg-extract-results.py: Handle case where a WARNING happens with
1745 the first test of a harness.
1747 2019-03-05 Christophe Lyon <christophe.lyon@linaro.org>
1750 * dg-extract-results.sh: Fix order of WARNING and following test
1753 2019-02-04 Christophe Lyon <christophe.lyon@linaro.org>
1756 * dg-extract-results.py: Keep timeout warnings next to their
1758 * dg-extract-results.sh: Likewise.
1760 2019-01-01 Jakub Jelinek <jakub@redhat.com>
1762 * update-copyright.py: Add Gerard Jungman as external author.
1764 2018-11-26 Iain Buclaw <ibuclaw@gdcproject.org>
1766 * update-copyright.py (TestsuiteFilter): Skip .d tests.
1767 (LibPhobosFilter): Add filter for upstream D sources.
1768 (GCCCopyright): Add D Language Foundation as external author.
1769 (GCCCmdLine): Add libphobos.
1771 2018-11-19 Martin Liska <mliska@suse.cz>
1773 * check_GNU_style_lib.py: Detect mixed usage
1776 2018-11-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1778 * gcc_update (files_and_dependencies): Handle libphobos.
1780 2018-10-25 Thomas Preud'homme <thomas.preudhomme@linaro.org>
1782 * dg-cmp-results.sh: Print NA-FAIL and NA->UNRESOLVED changes at
1785 2018-10-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1787 * config-list.mk (LIST): Switch to i686-solaris2.11,
1788 sparc64-sun-solaris2.11.
1790 2018-10-04 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1792 * unused_functions.py: Handle archive files.
1794 2018-10-04 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1796 * unused_functions.py: New file.
1798 2018-09-25 Martin Liska <mliska@suse.cz>
1800 * filter-rtags-warnings.py: New file.
1802 2018-09-25 Martin Liska <mliska@suse.cz>
1805 * check-params-in-docs.py: New file.
1807 2018-08-17 Jojo <jijie_rong@c-sky.com>
1808 Huibin Wang <huibin_wang@c-sky.com>
1809 Sandra Loosemore <sandra@codesourcery.com>
1810 Chung-Lin Tang <cltang@codesourcery.com>
1811 Andrew Jenner <andrew@codesourcery.com>
1813 C-SKY port: Configury
1815 * config-list.mk (LIST): Add csky-elf and csky-linux-gnu.
1817 2018-07-13 Tom de Vries <tdevries@suse.de>
1819 * maintainers-verify.sh: New file.
1821 2018-07-12 Christophe Lyon <christophe.lyon@linaro.org>
1823 * compare_tests: Print number of tests in each category.
1825 2018-06-19 Alexander Monakov <amonakov@ispras.ru>
1827 * vim-gcc-dev/README: New file.
1828 * vim-gcc-dev/ftdetect/gcc-dev.vim: New file.
1829 * vim-gcc-dev/syntax/gcc-match.vim: New file.
1830 * gimple.vim: Move under vim-gcc-dev/syntax/.
1831 * gcc-rtl.vim: Likewise.
1833 2018-06-19 Martin Liska <mliska@suse.cz>
1835 * gcc-rtl.vim: New file.
1837 2018-06-12 Jeff Law <law@redhat.com>
1839 * config-list.mk (LIST): Remove alpha-freebsd6.
1841 2018-05-08 Richard Biener <rguenther@suse.de>
1844 * compare-lto: New script derived from compare-debug.
1846 2018-05-02 Jakub Jelinek <jakub@redhat.com>
1848 * gennews (files): Add files for GCC 8.
1850 2018-05-01 Jim Wilson <jimw@sifive.com>
1852 * gcc_update: Check for .git as a file.
1854 2018-03-21 Christophe Lyon <christophe.lyon@linaro.org>
1856 * test_summary: Match possible single quotes in configure path.
1858 2018-03-02 Thomas Schwinge <thomas@codesourcery.com>
1860 * update-copyright.py: Remove "libcilkrts" reference.
1862 2018-02-19 Yury Gribov <tetra2005@gmail.com>
1864 * compare_tests: Use TMPDIR when set.
1865 * dg-cmp-results.sh: Ditto.
1866 * warn_summary: Ditto.
1868 2018-01-29 Jonathan Wakely <jwakely@redhat.com>
1870 * download_prerequisites: Use shasum for FreeBSD and DragonFly.
1872 2018-01-19 Martin Liska <mliska@suse.cz>
1874 * analyze_brprob.py: Support new format that can be easily
1875 parsed. Add new column to report.
1877 2018-01-03 Jakub Jelinek <jakub@redhat.com>
1879 * update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
1881 2017-11-28 Julia Koval <julia.koval@intel.com>
1882 Sebastian Peryt <sebastian.peryt@intel.com>
1884 * contrib/gcc_update: Ditto.
1886 2017-11-08 Martin Liska <mliska@suse.cz>
1888 * analyze_brprob.py: Fix abbreviations for SI units.
1890 2017-10-02 Thomas Schwinge <thomas@codesourcery.com>
1892 * gcc_update (files_and_dependencies): Handle libbacktrace.
1894 2017-09-18 Richard Biener <rguenther@suse.de>
1896 * download_prerequisites (isl): Bump version to 0.18.
1898 2017-08-02 Yury Gribov <tetra2005@gmail.com>
1900 * mklog: Added new implementation.
1902 2017-08-02 Yury Gribov <tetra2005@gmail.com>
1904 * mklog: Rename to ...
1907 2017-07-17 Yury Gribov <tetra2005@gmail.com>
1909 * mklog: Fix extraction of changed file name.
1911 2017-07-17 Georg-Johann Lay <avr@gjlay.de>
1913 * gcc_update (files_and_dependencies)
1914 [gcc/config/avr/avr-tables.opt]: Remove dead entry.
1916 2017-06-28 Martin Liska <mliska@suse.cz>
1918 * gcc.doxy: Add default location for filters and output folder.
1919 * filter_gcc_for_doxygen_new: Rename to filter_gcc_for_doxygen.
1920 * filter_params.pl: Remove.
1922 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
1924 * dg-cmp-results.sh: Restore filtering on target variant.
1926 2017-06-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
1928 * dg-cmp-results.sh: Keep test result lines rather than throwing
1929 header and summary to support sum files with multiple tools.
1931 2017-05-31 Martin Liska <mliska@suse.cz>
1934 Transform ENUM_BITFIELD and comments starting with '/**'
1936 2017-05-31 David Malcolm <dmalcolm@redhat.com>
1937 Martin Liska <mliska@suse.cz>
1939 * filter_params.py: New, porting the perl script to python,
1940 adding a test suite.
1941 * filter_gcc_for_doxygen_new: New file.
1943 2017-05-30 Martin Liska <mliska@suse.cz>
1945 * analyze_brprob.py: Add new argument to parse and modify
1947 * analyze_brprob_spec.py: Likewise.
1949 2017-05-29 Tom de Vries <tom@codesourcery.com>
1951 * check_GNU_style_lib.py (TrailingWhitespaceCheck.check): Assert no
1953 (TrailingWhitespaceTest): New unit test.
1954 (check_GNU_style_file): Remove eol before checking.
1956 2017-05-29 Tom de Vries <tom@codesourcery.com>
1958 * check_GNU_style_lib.py (check_GNU_style_file): Treat file argument as
1959 file handle. Add and handle file_encoding argument.
1960 * check_GNU_style.py (main): Handle '-' file argument. Call
1961 check_GNU_style_file with file handle as argument.
1963 2017-05-29 Tom de Vries <tom@codesourcery.com>
1965 * check_GNU_style_lib.py: Use import_pip3 to import pip3 packages.
1966 (import_pip3): New function.
1968 2017-05-24 Tom de Vries <tom@codesourcery.com>
1970 * check_GNU_style_lib.py: New file, factored out of ...
1971 * check_GNU_style.py: ... here. Call main unconditionally.
1973 2017-05-19 Martin Liska <mliska@suse.cz>
1975 * check_GNU_style.py: New file.
1977 2007-05-03 Jeff Law <law@redhat.com>
1979 * config-list.mk (am33_2.0-linux): Remove from list of targets
1982 2017-05-02 Jakub Jelinek <jakub@redhat.com>
1984 * gennews (files): Add files for GCC 7.
1986 2017-04-26 Tom de Vries <tom@codesourcery.com>
1988 * gen_autofdo_event.py: Fix comment.
1990 2017-04-11 Damian Rouson <damian@sourceryinstitute.org>
1992 * download_prerequisites (md5_check): New function emulates Linux
1993 'md5 --check' on macOS. Modified script for macOS compatibility.
1995 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
1997 * config-list.mki (LIST): Add riscv32-unknown-linux-gun and
1998 riscv64-unknown-linux-gnu.
2000 2017-01-31 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2002 * update-copyright.py (Copyright.process_file): Retain original
2005 2017-01-29 Gerald Pfeifer <gerald@pfeifer.com>
2007 * update-copyright.py: Fix the name of this script in examples.
2009 2017-01-26 Jakub Jelinek <jakub@redhat.com>
2011 * update-copyright.py: Add libhsail-rt to self.default_dirs
2012 and call self.add_dir on it. Add Intel Corporation to external
2015 2017-01-25 Thomas Schwinge <thomas@codesourcery.com>
2017 * gcc_update (files_and_dependencies): Care for "libhsail-rt".
2019 2017-01-23 Gerald Pfeifer <gerald@pfeifer.com>
2021 * patch_tester.sh (TESTLOGS): Remove
2022 $TARGET/libjava/testsuite/libjava.sum.
2024 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
2026 * warn_summary: Remove the -java option.
2028 2017-01-20 Gerald Pfeifer <gerald@pfeifer.com>
2030 * update-copyright.py (LibJavaFilter): Remove.
2032 2017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
2034 * gcc_update: Remove entries related to GCJ and libgcj.
2035 Complete copyright years and adjust my e-mail address.
2037 2017-01-11 Richard Earnshaw <rearnsha@arm.com>
2039 * gcc_update: Adjust touch list for ARM.
2041 2017-01-08 Gerald Pfeifer <gerald@pfeifer.com>
2043 * download_ecj: Remove.
2045 2017-01-05 Martin Liska <mliska@suse.cz>
2047 * vimrc: Update indentation definition.
2049 2017-01-04 Jakub Jelinek <jakub@redhat.com>
2051 * update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
2052 libssp, libvtv and lto-plugin to default_dirs.
2054 2017-01-01 Jakub Jelinek <jakub@redhat.com>
2056 * update-copyright.py (TestsuiteFilter): Skip params/README.
2057 (GCCCmdLine): Remove libjava and libjava/testsuite add_dir.
2059 2016-12-14 Martin Liska <mliska@suse.cz>
2061 * analyze_brprob.py: Add new column to output and new sorting
2062 option. Fix coding style to not exceed 80 characters.
2063 * analyze_brprob_spec.py: Add new sorting
2064 option. Fix coding style to not exceed 80 characters.
2066 2016-10-24 Moritz Klammler <moritz@glammler.eu>
2069 * download_prerequisites: Conditionally verify checksums of
2070 downloaded pacakges. Add help text.
2071 * prerequisites.md5: New file.
2072 * prerequisites.sha512: New file.
2074 2016-10-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2076 * check_GNU_style.sh (remove_testsuite): New function.
2077 Use it to remove testsuite from the diff.
2079 2016-09-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2081 * dg-extract-results.sh: Revert bogus change.
2083 2016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
2085 * dg-extract-results.py: Report DejaGnu error in the final
2087 * dg-extract-results.sh: Likewise.
2089 2016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
2091 * compare_tests: Take ERROR messages into account when
2094 2016-08-17 Martin Liska <mliska@suse.cz>
2096 * mark_spam.py: Mark as spam all comments done by a creator.
2098 2016-08-15 Martin Liska <mliska@suse.cz>
2100 * mark_spam.py: Add error handling and reset
2101 another properties of attachments and bugs.
2103 2016-08-11 Martin Liska <mliska@suse.cz>
2105 * mark_spam.py: Mark attachments as obsolete and rename them.
2107 2016-08-03 Eric Gallager <egall@gwmail.gwu.edu>
2109 * download_prerequisites: Explicitly remove existing symlinks
2110 before trying to create new ones.
2112 2016-07-28 Martin Liska <mliska@suse.cz>
2114 * mark_spam.py: New file.
2116 2016-07-21 Martin Liska <mliska@suse.cz>
2118 * analyze_brprob.py: If there's no loop, do not calculate
2119 average number of loop iterations.
2121 2016-06-24 Martin Liska <mliska@suse.cz>
2123 * analyze_brprob.py: Parse and display average number
2126 2016-06-23 Andi Kleen <ak@linux.intel.com>
2128 * gen_autofdo_event.py: New file to regenerate
2131 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2133 * config-list.mk: Stop testing mep-elf.
2135 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2137 * config-list.mk: Stop testing avr-rtems.
2139 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2141 * config-list.mk: Stop testing m32r-rtems.
2143 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2145 * config-list.mk: Remove h8300-rtems support.
2147 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2149 * config-list.mk: stop testing knetbsd.
2151 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2153 * config-list.mk: Stop testing openbsd3.0.
2155 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2157 * config-list.mk: Remove interix target.
2159 2016-06-21 David Edelsohn <dje.gcc@gmail.com>
2161 * config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1,
2163 Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1.
2164 Add rs6000-ibm-aix7.1.
2166 2016-06-17 Martin Liska <mliska@suse.cz>
2168 * analyze_brprob.py: Fix columns of script output.
2170 2016-06-13 Richard Biener <rguenther@suse.de>
2172 * download_prerequisites (ISL): Bump version to 0.16.1
2174 2016-06-10 Alan Hayward <alan.hayward@arm.com>
2176 * check_GNU_style.sh: Fix paste args for BSD
2178 2016-06-09 David Malcolm <dmalcolm@redhat.com>
2180 * config-list.mk (LIST): Add OPT-enable-obsolete to avr-rtems,
2181 h8300-rtems, m32r-rtems, mep-elf.
2183 2016-06-09 David Malcolm <dmalcolm@redhat.com>
2185 * config-list.mk (GCC_SRC_DIR): New variable.
2186 (make-log-dir): Use GCC_SRC_DIR.
2187 ($(LIST)): Likewise.
2189 2016-06-09 Martin Liska <mliska@suse.cz>
2191 * analyze_brprob_spec.py: New file.
2193 2016-06-09 Martin Liska <mliska@suse.cz>
2195 * analyze_brprob.py: Add new argument --sorting.
2197 2016-06-09 Martin Liska <mliska@suse.cz>
2199 * analyze_brprob.py: Cover new dump output format.
2201 2016-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2203 * update-copyright.py (LibMudflapFilter): Remove.
2204 (GCCCmdLine.__init__): Add gotools, libcc1.
2206 List unhandled intl, libcilkrts, libgo, liboffloadmic,
2209 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2211 * download_prerequisites: Adjust gmp/mpfr/mpc versions.
2213 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2215 * compare-all-tests: Remove SH5 support.
2216 * config-list.mk: Likewise.
2218 2016-04-28 Martin Liska <mliska@suse.cz>
2220 * analyze_brprob: Remove.
2221 * analyze_brprob.py: New file.
2223 2016-04-27 Jakub Jelinek <jakub@redhat.com>
2225 * gennews (files): Add files for GCC 6.
2227 2016-04-17 Jan Hubicka <jh@suse.cz>
2229 * analyze_brprob: Update comment.
2231 2016-04-13 Martin Sebor <msebor@redhat.com>
2233 * check_GNU_style.sh: Avoid false posivies in trailing operator
2236 2016-03-07 Martin Sebor <msebor@redhat.com>
2238 * check_GNU_style.sh (color): New global variable.
2239 Add checks for trailing operators and spaces before left brackets.
2240 Tightened up a check for a trailing left curly brace.
2241 (g, ag, vg): Use color.
2242 (col): Don't complain about excessively long lines with DejaGnu
2245 2016-03-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2247 * mklog: Look for the ChangeLog file in $cwd.
2249 2016-02-26 Joel Sherrill <joel@rtems.org>
2251 * config-list.mk: Add aarch64-rtems and x86_64-rtems
2253 2016-01-19 Jonathan Wakely <jwakely@redhat.com>
2255 * uninclude: Fix third argument to gensub.
2257 2016-01-04 Jakub Jelinek <jakub@redhat.com>
2259 * update-copyright.py (GCCCopyright): Add NVIDIA Corporation
2262 2015-12-17 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2264 * config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
2265 targets x86_64-knetbsd-gnu, i686-knetbsd-gnu and i686-openbsd3.0 .
2267 2015-12-06 Tobias Burnus <burnus@net-b.de>
2269 * download_prerequisites: Download ISL 0.15 instead of 0.14.
2271 2015-11-20 Martin Liska <mliska@suse.cz>
2273 * clang-format: Split content of a list to multiple
2276 2015-11-19 Martin Liska <mliska@suse.cz>
2278 * clang-format: Enhance list of FOR_EACH macros.
2280 2015-11-19 Martin Liska <mliska@suse.cz>
2282 * clang-format: New file.
2284 2015-11-11 Andrew MacLeod <amacleod@redhat.com>
2286 * header-tools: New. Directory containing a set of tools for
2287 manipulating header files.
2289 2015-10-30 Nathan Sidwell <nathan@acm.org>
2291 * config-list.mk (nvptx-none): Add it.
2293 2015-09-11 Markus Trippelsdorf <markus@trippelsdorf.de>
2295 * download_prerequisites: Make sure that script is run from
2296 top level source directory.
2298 2015-08-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2300 * update-copyright.py (GCCCmdLine): Add libvtv.
2302 2015-08-04 Uros Bizjak <ubizjak@gmail.com>
2304 * texi2pod.pl: Escape braces in regexp involving @strong{...}.
2306 2015-07-15 Tom de Vries <tom@codesourcery.com>
2308 * check_GNU_style.sh (cat_with_prefix): Fix quoting.
2310 2015-06-02 Steve Ellcey <sellcey@imgtec.com>
2312 * test_installed (--target=): New option.
2314 2015-05-30 Mikhail Maltsev <maltsevm@gmail.com>
2316 * gimple.vim: New file.
2318 2015-05-18 Tom de Vries <tom@codesourcery.com>
2320 * check_GNU_style.sh: Add temp files tmp2 and tmp3.
2321 (cat_with_prefix): New function, using global variable prefix.
2322 (col): Make prefix a global variable. Rewrite to process file at a time
2323 rather than line at a time. Print part longer than 80 chars in red.
2325 2015-05-18 Tom de Vries <tom@codesourcery.com>
2327 * check_GNU_style.sh (g, ag, vg): Don't cat empty file.
2329 2015-05-18 Tom de Vries <tom@codesourcery.com>
2331 * check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
2333 2015-05-18 Tom de Vries <tom@codesourcery.com>
2335 * check_GNU_style.sh: Improve readability function calls.
2337 2015-05-16 James Bowman <james.bowman@ftdichip.com>
2339 * config-list.mk: Add FT32.
2341 2015-05-12 Tom de Vries <tom@codesourcery.com>
2343 * check_GNU_style.sh (col): Fix tab size.
2345 2015-05-12 Tom de Vries <tom@codesourcery.com>
2347 * check_GNU_style.sh: Put stdin into a temp file.
2349 2015-05-12 Tom de Vries <tom@codesourcery.com>
2351 * check_GNU_style.sh: Read either from stdin, or from files.
2353 2015-05-12 Tom de Vries <tom@codesourcery.com>
2355 * check_GNU_style.sh: Check if files exists.
2357 2015-05-12 Tom de Vries <tom@codesourcery.com>
2359 * check_GNU_style.sh: Don't use a filename prefix if we're only
2360 processing one patch file.
2362 2015-05-12 Yury Gribov <y.gribov@samsung.com>
2364 * mklog: Ignore preprocessor directives.
2366 2015-04-22 Jakub Jelinek <jakub@redhat.com>
2368 * gennews (files): Add files for GCC 5.
2370 2015-03-06 Bernd Edlinger <bernd.edlinger@hotmail.de>
2372 * dg-extract-results.sh: Check that the necessary python modules exist.
2374 2015-02-05 Ilya Verbin <ilya.verbin@intel.com>
2376 * gcc_update (files_and_dependencies): Add rules for liboffloadmic and
2377 liboffloadmic/plugin.
2379 2015-01-15 Richard Sandiford <richard.sandiford@arm.com>
2381 * update-copyright.py (Copyright.__init__): Add a regexp for
2383 (Copyright.update_copyright): Don't add a space before the year
2386 2015-01-15 Thomas Schwinge <thomas@codesourcery.com>
2388 * gcc_update (files_and_dependencies): Update rules for new
2389 libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
2391 2015-01-12 Yury Gribov <y.gribov@samsung.com>
2393 * check_GNU_style.sh: Support patches coming from stdin.
2394 Check that spaces are converted to tabs.
2395 Make double-space-after-dot check more precice.
2397 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2399 * config-list.mk (LIST): Add visium-elf.
2401 2015-01-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2403 * config-list.mk: Use shortest match for OPT to find the actual
2406 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
2408 * dg-extract-results.sh: Use --text with grep to avoid issues with
2409 binary files. Fall back to cat -v, if that doesn't work.
2411 2014-12-12 Chung-Ju Wu <jasonwucj@gmail.com>
2413 * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
2415 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2416 Yury Gribov <y.gribov@samsung.com>
2420 2014-12-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
2422 * check_GNU_style.sh: Warn for incorrect number of spaces in function
2423 call only if 0 or 2+ spaces found.
2425 2014-12-02 Tobias Burnus <burnus@net-b.de>
2427 * download_prerequisites: Download ISL 0.14 instead of 0.12.2.
2429 2014-11-25 Tom de Vries <tom@codesourcery.com>
2430 Peter Bergner <bergner@vnet.ibm.com>
2432 * mklog: Handle .mklog. Use git setting independent of presence .git
2435 2014-11-14 Tom de Vries <tom@codesourcery.com>
2437 * mklog: Move reading of .diff file up and add comment. Copy diff_lines
2438 to orig_diff_lines. Use orig_diff_lines when appending patch.
2440 2014-11-11 David Malcolm <dmalcolm@redhat.com>
2442 * ChangeLog.jit: New.
2443 * jit-coverage-report.py: New file: a script to print crude
2444 code-coverage information for the libgccjit API.
2446 2014-11-11 Marat Zakirov <m.zakirov@samsung.com>
2448 * mklog: Symbol '}' stops search for changes.
2450 2014-11-11 Tobias Burnus <burnus@net-b.de>
2452 * download_prerequisites: Stop downloading CLooG.
2454 2014-11-07 Marat Zakirov <m.zakirov@samsung.com>
2456 * mklog: Always doubt in functions.
2459 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2461 * config-list.mk: Don't build Go for certain targets.
2463 2014-10-04 Trevor Saunders <tsaunders@mozilla.com>
2465 * compare-all-tests: Don't test score-*.
2466 * config-list.mk: Likewise.
2468 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2470 * dg-extract-results.py (output_variation): Always sort if do_sum.
2472 2014-09-22 Tom de Vries <tom@codesourcery.com>
2474 * mklog: Add --inline option.
2476 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2478 * dg-extract-results.py (Prog.result_re): Include options in test name.
2480 2014-09-19 Olivier Hainque <hainque@adacore.com>
2482 * config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
2484 2014-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
2486 * config-list.mk (LIST): Add v850-rtems.
2488 2014-09-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
2490 * config-list.mk (LIST): Add arm-rtems.
2491 Add nios2-rtems. Remove extra option from powerpc-rtems.
2493 2014-09-08 Trevor Saunders <tsaunders@mozilla.com>
2495 * compare-all-tests: Don't test picochip.
2496 * config-list.mk: Likewise.
2498 2014-08-11 Mingjie Xing <mingjie.xing@gmail.com>
2500 * texi2pod.pl (postprocess): Move command process for '@sc' to the
2501 front of '@dfn'. Add a new command process for '@t{...}', just print
2504 2014-07-21 Trevor Saunders <tsaunders@mozilla.com>
2505 Yury Gribov <y.gribov@samsung.com>
2507 * mklog: Run mklog as a filter.
2509 2014-07-21 Trevor Saunders <tsaunders@mozilla.com>
2511 * mklog: Read name and email from git config when available.
2513 2014-06-28 Richard Biener <rguenther@suse.de>
2515 * gennews: Use gcc-3.0/index.html.
2517 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2519 * dg-extract-results.py: For Python 3, force sys.stdout to handle
2520 surrogate escape sequences.
2521 (safe_open): New function.
2522 (output_segment, main): Use it.
2524 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2526 * dg-extract-results.py (Named): Remove __cmp__ method.
2527 (output_variation): Use a key to sort variation.harnesses.
2529 2014-05-24 Uros Bizjak <ubizjak@gmail.com>
2531 * texi2pod.pl: Force .pod file to not be a numbered list.
2533 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2535 * dg-extract-results.py (parse_run): Handle warnings that are printed
2536 before a test harness is run.
2538 2014-05-09 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2540 * config-list.mk (show): New target.
2542 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2544 * dg-extract-results.py: New file.
2545 * dg-extract-results.sh: Use it if the environment seems suitable.
2547 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2549 * config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
2551 2013-04-22 Jakub Jelinek <jakub@redhat.com>
2553 * gennews (files): Add files for GCC 4.9.
2555 2014-02-24 Walter Lee <walt@tilera.com>
2557 * config-list.mk (LIST): Add tilegxbe-linux-gnu.
2559 2014-02-13 Richard Biener <rguenther@suse.de>
2561 * download_prerequisites: Update ISL and CLOOG versions.
2563 2014-01-31 Brooks Moses <bmoses@google.com>
2565 * gcc_update (files_and_dependencies): Add aarch64-tune.md.
2567 2014-01-29 Yury Gribov <y.gribov@samsung.com>
2569 * mklog: Improve support of context diffs.
2571 2014-01-21 Tatiana Udalova <t.udalova@samsung.com>
2573 * mklog: Avoid adding falsely changed functions to ChangeLog.
2575 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
2577 * config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
2578 ordering of some configs.
2580 2013-12-23 Yury Gribov <y.gribov@samsung.com>
2582 * mklog: Automatically insert comments in trivial cases.
2584 2013-12-19 Yury Gribov <y.gribov@samsung.com>
2586 * mklog: Split generated message in parts.
2588 2013-10-31 Chung-Ju Wu <jasonwucj@gmail.com>
2590 * config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
2592 2013-10-29 Tobias Burnus <burnus@net-b.de>
2594 * gcc_update (files_and_dependencies): Add rules for
2597 2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
2599 * gcc_update (files_and_dependencies): Fix rule for
2600 libgomp/testsuite/Makefile.in.
2602 2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
2604 * config-list.mk: Add arc configurations.
2606 2013-09-27 Diego Novillo <dnovillo@google.com>
2608 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2610 2013-09-12 DJ Delorie <dj@redhat.com>
2612 * config-list.mk: Add msp430-elf.
2614 2013-08-31 Diego Novillo <dnovillo@google.com>
2616 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2618 2013-08-29 Mike Stump <mikestump@comcast.net>
2620 * gcc_update (configure): Update to handle svn 1.8.1.
2622 2013-08-03 Caroline Tice <cmtice@google.com>
2624 * gcc_update: Add libvtv files.
2626 2013-06-06 Brooks Moses <bmoses@google.com>
2628 * testsuite-management/validate_failures.py: Fix handling of
2629 summary lines with "|" characters or empty description fields.
2631 2013-05-24 Chung-Ju Wu <jasonwucj@gmail.com>
2633 * download_prerequisites: Download isl and cloog conditionally.
2635 2013-05-21 David Malcolm <dmalcolm@redhat.com>
2637 * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
2639 2013-05-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2641 * config-list.mk (LIST): Add -enable-obsolete for
2642 sparc-sun-solaris2.9, i686-solaris2.9.
2644 2013-05-13 Mike Stump <mikestump@comcast.net>
2646 * compare_tests: Limit lines to 2000 characters as comm on Mac OS
2647 X 10.8.3 doesn't like long lines (those 2055 characters or more).
2649 2013-04-22 Sofiane Naci <sofiane.naci@arm.com>
2651 * config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
2653 2013-04-18 Diego Novillo <dnovillo@google.com>
2655 * validate_failures.py: Fix typo.
2657 2013-04-18 Diego Novillo <dnovillo@google.com>
2659 * validate_failures.py: Loosen check for build directory.
2660 State what failed if we couldn't find the source tree or
2663 2013-03-22 Jakub Jelinek <jakub@redhat.com>
2665 * gennews (files): Add files for GCC 4.8.
2667 2013-03-06 Tobias Burnus <burnus@net-b.de>
2669 * make-obstacks-texi.pl: New.
2671 2013-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2673 * make_sunver.pl: Enforce C locale.
2675 2013-02-06 Richard Sandiford <rdsandiford@googlemail.com>
2677 * update-copyright.py: Add libdecnumber to the default list.
2678 Remove libquadmath and libssp.
2680 2013-02-06 Diego Novillo <dnovillo@google.com>
2682 * testsuite-management/validate_failures.py: Fix typo.
2684 2013-02-06 Diego Novillo <dnovillo@google.com>
2686 * testsuite-management/validate_failures.py: Update
2688 Request contributions not to use Python features newer
2690 (GetBuildData): If this is not a build directory,
2691 emit an error only if --results or --manifest are missing.
2693 2013-02-06 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2695 * testsuite-management/validate_failures.py
2696 (IsInterestingResult): Fix performance regression
2698 2013-02-04 Richard Sandiford <rdsandiford@googlemail.com>
2700 * update-copyright.py: New file.
2702 2013-01-15 David Blaikie <dblaikie@gmail.com>
2704 * dg-extract-results.sh: Handle KPASSes.
2706 * dg-extract-results.sh: Constrain the start-of-log pattern.
2708 * dg-extract-results.sh: Fix order of summary counts.
2710 2012-12-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2712 * testsuite-management/validate_failures.py
2713 (IsInterestingResult): Only strip line a second time if we did split.
2714 Rephrase return statement while at it.
2715 (CollectSumFiles): Also ignore .git directory.
2717 2012-12-03 Diego Novillo <dnovillo@google.com>
2719 * testsuite-management/validate_failures.py: Fix stale
2722 2012-11-30 Doug Evans <dje@google.com>
2724 * testsuite-management/validate_failures.py: Add support for @include,
2725 @remove directives in manifest files.
2727 * testsuite-management/validate_failures.py: Add function
2728 GetManifestPath. New global _MANIFEST_SUBDIR.
2730 2012-11-29 Doug Evans <dje@google.com>
2732 * testsuite-management/validate_failures.py: Remove pass/fail
2733 indicator from result of GetBuildData.
2735 * testsuite-management/validate_failures.py: Store options in global
2738 * testsuite-management/validate_failures.py: Rename variable
2739 manifest_name to manifest_path everywhere.
2741 * testsuite-management/validate_failures.py (CompareBuilds): Pass
2742 options.results to GetSumFiles for clean build.
2744 2012-11-28 Doug Evans <dje@google.com>
2746 * testsuite-management/validate_failures.py: Use <target_alias> instead
2747 of <target>. Minor whitespace changes.
2749 * testsuite-management/validate_failures.py: Record ordinal with
2752 2012-11-19 Mike Stump <mikestump@comcast.net>
2754 * compare_tests: Add export LC_ALL=C to make sort happier.
2756 2012-11-14 H.J. Lu <hongjiu.lu@intel.com>
2758 * gcc_update: Update libsanitizer generated files.
2760 2012-11-12 Tobias Burnus <burnus@net-b.de>
2762 * gcc_update: Add libquadmath generated files.
2764 2012-11-12 H.J. Lu <hongjiu.lu@intel.com>
2766 * gcc_update: Add libsanitizer generated files.
2768 2012-11-05 Lawrence Crowl <crowl@google.com>
2770 * compare_two_ftime_report_sets: New.
2772 2012-11-02 Diego Novillo <dnovillo@google.com>
2774 * testsuite-management/validate_failures.py: Add option
2775 --clean_build to compare test results against another
2778 2012-10-31 Diego Novillo <dnovillo@google.com>
2780 * testsuite-management/validate_failures.py: Fix parsing
2783 2012-10-29 Diego Novillo <dnovillo@google.com>
2785 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2787 2012-10-06 Diego Novillo <dnovillo@google.com>
2789 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2791 2012-10-02 Christophe Lyon <christophe.lyon@linaro.org>
2793 * check_GNU_style.sh: Remove temporay file upon exit.
2795 2012-09-26 Joern Rennecke <joern.rennecke@embecosm.com>
2797 * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
2798 arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
2799 Use --enable-obsolete for picochip-elf.
2801 2012-09-10 Diego Novillo <dnovillo@google.com>
2803 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2805 2012-09-04 Eric Botcazou <ebotcazou@adacore.com>
2807 * make_sunver.pl: Add missing newline at the end of extern "C++" block.
2809 2012-08-24 Diego Novillo <dnovillo@google.com>
2811 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2813 2012-08-14 Diego Novillo <dnovillo@google.com>
2815 * testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
2817 2012-08-13 Diego Novillo <dnovillo@google.com>
2819 * testsuite-management/validate_failures.py (ExpirationDate): Tidy
2822 2012-08-13 Diego Novillo <dnovillo@google.com>
2824 * testsuite-management/validate_failures.py (ParseSummary): Fix
2827 2012-08-13 Diego Novillo <dnovillo@google.com>
2829 * testsuite-management/validate_failures.py: Import datetime.
2830 (TestResult.ExpirationDate): New.
2831 (TestResult.HasExpired): New.
2832 (ParseSummary): Call it. If it returns True, warn that the
2833 expected failure has expired and do not add it to the set of
2835 (GetResults): Clarify documentation.
2837 2012-07-26 Diego Novillo <dnovillo@google.com>
2839 * testsuite-management/validate_failures.py: Do not use
2840 'with ... as ...' constructs.
2842 2012-07-19 Diego Novillo <dnovillo@google.com>
2844 * testsuite-management/validate_failures.py (CollectSumFiles):
2845 Rename from GetSumFiles.
2846 (GetSumFiles): Factor out of CheckExpectedResults.
2847 (CheckExpectedResults): Call it.
2848 (ProduceManifest): Call it.
2850 2012-07-18 Diego Novillo <dnovillo@google.com>
2852 * testsuite-management/validate_failures.py: Fix
2853 /usr/bin/python invocation.
2855 2012-06-19 Steven Bosscher <steven@gcc.gnu.org>
2857 * check_makefile_deps.sh: Look for c-common.o in c-family/.
2858 Add a few more crt* files to the list of files to skip.
2860 2012-05-31 Marek Polacek <polacek@redhat.com>
2862 * mklog: Prevent printing three spaces after the date.
2864 2012-06-04 Diego Novillo <dnovillo@google.com>
2866 * testsuite-management/validate_failures.py (GetResults):
2867 Change argument to accept list of summary files to analyze.
2869 (CheckExpectedResults): Handle options.manifest, options.results
2870 and options.ignore_missing_failures.
2871 (Main): Add options --manifest, --results and --ignore_missing_failures.
2873 2012-05-31 Diego Novillo <dnovillo@google.com>
2874 Cary Coutant <ccoutant@google.com>
2878 2012-05-25 H.J. Lu <hongjiu.lu@intel.com>
2881 * contrib/compare-debug (remove_comment): New function.
2882 Remove any .comment sections if the first cmp failed.
2884 2012-05-09 David Edelsohn <dje.gcc@gmail.com>
2886 * gcc_update: Use $GCC_SVN to retrieve branch and revision.
2888 2012-05-01 Richard Henderson <rth@redhat.com>
2890 * gcc_update: Add libatomic generated files.
2892 2012-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
2894 * compare_tests: Append '/' to make 'find' traverse
2895 symlinked directories.
2897 2012-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2899 * testsuite-management/validate_failures.py (GetBuildData): Use
2902 2012-04-06 Doug Evans <dje@google.com>
2904 * dg-extract-results.sh: Handle KFAILs.
2906 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2908 * config-list.mk (LIST): Remove mips-sgi-irix6.5.
2910 2012-03-13 Joseph Myers <joseph@codesourcery.com>
2912 * gennews (files): Add files for GCC 4.7.
2914 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2916 * config-list.mk (LIST): Remove mips-openbsd.
2918 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2920 * config-list.mk (LIST): Remove alpha-dec-osf5.1.
2922 2012-03-02 Diego Novillo <dnovillo@google.com>
2924 * testsuite-management/validate_failures.py (class TestResult): Fix
2925 match pattern for the summary line. If there is a parsing failure,
2926 show the line we failed to parse.
2928 2012-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2931 * make_sunver.pl: Remove #ifdef handling.
2933 2012-02-17 Doug Kwan <dougkwan@google.com>
2935 * contrib/testsuite-management/validate_failures.py
2936 (GetMakefileValue): Check for cross compilers.
2938 2012-02-15 Quentin Neill <quentin.neill@amd.com>
2940 * compare_tests: Fix trailing paths in dir arguments.
2941 Handle sum1/sum2 temp files with others.
2943 2012-02-14 Walter Lee <walt@tilera.com>
2945 * config-list.mk (LIST): Add tilegx-linux-gnu and
2947 * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
2948 (gcc/config/tilepro/mul-tables.c): New dependencies.
2950 2012-02-11 Mike Stump <mikestump@comcast.net>
2952 * compare_tests (exit_status): Fix.
2954 2012-02-10 Diego Novillo <dnovillo@google.com>
2956 * repro_fail: Add --debug and --debug-tui flags.
2958 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2959 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2961 * config-list.mk (LIST): Add cr16-elf.
2963 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
2966 * gcc_update (files_and_dependencies): Add
2967 gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
2969 2011-11-29 DJ Delorie <dj@redhat.com>
2971 * config-list.mk (LIST): Add rl78-elf.
2973 2011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2975 * make_sunver.pl: Convert '?' in glob patterns to '.'.
2977 2011-11-07 Richard Henderson <rth@redhat.com>
2979 Merged from transactional-memory.
2981 * gcc_update: Add libitm to touch data.
2983 2011-11-07 Quentin Neill <quentin.neill@amd.com>
2985 * compare_tests: Add ability to compare all .sum
2986 files from two build directories.
2988 2011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
2990 * contrib-list.mk: Add Epiphany configurations.
2992 2011-09-13 Diego Novillo <dnovillo@google.com>
2994 * testsuite-management: New.
2995 * testsuite-management/validate_failures.py: New.
2997 2011-08-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2999 * gcc_update: Determine svn branch from hg convert_revision.
3001 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3003 * config-list.mk (i586-netware): Remove.
3004 (.PHONY): Remove make-script-dir dependency.
3005 (make-script-dir): Remove.
3006 ($(LIST)): Remove make-script-dir dependency.
3008 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
3010 * gcc_update: Add C6X generated files.
3011 * contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
3013 2011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3015 * config-list.mk (LIST): Append OPT-enable-obsolete to
3016 alpha-dec-osf5.1, mips-sgi-irix6.5.
3018 2011-06-24 Diego Novillo <dnovillo@google.com>
3022 2011-06-21 Joseph Myers <joseph@codesourcery.com>
3024 * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
3026 2011-05-19 Joseph Myers <joseph@codesourcery.com>
3028 * gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
3029 gcc/config/arm/arm-fpus.def.
3031 2011-05-10 Joseph Myers <joseph@codesourcery.com>
3033 * gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
3036 2011-05-09 Joseph Myers <joseph@codesourcery.com>
3038 * gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
3040 2010-05-05 Joern Rennecke <joern.rennecke@embecosm.com>
3042 * config-list.mk: New file.
3044 2011-05-02 Joseph Myers <joseph@codesourcery.com>
3046 * gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
3048 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3050 * paranoia.cc (ENUM_BITFIELD): Remove.
3052 2011-04-08 Joseph Myers <joseph@codesourcery.com>
3054 * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
3056 2011-03-22 Joseph Myers <joseph@codesourcery.com>
3058 * compare-all-tests (all_targets): Remove crx and m68hc11.
3060 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3063 * make_sunver.pl: Don't use File::Glob.
3065 2011-03-05 Joseph Myers <joseph@codesourcery.com>
3067 * gennews (files): Add files for GCC 4.6.
3069 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
3071 * patch_tester.sh (nopristinecache): New shell var, set according
3072 to presence or absence of new -nopristinecache option.
3073 (usage): Document new option.
3074 (bootntest_pristine): Implement it.
3076 2010-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3078 * make_sunver.pl: Use elfdump -s to extract symbols if possible,
3079 readelf -s otherwise.
3081 2010-11-08 Eric Botcazou <ebotcazou@adacore.com>
3083 * make_sunver.pl: Ignore entries without symbol name first. Then do
3084 not ignore symbols marked as 'R'.
3086 2010-10-18 Andi Kleen <ak@linux.intel.com>
3088 * gccbug.el: Remove.
3090 2010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3092 * gcc_update: Run $GCC_HG pull and update separately.
3093 Check parents for SVN revision.
3095 2010-10-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3097 * test_recheck: New script.
3099 2010-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3101 * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
3102 Also escape characters with grave accents, to be fixed ...
3103 (unmunge): ... here.
3104 (postprocess): Also handle @/ and @acronym{...}.
3106 2010-07-02 Sebastian Pop <sebastian.pop@amd.com>
3108 * check_GNU_style.sh: Do not print warning messages when there are
3111 2010-09-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3113 * gcc_update: Handle hg, too.
3115 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
3117 * make_sunver.pl: Remove extra whitespace in regexp.
3119 2010-07-02 Sebastian Pop <sebastian.pop@amd.com>
3121 * check_GNU_style.sh: New.
3123 2010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3125 * make_sunver.pl: New file.
3127 2010-07-02 Iain Sandoe <iains@gcc.gnu.org>
3129 * compare-debug (Darwin): Remove '-x' flag from ld-based object
3130 stripping. Add a comment as to why we do it this way.
3132 2010-06-20 Alexandre Oliva <aoliva@redhat.com>
3134 * compare-debug: Drop LTO sections.
3136 2010-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3138 * gcc_update: Support updating a git clone.
3140 2010-06-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3142 * test_summary: Don't use diff -u.
3145 2010-06-02 Andrew Haley <aph@redhat.com>
3147 * download_prerequisites: New script.
3149 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3151 * dg-extract-results.sh: Redirect grep output to /dev/null instead
3154 2010-04-22 Basile Starynkevitch <basile@starynkevitch.net>
3156 * gcc_update: Sets the locale to C.
3158 2010-04-06 Joseph Myers <joseph@codesourcery.com>
3160 * gennews (files): Add files for GCC 4.5.
3162 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3164 Fix *.log tests output containing "===".
3165 * dg-extract-results.sh (/\===/): Rename to ...
3166 (/^\t\t=== .* ===$/): ... this pattern.
3168 2010-03-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3170 * dg-extract-results.sh: Fix result order to match sequential case.
3172 2010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3174 * check_warning_flags.sh: Use \012 instead of \n with tr.
3176 2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3178 * dg-extract-results.sh: Don't use tail -n.
3180 2009-10-03 H.J. Lu <hongjiu.lu@intel.com>
3181 Richard Guenther <rguenther@suse.de>
3184 * gcc_update: Adjust file timestamps for lto-plugin.
3186 2009-09-10 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
3189 * compare-debug: Handle stripping of dwarf debug sections from darwin
3192 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3194 * compare-debug: Grep for blank before dash to avoid grep -e.
3196 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3198 * compare-debug: Look for .gkd files and compare them.
3200 2009-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3203 * test_summary: Invoke config.status, rather than trying to
3204 parse it. Adjust awk script.
3206 2009-08-18 Alexandre Oliva <aoliva@redhat.com>
3208 * compare-debug: Drop .eh_frame relocations too.
3210 2009-08-18 H.J. Lu <hongjiu.lu@intel.com>
3213 * test_summary: Filter out "\r".
3215 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3217 * compare-debug: Don't fail just because of .eh_frame differences.
3219 2009-04-27 Jakub Jelinek <jakub@redhat.com>
3222 * dg-extract-results.sh: Close open files and use >> instead of >
3223 to decrease number of concurrently open files from awk. Avoid
3224 = at the beginning of a regexp and redirect to a file determined
3225 by curfile variable rather than concatenated strings to workaround
3228 2009-04-25 Gerald Pfeifer <gerald@pfeifer.com>
3230 * test_summary: Only include LAST_UPDATED if it exists.
3231 Complete copyright years.
3233 2009-04-16 Paolo Bonzini <bonzini@gnu.org>
3235 * compare-all-tests: New.
3237 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3239 * gennews (files): Reference GCC 4.4 web pages.
3241 2009-04-09 Jakub Jelinek <jakub@redhat.com>
3243 * reghunt/date_based/reg_periodic: Change copyright header to refer
3244 to version 3 of the GNU General Public License and to point readers
3245 at the COPYING3 file and the FSF's license web page.
3246 * reghunt/date_based/reg_search: Likewise.
3247 * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
3248 * regression/btest-gcc.sh: Likewise.
3249 * regression/objs-gcc.sh: Likewise.
3251 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3253 * check_warning_flags.sh: Update flag exceptions.
3255 2008-11-18 Ben Elliston <bje@au.ibm.com>
3257 * dg-cmp-results.sh: Do not print usage if either .sum file cannot
3258 be opened; print a more meaningful error instead.
3260 2008-10-24 Janis Johnson <janis187@us.ibm.com>
3261 Jakub Jelinek <jakub@redhat.com>
3263 * dg-extract-results.sh: New file.
3265 2008-07-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3267 * check_makefile_deps.sh: New file.
3269 2008-05-08 Sebastian Pop <sebastian.pop@amd.com>
3271 * patch_tester.sh (report): Do not print "Checker: ".
3273 2008-04-23 Sebastian Pop <sebastian.pop@amd.com>
3275 * patch_tester.sh (report): Do not print the time.
3277 2008-04-01 Joseph Myers <joseph@codesourcery.com>
3279 * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
3280 Handle @heading. Handle enumerated lists with starting numbers
3283 2008-03-10 Janis Johnson <janis187@us.ibm.com>
3285 * patch_tester.sh (initialization): Initialize svnpatch and stop.
3286 (usage): Add -svnpath and -stop.
3288 (argument handling): Process -stop and -svnpath.
3289 (setup code): Use makedir, error out if initial svn checkout fails.
3290 (update): Use svnpath. Invoke contrib/gcc_update.
3291 (apply_patch): Require that patch was created at top level. Use eval
3292 with option variables. Don't use bootstrap target for make. Verify
3293 that some tests were run.
3294 (bootntest_patched): Use snvpath.
3295 (main loop): For -stop, exit when there are no more patches to test.
3297 2008-03-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3299 * check_warning_flags.sh: Instead of invoke.texi, take the path
3300 to the doc directory as argument. Check that warnings listed in
3301 'gcc --help' are accepted by the compiler, and listed in the
3304 2008-03-06 Tom Tromey <tromey@redhat.com>
3306 * patch_tester.sh (usage): Watermark is not lexicographic.
3307 Load $STATE/defaults if it exists.
3309 (apply_patch): Handle deletions.
3310 (bootntest): Handle default settings.
3312 2008-03-05 Jakub Jelinek <jakub@redhat.com>
3314 * gennews (files): Reference GCC 4.3 web pages.
3316 2008-02-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3318 * check_warning_flags.sh: New file.
3320 2008-01-25 Joseph Myers <joseph@codesourcery.com>
3322 * paranoia.cc (main): Remove handling of c4x_single and
3323 c4x_extended formats.
3325 2007-12-26 Sebastian Pop <sebastian.pop@amd.com>
3327 * compareSumTests3: Changed to GPLv3.
3328 * prepare_patch.sh: Same.
3332 * texi2pod.pl: Same.
3333 * analyze_brprob: Same.
3336 2007-12-26 Sebastian Pop <sebastian.pop@amd.com>
3338 * patch_tester.sh: Changed to GPLv3.
3340 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3342 * patch_tester.sh: Don't save the script anymore.
3344 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3346 * patch_tester.sh: New.
3347 * prepare_patch.sh: New.
3349 2007-11-26 Alexandre Oliva <aoliva@redhat.com>
3351 * compare-debug: Introduce -p flag to preserve .stripped files.
3353 2007-10-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3355 * texi2pod.pl: Handle @asis.
3356 (postprocess): Move @gccoptlist{} after all formatting commands.
3358 2007-10-01 Alexandre Oliva <aoliva@redhat.com>
3360 * compare-debug: Avoid spurious errors when .stripped files
3363 2007-09-22 Hans-Peter Nilsson <hp@axis.com>
3365 * warn_summary (srcdirFilter): Add fixincludes, sim,
3368 2007-08-23 H.J. Lu <hongjiu.lu@intel.com>
3370 * gcc_update: Handle different URL paths and tags.
3372 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3374 * compare-debug: New.
3376 2007-08-16 H.J. Lu <hongjiu.lu@intel.com>
3377 Andreas Schwab <schwab@suse.de>
3379 * gcc_update: Use "svn info" for revision number. Create
3380 gcc/REVISION with branch name and revision number.
3382 2007-08-10 Diego Novillo <dnovillo@google.com>
3384 * gcc.doxy: Rename from tree-ssa.doxy.
3386 2007-08-10 Diego Novillo <dnovillo@google.com>
3388 * tree-ssa.doxy: Update for doxygen 1.5.
3389 Include all the files in the middle and back ends.
3391 2007-06-30 Hans-Peter Nilsson <hp@axis.com>
3393 * gcc_update (files_and_dependencies): Handle
3394 gcc/testsuite/gcc.dg/cpp/direct2s.c.
3396 2007-05-13 Mark Mitchell <mark@codesourcery.com>
3398 * gennews (files): Reference GCC 4.2 web pages.
3400 2007-04-04 Zack Weinberg <zack@mrtock.ucsd.edu>
3402 * texi2pod.pl: Correct handling of @itemize with no argument.
3404 2007-03-17 Hans-Peter Nilsson <hp@axis.com>
3406 * uninclude: New utility, from Alexandre Oliva.
3408 2007-02-26 Dominique Dhumieres <dominiq@lps.ens.fr>
3410 * test_installed: Adjust to the move from g77 to gfortran.
3412 2007-02-16 Matthias Klose <doko@debian.org>
3414 * texi2pod.pl: Handle @subsubsection, ignore @anchor.
3416 2007-02-10 Hans-Peter Nilsson <hp@axis.com>
3418 * test_summary (configflags): Adjust for changes in the
3419 config.status format due to update to autoconf 2.59.
3421 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3423 * gcc_update: Update for configure.in -> configure.ac.
3425 2007-02-06 Richard Sandiford <richard@codesourcery.com>
3427 * texi2pod.pl: Handle @multitable.
3429 2007-01-15 Tom Tromey <tromey@redhat.com>
3431 * download_ecj: New file.
3433 2006-09-27 Matthew Sachs <msachs@apple.com>
3435 * compareSumTests3: POD syntax fix.
3437 2006-09-27 Matthew Sachs <msachs@apple.com>
3439 * dglib.pm: Initial commit.
3440 * compareSumTests3: Initial commit.
3442 2006-09-18 Bernhard Fischer <aldot@gcc.gnu.org>
3444 * dg-cmp-results.sh (compare-$$.awk): Print name[old]
3445 and not non-existing nm[old].
3447 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
3449 Port to hosts whose 'sort' and 'tail' implementations
3450 treat operands with leading '+' as file names, as POSIX
3451 has required since 2001. However, make sure the code still
3452 works on pre-POSIX hosts.
3453 * compare_tests: Don't assume "sort +2" is equivalent to
3454 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3456 2006-06-05 James Lemke <jwlemke@wasabisystems.com>
3458 * dg-cmp-results.sh: New script for comparing DejaGNU logs.
3460 2006-06-02 Richard Earnshaw <rearnsha@arm.com>
3461 Mike Stump <mrs@apple.com>
3463 * compare_tests: Handle multilibs better.
3465 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3467 * texi2pod.pl: Correct handling of absolute @include.
3469 2006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3471 * texi2pod.pl: Handle -I.
3473 2006-02-28 Mark Mitchell <mark@codesourcery.com>
3475 * gennews (files): Update for GCC 4.1.
3477 2006-01-24 Diego Novillo <dnovillo@redhat.com>
3479 * gcc_update (files_and_dependencies): Handle
3480 libgomp/testsuite/Makefile.in.
3482 2006-01-18 Richard Henderson <rth@redhat.com>
3483 Diego Novillo <dnovillo@redhat.com>
3485 * gcc_update (files_and_dependencies): Add libgomp files.
3487 2005-12-06 Ben Elliston <bje@au.ibm.com>
3489 * newcvsroot: Remove.
3491 2005-11-03 Steven Bosscher <stevenb@suse.de>
3493 * gcc_build: Fix my previous checking.
3495 2005-11-01 Joseph S. Myers <joseph@codesourcery.com>
3497 * gcc_update: Include revision number in LAST_UPDATED.
3499 2005-10-30 Steven Bosscher <stevenb@suse.de>
3501 * gcc_build: Use gcc.gnu.org as the default server. Set up
3502 SVN_REPOSITORY correctly. Add support for checking out branches.
3504 2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
3506 * gcc_update: When svn update is called and
3507 --silent is used, pass -q.
3509 2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
3511 * gcc_update: Remove the -q from svn invocation.
3513 2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
3515 * gcc_build: Remove -d from the call to gcc_update.
3517 2005-10-28 Daniel Berlin <dberlin@dberlin.org>
3518 Ben Elliston <bje@au1.ibm.com>
3520 * gcc_update: Update for svn.
3521 * newcvsroot: Ditto.
3524 2005-10-21 Mark Mitchell <mark@codesourcery.com>
3526 * texi2pod.pl: Substitue for @value even when part of @include.
3528 2005-10-21 Bob Wilson <bob.wilson@acm.org>
3530 * texi2pod.pl: Convert two single quotes or two backquotes to
3533 2005-08-23 Ben Elliston <bje@au.ibm.com>
3535 * gcc_update: Update dependencies for libjava/aclocal.m4.
3537 2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
3539 * All files: Update with new FSF address.
3541 2005-07-14 Ben Elliston <bje@au.ibm.com>
3543 * filter_params.pl: Typo fix.
3544 * filter_knr2ansi.pl: Likewise.
3546 2005-06-05 Gerald Pfeifer <gerald@pfeifer.com>
3548 * gennews (files): Update for egcs-1.0 release pages consolidation.
3550 2005-04-17 Joseph S. Myers <joseph@codesourcery.com>
3552 * gennews (files): Update for GCC 4.0.
3554 2005-03-18 Alexandre Oliva <aoliva@redhat.com>
3556 * gcc_update (silent): Unset instead of initializing to null.
3558 2005-03-18 Andreas Schwab <schwab@suse.de>
3560 * gcc_update (apply_patch): Properly quote $1.
3562 2005-03-18 Zack Weinberg <zack@codesourcery.com>
3564 * gcc_update: Add --silent option.
3566 2005-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3568 * warn_summary (keywordFilter): Update sed pattern for new quoting
3571 2005-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3573 * warn_summary: Add -fortran subdir flag.
3574 (subdirectoryFilter): Fix missing ada subdir.
3576 2004-11-20 Hans-Peter Nilsson <hp@bitrange.com>
3578 * gcc_update (touch_files): Don't rely on "make" being GNU make;
3579 grep for "Touching" to determine that the rule executes.
3581 2004-11-14 Hans-Peter Nilsson <hp@bitrange.com>
3583 * gcc_update (touch_files): Explicitly pass --no-print-directory.
3585 2004-11-04 Andrew Pinski <pinskia@physics.uc.edu>
3587 * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
3589 2004-08-04 Paolo Bonzini <bonzini@gnu.org>
3591 * gcc_update: Add fixincludes.
3593 2004-08-26 Matthias Klose <doko@debian.org>
3595 * texi2pod.pl: keep references of the form @ref{...}, print them bold.
3597 2004-08-26 Matthias Klose <doko@debian.org>
3599 * test_summary: Include baseline used for libstdc++-v3 abi check
3602 2004-08-25 Ben Elliston <bje@au.ibm.com>
3604 * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
3606 2004-08-20 Andreas Tobler <a.tobler@schweiz.ch>
3608 * gcc_update (self): libjava/configure.in -> configure.ac. Automake
3611 2004-08-04 Paolo Bonzini <bonzini@gnu.org>
3613 * gcc_update: libjava/configure.ac -> configure.in. Automake
3614 1.4 does not handle configure.ac properly.
3616 2004-08-04 Andreas Schwab <schwab@suse.de>
3618 * gcc_update: libjava/configure.in -> configure.ac.
3620 2004-08-03 Richard Earnshaw <rearnsha@arm.com>
3622 * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
3624 2004-07-16 Jeff Law <law@redhat.com>
3626 * analyze_brprob: Fix comments. More consistent output format.
3628 2004-06-17 Diego Novillo <dnovillo@redhat.com>
3630 * tree-ssa.doxy: Update for doxygen 1.3.5.
3632 2004-06-14 Andreas Jaeger <aj@suse.de>
3634 * gcc_update: boehm-gc/configure.in -> configure.ac.
3636 2004-06-16 Paolo Bonzini <bonzini@gnu.org>
3638 * gcc_update (boehm-gc/configure): Depend on
3639 boehm-gc/configure.ac instead of boehm-gc/configure.in
3641 2004-06-14 Paolo Bonzini <bonzini@gnu.org>
3643 * gcc_update (libmudflap/configure): Depend on
3644 libmudflap/configure.ac instead of libmudflap/configure.in
3646 2004-06-14 Andreas Jaeger <aj@suse.de>
3648 * gcc_update: Add libcpp.
3650 2004-06-10 Andreas Jaeger <aj@suse.de>
3652 * gcc_update: Add libgfortran.
3654 2004-05-29 Andrew Pinski <pinskia@physics.uc.edu>
3656 * gcc_update (libbanshee/configure): Depend on
3657 libbanshee/configure.ac instead of libbanshee/configure.in
3659 2004-05-17 Zack Weinberg <zack@codesourcery.com>
3661 * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
3662 from list of files to be touched.
3663 * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
3665 2004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
3667 * gennews: Update for GCC 3.4.
3669 2004-05-13 Diego Novillo <dnovillo@redhat.com>
3671 Merge from tree-ssa-20020619-branch.
3673 * filter_gcc_for_doxygen: New file.
3674 * filter_knr2ansi.pl: New file.
3675 * filter_params.pl: New file.
3676 * tree-ssa.doxy: New file.
3677 * contrib/gcc_update (files_and_dependencies): Handle
3678 libbanshee and libmudflap.
3680 2004-04-12 Kelley Cook <kcook@gcc.gnu.org>
3681 Andreas Jaeger <aj@suse.de>
3683 * gcc_update (files_and_dependencies): Insert zlib dependencies.
3685 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
3687 * gcc_update (files_and_dependencies): libobjc/configure now
3688 depends on configure.ac, not configure.in.
3690 2004-04-01 Kelley Cook <kcook@gcc.gnu.org>
3692 * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
3694 2004-03-16 Andreas Tobler <a.tobler@schweiz.ch>
3696 * gcc_update (files_and_dependencies): Insert libffi dependencies.
3698 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
3700 * gcc_update (files_and_dependencies): Insert libada/configure.
3702 2004-02-29 Andrew Pinski <pinskia@physics.uc.edu>
3704 * gcc_update (files_and_dependencies): Update intl/configure.in
3705 to intl/configure.ac.
3707 2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
3709 * gcc_update (files_and_dependencies): Update fastjar/configure.in
3710 to fastjar/configure.ac
3712 2004-01-07 Kelley Cook <kcook@gcc.gnu.org>
3714 * gcc_update (files_and_dependencies): Remove non-existant files.
3716 2004-01-05 Kelley Cook <kcook@gcc.gnu.org>
3718 * gcc_update (files_generated): Revert 2003-12-18 change.
3720 2004-01-03 Andrew Pinski <pinskia@physics.uc.edu>
3722 * gcc_update (files_and_dependencies): For gcc directory,
3723 rename configure.in to configure.ac.
3725 2003-12-19 Andreas Tobler <a.tobler@schweiz.ch>
3727 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
3728 remove acconfig.h. No longer used.
3730 2003-12-18 Kelley Cook <kcook@gcc.gnu.org>
3732 * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
3733 gcc/ada/gnat_ug_* to use it.
3735 2003-12-16 James E Wilson <wilson@specifixinc.com>
3737 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
3738 rename configure.in to configure.ac, and stamp-h.in to config-h.in.
3740 2003-12-11 Kelley Cook <kcook@gcc.gnu.org>
3742 * gcc_update (files_and_dependencies): Correct typo in the filename
3745 2003-12-08 Arnaud Charlet <charlet@act-europe.fr
3747 * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
3750 2003-10-16 Mark Mitchell <mark@codesourcery.com>
3752 * gennews (files): Add GCC 3.3 files.
3754 2003-08-21 Mark Mitchell <mark@codesourcery.com>
3756 * gcc_build: Fix handling of -t option. Add -x option.
3758 2003-07-31 Matt Kraai <kraai@alumni.cmu.edu>
3760 * texi2pod.pl: Remove extra line.
3762 2003-07-15 Matt Kraai <kraai@alumni.cmu.edu>
3764 * texi2pod.pl: Default @itemize's parameter to @bullet.
3766 2003-07-12 Zack Weinberg <zack@codesourcery.com>
3768 * gcc_update: gcc/acconfig.h no longer exists.
3770 2003-07-11 Matthias Klose <doko@debian.org>
3772 * test_installed: Add options to run objc tests.
3773 In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
3775 2003-07-04 Zack Weinberg <zack@codesourcery.com>
3777 * gcc_update: Remove gcc/intl/plural.c from list.
3778 Add new generated files intl/plural.c, intl/configure,
3781 2003-06-13 Jason Thorpe <thorpej@wasabisystems.com>
3783 * gcc_update (files_and_dependencies): Add
3784 gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
3785 gcc/testsuite/gcc.dg/cpp/mi1c.h.
3787 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
3789 * paranoia.cc: Fix spelling error.
3791 * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
3794 2003-04-04 Mike Stump <mrs@apple.com>
3796 * compare_tests: Fix exit status and be more flexible with spacing.
3798 2003-03-08 Phil Edwards <pme@gcc.gnu.org>
3800 * test_summary: Add -h, print existing comments as help.
3802 2003-03-03 H.J. Lu <hjl@gnu.org>
3804 * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
3805 * gcc_update: Likewise.
3807 2003-01-19 Alexandre Oliva <aoliva@redhat.com>
3809 * test_summary (configflags): Only use the first match. Remove
3810 excess space. Use sub instead of gsub where possible. Use `none'
3811 if no configure flags were given.
3813 2003-01-10 Loren J. Rittle <ljrittle@acm.org>
3815 * test_summary (configflags): awk portability.
3817 2003-01-07 Alexandre Oliva <aoliva@redhat.com>
3819 * test_summary (configflags): Compute correctly with both
3820 autoconfiscated and Cygnus-style top-level.
3822 2003-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3824 * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
3825 on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
3826 gcc/java/keyword.gperf
3828 2002-12-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3830 * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
3831 depending on gcc/intl/plural.y.
3833 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
3835 * gcc_update (configure): Depend on config/acx.m4 as well.
3837 * gcc_update (configure): Depend on configure.in.
3839 2002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
3841 * texi2pod.pl: Skip contents of @copying.
3843 2002-11-09 Zack Weinberg <zack@codesourcery.com>
3845 * gthr_supp_vxw_5x.c: New file.
3847 2002-10-21 Richard Henderson <rth@redhat.com>
3849 * paranoia.cc (real_c_float::image): Accomodate size of
3850 real_internal format.
3851 (main): Unbuffer stdio. Add real_internal format.
3852 (floor_log2_wide): New.
3854 2002-10-16 Richard Henderson <rth@redhat.com>
3856 * paranoia.cc (ENUM_BITFIELD): New.
3857 (class): Define as klass around real.h.
3858 (real_c_float): Not a template any longer; define MODE as a
3859 class static constant; use real_format elements for SIZE.
3860 Update uses of real_to_decimal and real_to_hexadecimal.
3861 (main): Change -g argument to use a format name.
3862 (mode_for_size): Remove.
3864 2002-09-16 Richard Henderson <rth@redhat.com>
3866 * paranoia.cc: New file.
3868 2002-09-04 Richard Henderson <rth@redhat.com>
3870 * enquire.c: Remove.
3872 2002-08-14 Mark Mitchell <mark@codesourcery.com>
3874 * gennews (files): Add GCC 3.2 files.
3876 2002-07-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3878 * gennews (files): Add proper files for the GCC 3.1 release series.
3879 Simplify and reformat introductory wording.
3881 2002-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
3883 * enquire.c: Move from gcc.
3885 2002-07-16 H.J. Lu <hjl@gnu.org>
3887 * gcc_update (touch_files): Pass -s to ${MAKE}.
3889 2002-06-26 Zack Weinberg <zack@codesourcery.com>
3891 * texi2pod.pl: Correct handling of the internal R<> sequence.
3893 2002-05-31 Florian Weimer <fw@deneb.enyo.de>
3895 * gcc_update (files_and_dependencies): Add generated Texinfo files
3898 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3900 * test_installed: Allow for PWDCMD to override hardcoded pwd.
3901 * test_summary: Likewise.
3903 2002-04-18 Geoffrey Keating <geoffk@redhat.com>
3905 * gcc_update (touch_files): Don't have empty for loop.
3907 2002-04-16 Richard Henderson <rth@redhat.com>
3909 * gcc_update: Remove libchill.
3911 2002-03-25 Zack Weinberg <zack@codesourcery.com>
3913 * texi2pod.pl: Handle @end ftable and @end vtable.
3915 2002-03-11 Zack Weinberg <zack@codesourcery.com>
3917 * texi2pod.pl: Handle @include, @ftable, @vtable.
3918 Reformat some code for clarity.
3920 2002-02-24 Christian Jönsson <c.christian.joensson@telia.com>
3922 * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
3923 WARNING and ERROR output from the *.sum files.
3925 2002-01-26 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3927 * gennews (files): Replace gcc-2.95/gcc-2.95.html,
3928 gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
3929 and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
3931 2002-01-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3933 * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
3934 egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
3935 egcs-1.1/index.html.
3937 2002-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3939 * warn_summary: Add -ada subdirectory flag.
3941 2001-12-12 Matthias Klose <doko@debian.org>
3943 * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
3944 generation of more than one man page from one source.
3945 Add '-' to set of valid chars for an identifier.
3946 Let -D option accept flags of the form <flag>=<value>.
3947 Use \s+ for whitespace detection in '@c man' lines.
3948 Handle @set and @clear independent of $output.
3949 Substitute all @value{}'s in a line.
3951 2001-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
3953 * texi2pod.pl: Handle @ifnottex, @iftex and @display. Handle @var
3954 in verbatim blocks specially. Handle @unnumbered, @unnumberedsec
3955 and @center. Allow [a-z] after @enumerate. Handle 0 and numbers
3956 greater than 9 in enumerations.
3958 2001-11-07 Laurent Guerby <guerby@acm.org>
3960 * gcc_update (files_and_dependencies): Add Ada dependencies.
3962 2001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
3966 2001-09-07 Richard Sandiford <rsandifo@redhat.com>
3969 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
3970 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
3973 2001-09-04 David.Billinghurst <David.Billinghurst@riotinto.com>
3975 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
3976 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
3979 Mon Aug 13 02:29:08 CEST 2001 Jan Hubicka <jh@suse.cz>
3981 * analyze_brprob: Update for changes in gcc debug output.
3983 Sat Jul 28 22:37:49 CEST 2001 Jan Hubicka <jh@suse.cz>
3985 * analyze_brprob: Avoid more overflows.
3987 2001-07-27 Richard Henderson <rth@redhat.com>
3989 * test_summary: Copy LAST_UPDATED UTC time to head of summary.
3991 Fri Jul 27 18:01:21 CEST 2001 Jan Hubicka <jh@suse.cz>
3993 * analyze_brprob: Avoid overflows.
3995 2001-07-27 Richard Henderson <rth@redhat.com>
3997 * gcc_update: Dump timestamp in LAST_UPDATED.
3999 2001-07-26 Andreas Jaeger <aj@suse.de>,
4000 Hans-Peter Nilsson <hp@bitrange.com>
4002 * analyze_brprob: Fix documentation.
4004 Mon Jul 23 15:47:19 CEST 2001 Jan Hubicka <jh@suse.cz>
4006 * analyze_brprob: Fix awk compatibility problems; update comment.
4008 2001-07-23 Andreas Jaeger <aj@suse.de>
4010 * analyze_brprob: Fix more typos.
4012 2001-07-23 Andreas Jaeger <aj@suse.de>
4014 * analyze_brprob: Fix typos.
4016 2001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
4018 * texi2pod.pl: Handle @r inside @item.
4020 2001-07-02 Zack Weinberg <zackw@stanford.edu>
4022 * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
4024 2001-07-01 Zoltan Felleg <zfelleg@telnet.hu>
4026 * warn_summary: Fix typo in a comment.
4028 2001-06-14 Albert Chin-A-Young <china@thewrittenword.com>
4030 * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
4032 2001-06-13 Mark Mitchell <mark@codesourcery.com>
4034 * gennews: Set TERM to vt100 for Lynx.
4036 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4040 Tue Jun 12 12:21:40 CEST 2001 Jan Hubicka <jh@suse.cz>
4042 * analyze_brprob: New file.
4044 2001-06-11 Mark Mitchell <mark@codesourcery.com>
4046 * gcc_build: Output information about the commands used to
4047 configure the compiler.
4049 2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
4051 * gennews: Update for GCC 3.0.
4053 2001-06-02 Joseph S. Myers <jsm28@cam.ac.uk>
4055 * gcc_update: Update for move of documentation to gcc/doc.
4057 2001-05-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4059 * contrib/test_summary (files): Sort before evaluating.
4061 2001-05-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4063 * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
4065 2001-05-21 Mark Mitchell <mark@codesourcery.com>
4067 * gcc_build: Use -d when invoking gcc_update.
4069 2001-05-18 Andreas Jaeger <aj@suse.de>
4071 * gcc_update: Add rules for libf2c/libI77.
4073 2001-05-17 Alexandre Oliva <aoliva@redhat.com>
4075 * gcc_update (touch_files): Use simpler, yet as portable, syntax.
4077 2001-05-14 Loren J. Rittle <ljrittle@acm.org>
4079 * gcc_update (touch_files): Enhance make portability.
4081 2001-05-14 Alexandre Oliva <aoliva@redhat.com>
4083 * gcc_update (touch_files): Use a Makefile to touch files.
4085 2001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
4087 * texi2pod.pl: Add copyright and GPL notices.
4089 2001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
4091 * texi2pod.pl: Handle "\,".
4093 2001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
4095 * texi2pod.pl: Fix regular expression for @r to avoid exponential
4096 recursion. From Russ Allbery <rra@stanford.edu>. Remove perl
4099 2001-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4101 * warn_summary (stageNfilter): Update for recent changes in
4104 2001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
4106 * texi2pod.pl: Require at least perl 5.6.0.
4108 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
4110 * gcc_update: Add gcc/gcc.1 to generated files.
4111 * texi2pod.pl: Handle @r and @gccoptlist. Handle @gol. Handle
4112 discarding to end of sentence with @xref where the sentence has an
4113 interior "." in markup, and handle discarding parentheses around
4116 2001-01-11 Bernd Schmidt <bernds@redhat.com>
4118 * gennews: Add gcc-2.95.3.
4120 2001-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
4122 * texi2pod.pl: Handle @gcctabopt and @env in tables. Handle
4123 @command. Format URLs and email addresses in bold.
4125 2001-01-03 Joseph S. Myers <jsm28@cam.ac.uk>
4127 * gcc_update: Add cpp.1 to the list of generated files.
4129 * texi2pod.pl: Handle @option and @env.
4131 2001-01-03 Mike Stump <mrs@wrs.com>
4133 * snapshot: Update to account for java libraries.
4135 2000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
4137 * test_summary: Export filesuffix, not fileprefix.
4139 2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
4141 * release: Change some EGCS references to GCC.
4143 2000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4145 * warn_summary: Fix subdirectory filtering. Add -intl and -fixinc
4146 subdirectory flags. Add source directory prefix filtering.
4147 Redirect diagnostic output to stderr.
4149 2000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
4151 * texi2pod.pl: If multiple @c man sections with the same tag
4152 appear, concatenate them in the final output. When skipping,
4153 ignore block commands that can't cause skipping, and honor
4154 those that can. Ensure that verbatim blocks are separate
4157 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
4159 * gcc_update: Don't touch tradcif.c or java/parse.h.
4161 2000-12-05 Zack Weinberg <zack@wolery.stanford.edu>
4163 * texi2pod.pl: Restructure for comprehensibility, add
4164 comments. Merge handling of @ignore and @ifxxx. Handle a
4165 whole bunch more Texinfo commands. Use consistent formatting
4168 2000-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
4170 * gennews: New script.
4172 2000-11-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4174 * gcc_update: Update a comment as we now require bison for CVS users.
4176 2000-11-22 Joseph S. Myers <jsm28@cam.ac.uk>
4178 * gcc_update: Add gcov.1 to the list of generated files.
4180 2000-11-21 Mark Mitchell <mark@codesourcery.com>
4182 * gcc_build: Remove code to put information in a log file.
4184 2000-11-19 Zack Weinberg <zackw@stanford.edu>
4187 - Add real command line parsing.
4188 - Support @ifset, @ifclear, @set, @value, -D switch.
4189 - Support @sc. Improve handling of @ref and friends.
4190 - Discard @subsection, @need, @node lines.
4191 - Un-nest font changes to match texinfo semantics.
4192 - Handle @{ and @}. Oops.
4193 - Don't emit E<> directives inside verbatim blocks.
4195 2000-11-12 Bruce Korb <bkorb@gnu.org>
4197 * release: generalize the release script a bit.
4199 Sat Nov 11 17:29:03 2000 Mark P Mitchell <mark@codesourcery.com>
4201 * gcc_build: Add -o option for setting the objdir to use.
4203 2000-11-11 Jeff Law <law@redhat.com>,
4205 * release: New file.
4207 2000-11-08 Jeff Law <law@redhat.com>,
4208 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4210 * snapshot: New file.
4212 2000-11-08 Jeffrey Oldham <oldham@oz.codesourcery.com>
4214 * gcc_build (bootstrap_gcc): New function.
4215 (configure_gcc): Likewise.
4216 (build_gcc): Rewritten to use configure and bootstrap.
4217 (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
4219 2000-10-31 Mark Mitchell <mark@codesourcery.com>
4221 * gcc_build (MAKE): New variable.
4222 (build_gcc): Use it. Fix logging of errors.
4223 (install_gcc): Likewise.
4225 2000-10-29 Mark Mitchell <mark@codesourcery.com>
4227 * gcc_build: Save the output from CVS into the logfile as well.
4229 2000-10-25 Mark Mitchell <mark@codesourcery.com>
4231 * gcc_build: Fix typos.
4233 2000-10-14 Joseph S. Myers <jsm28@cam.ac.uk>
4235 * gperf-2.7-19981006.pat: Remove.
4237 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
4239 * test_installed: Change EGCS references to refer to GCC.
4241 2000-09-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4243 * gcc_update (touch_files): Add some informative output.
4245 2000-09-16 Andreas Jaeger <aj@suse.de>
4247 * gcc_update: Remove gcc/c-parse.gperf.
4249 2000-08-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>,
4250 Alexandre Oliva <aoliva@redhat.com>
4252 * gcc_update: Execute touch_files_reexec even if `cvs update`
4255 2000-08-09 Alexandre Oliva <aoliva@redhat.com>
4257 * test_summary: AWK breaks with filenames containing `='.
4259 Sun Jul 16 12:04:33 2000 Mark P Mitchell <mark@codesourcery.com>
4261 * gcc_build: New script.
4263 2000-07-13 Mark Mitchell <mark@codesourcery.com>
4265 * gcc_update (files_and_dependencies): Remove generated YACC files.
4267 2000-07-12 Mark Mitchell <mark@codesourcery.com>
4269 * gcc_update (files_and_dependencies): Remove generated YACC files.
4271 2000-06-04 Mark Mitchell <mark@codesourcery.com>
4273 * newcvsroot: Handle filenames that contain spaces.
4275 2000-06-03 Zack Weinberg <zack@wolery.cumb.org>
4277 * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
4278 Elide --with-gcc-version-trigger and --norecursion from
4279 configure flags. Remove code to report status of haifa scheduler.
4281 2000-05-18 Alexandre Oliva <aoliva@cygnus.com>
4283 * gcc_update (self): Set to `$0'.
4284 (touch_files_reexec): Use `$self' instead of `$0'.
4286 2000-05-12 Alexandre Oliva <aoliva@cygnus.com>
4288 * gcc_update (touch_files_reexec): New function, run after the
4291 2000-05-08 Richard Hendeson <rth@cygnus.com>
4293 * gcc_update: Remove references to inclhack.tpl.
4295 2000-04-28 Jason Merrill <jason@casey.cygnus.com>
4297 * index-prop: Use a single pattern. Also support *** cdiffs.
4299 2000-04-28 Pavel Roskin <pavel_roskin@geocities.com>
4301 * index-prop: Don't change /dev/null.
4303 2000-04-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4305 * gcc_update: Refer to GCC and gcc_update instead of egcs and
4308 2000-04-26 Jonathan Larmour <jlarmour@redhat.co.uk>
4310 * index-prop: Fix occasional problem when using cvs diff -p.
4312 2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
4314 * gcc_update: Remove references to cexp.c/cexp.y.
4316 1999-12-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4318 * newcvsroot: Add check on the number of command-line arguments.
4321 Sun Nov 28 00:41:44 1999 William Bader (william@nscs.fast.net)
4323 * gcc_update: Allow patches compressed by bzip2.
4325 1999-10-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
4327 * newcvsroot: New file.
4329 1999-09-11 Craig Burley <craig@jcb-sc.com>
4331 * convert_to_f2c, convert_to_g2c, download_f2c: New file.
4333 1999-08-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4335 * gcc_update: New file.
4336 * egcs_update: Renamed to gcc_update.
4338 1999-08-09 Robert Lipe <robertlipe@usa.net>
4340 * test_summary: Quote curly braces in 1999-07-03 change.
4342 1999-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
4344 * egcs_update (files_and_dependencies): Fixed typo in
4345 gcc/cstamp-h.in. Added gcc/config.in.
4347 1999-07-27 Alexandre Oliva <oliva@dcc.unicamp.br>
4349 * egcs_update (files_and_dependencies): New function, with
4350 complete list of files to be updated, as well as their
4352 (touch_files): Check the timestamp of each generated file against
4354 (main): New flags --touch, --list and --help. Remove the
4357 1999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
4359 * test_summary: Replace egcs with gcc. Update e-mail address.
4361 1999-07-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4362 Jerry Quinn <jquinn@nortelnetworks.com>
4364 * egcs_update (touch_files, apply_patch): New functions.
4365 Use them. New command-line option --patch. Split test of local
4366 tree into two parts. Add comments.
4368 1999-07-03 Alexandre Oliva <oliva@dcc.unicamp.br>
4370 * test_summary: If Target is `unix{*}', append the Target variants
4373 1999-06-12 Alexandre Oliva <oliva@dcc.unicamp.br>
4375 * test_summary: Set default mail-address and version for egcs
4376 instead of relying on unpredictable pathnames.
4377 Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
4379 Fri Apr 2 16:09:02 1999 Jeffrey A Law (law@cygnus.com)
4381 * fixinc/*: Delete obsolete files.
4383 1999-02-04 Robert Lipe <robertlipe@usa.net>
4385 * egcs_update: Test return values of 'cvs update'. Propogate
4386 to caller as exit values.
4388 1999-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4390 * egcs_update: Use "if" instead of "&&". Touch generated files
4391 only after the corresponding *.y files.
4393 1999-01-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4395 * egcs_update: Do not use xargs, but a backquote construct.
4397 1999-01-07 Alexandre Oliva <oliva@dcc.unicamp.br>
4399 * test_summary (version): Remove carriage return that gawk inserts
4400 in the version string for some reason.
4402 1998-11-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4404 * egcs_update: Only touch files that already exist.
4406 1998-11-29 Alexandre Oliva <oliva@dcc.unicamp.br>
4408 * test_summary (EOF): Remove double backslash.
4409 Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4411 1998-11-28 Alexandre Oliva <oliva@dcc.unicamp.br>
4413 * test_summary (address): Set to egcs-testresults mailing list.
4415 1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
4417 * test_summary (address): Added Marc Lehmann's testsuite-results
4418 to the default e-mail address.
4420 1998-11-25 Alexandre Oliva <oliva@dcc.unicamp.br>
4422 * test_summary (-p, prepend_logs): Add these before the summary.
4423 (Compiler, Platform): Print these just before configflags.
4425 Sat Oct 31 10:53:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4427 * warn_summary (longLineFilter): New shell function to encapsulate
4428 this functionality. It is off by default, only active if -llf
4430 (subdirectoryFilter): Fix bug in filtering which made some
4431 subdirectory warnings erroneously appear in the toplevel set.
4432 (stageNfilter): Renamed from `stageNwarns'. Updated to collect
4433 warnings from stage1 as well as stage0, which means warnings from
4434 outside the bootstrap directory. Eg, the libraries, etc.
4435 (warningFilter): New shell function to encapsulate this
4437 (keywordFilter): New shell function to encapsulate this
4440 Store data in a temp file rather than calculating it 3x. Arrange
4441 to remove it on exit and signals.
4443 Add -pass/-wpass flags to do "pass through" (i.e. manual
4444 inspection) of bootstrap output from a particular stageN as well
4445 as language subdirs.
4447 Add better comments/documentation.
4449 Sat Oct 31 16:39:31 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4451 * egcs_update: Add comment about keeping the FAQ synchronized.
4453 Fri Oct 30 00:39:27 1998 Jeffrey A Law (law@cygnus.com)
4455 * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
4458 Fri Oct 16 07:35:00 1998 Bruce Korb <korb@datadesign.com>
4460 * egcs_update: Added gcc/fixinc/* generated files to touch list.
4462 Tue Oct 13 23:28:33 1998 Jeffrey A Law (law@cygnus.com)
4464 * egcs_update: Remove gcc/java/parse.c from list of files to
4467 Wed Oct 7 13:00:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4469 * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
4471 Mon Oct 5 14:19:48 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4473 * warn_summary (subdirectoryFilter): New shell function to
4474 optionally filter in/out gcc subdirectories when summarizing
4475 warnings. Add new flags to support subdirectory filtering.
4477 Also, ensure the bootstrap stage is a number. Add some more C
4478 keywords that are preserved in the "warning type" summary and
4479 tighten up the "arg ???" regexp.
4481 Tue Sep 22 07:30 Bruce Korb <korb@datadesign.com>
4483 * fixinc/inclhack.def: Not all C++ comments in C headers
4484 were treated alike. They are now. Also fixed syntax
4485 of sed expression in "systypes" fix.
4487 * fixinc/inclhack.def: Removed SVR4.2-ism from shell invocation
4489 * egcs_update: Added fixinc/* generated files to touch list.
4491 Wed Sep 16 16:06:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4493 * egcs_update: Additionally touch gcc/java/parse.[ch].
4495 Thu Sep 9 16:48 Bruce Korb <korb@datadesign.com>
4497 * fixinc/inclhack.def: Added two files required by
4498 SCO's Open Server 5's avoid_bool fix.
4499 Regenerated fixinc.x and inclhack.sh to incorporate
4502 Thu Sep 3 10:11:32 1998 Robert Lipe <robertl@dgii.com>
4504 * egcs_update: Do the pass 1 CVS update only for files that
4505 may reasonably be under CVS control.
4507 1998-08-14 Alexandre Oliva <oliva@dcc.unicamp.br>
4509 * test_installed: New script for testing already-installed
4512 Wed Aug 12 19:59:36 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4514 * egcs_update: Assigned copyright to FSF.
4516 Tue Aug 11 17:55:53 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4517 Alexandre Oliva <oliva@dcc.unicamp.br>
4519 * egcs_update: New switch --nostdflags and documentation
4522 Tue Aug 11 17:33:19 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4524 * egcs_update: New script.
4526 1998-08-05 Bruce Korb <korbb@datadesign.com>
4529 Added define for target machine so machine-specific tests
4530 can be selected for or against.
4533 Added an array of string pointers to machines to select
4534 or avoid, depending on a FD_MACH_IFNOT bit flag.
4535 Used a shell script to match the defined TARGET_MACHINE
4536 with any of the given match patterns.
4538 * fixinc/fixincl.tpl
4539 Generate the array of strings and bit flag, as needed,
4540 depending on "mach" and "not_machine" attributes for a fix.
4542 * fixinc/mkfixinc.sh
4543 Invoke the make with TARGET assigned the value of the
4544 machine name argument.
4546 Mon Jul 27 22:08:12 1998 Mike Stump (mrs@wrs.com)
4548 * compare_tests: New script.
4550 1998-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
4552 * test_summary: Assigned copyright to FSF.
4554 Mon Jul 27 20:33:02 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4556 * test_summary: Corrected script name in comments providing
4557 documentation. Added linebreaks for lines with > 80 characters.
4559 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4561 * test_summary: New switch, -i, and environment variable,
4562 append_logs, for including files in the report.
4564 1998-06-01 Manfred Hollstein <manfred@s-direktnet.de>
4566 * warn_summary: Update to Kaveh's latest version allowing to
4567 specify the last stage built.
4569 1998-05-29 Bruce Korb <korbb@datadesign.com>
4571 * fixinc/mkfixinc.sh
4572 Changes to make it easier to invoke on platforms that
4573 normally do not invoke fixincludes.
4575 * fixinc/inclhack.def
4576 Applied fixes from egcs/gcc/fixincludes from the past several
4579 1998-05-28 Bruce Korb <korbb@datadesign.com>
4581 * fixinc/*: Updated most everything for a first real
4582 try at getting "fast_fixincludes" working.
4584 1998-05-28 Jason Merrill <jason@yorick.cygnus.com>
4586 * index-prop: New file.
4588 Sat May 23 23:38:49 1998 Matthias Klose <doko@cs.tu-berlin.de>
4590 * test_summary: find good awk (copied from warn_summary).
4592 Sat May 23 23:38:33 1998 Jeffrey A Law (law@cygnus.com)
4594 * test_summary, warn_summary: New files