1 2025-01-02 Jakub Jelinek <jakub@redhat.com>
3 * update-copyright.py (GCCFilter): Ignore gen-evolution.awk and
5 (TestsuiteFilter): Ignore spec-example-4.sarif.
6 (LibCppFilter): Ignore uname2c.h.
8 2024-12-10 David Malcolm <dmalcolm@redhat.com>
10 * gcc-changelog/git_commit.py (bug_components): Add
11 'libgdiagnostics' and 'sarif-replay'.
13 2024-12-09 Matthew Malcomson <mmalcomson@nvidia.com>
15 * clang-format: AlwaysBreakAfterReturnType set to
16 TopLevelDefinitions and BraceWrapping.BeforeWhile set to true.
18 2024-12-06 Matthew Malcomson <mmalcomson@nvidia.com>
20 * clang-format: Set BraceWrapping.AfterCaseLabel.
22 2024-12-04 Filip Kastl <fkastl@suse.cz>
24 * check-params-in-docs.py: 'params' -> 'help_params'. Don't
25 convert 'help_params' to a list.
27 2024-12-01 Gabi Falk <gabifalk@gmx.com>
29 * testsuite-management/validate_failures.py: Change re.compile()
30 function arguments to Python raw strings.
32 2024-11-25 Sandra Loosemore <sloosemore@baylibre.com>
34 * config-list.mk: Remove references to Nios II.
36 2024-11-18 David Malcolm <dmalcolm@redhat.com>
39 * regenerate-sarif-spec-index.py: New file.
41 2024-11-17 Jason Merrill <jason@redhat.com>
44 * relpath.sh: New file.
46 2024-11-14 Jeff Law <jlaw@ventanamicro.com>
48 * gcc-changelog/git_update_version.py (ignored_commits): Add
49 another ignored commit.
51 2024-11-14 Jeff Law <jlaw@ventanamicro.com>
53 * gcc-changelog/git_update_version.py (ignored_commits): Add 2
56 2024-11-09 Jakub Jelinek <jakub@redhat.com>
58 * gcc-changelog/git_update_version.py (ignored_commits): Add 2
61 2024-11-09 Andi Kleen <ak@gcc.gnu.org>
63 * gen_autofdo_event.py: Convert strings to raw.
64 Add fallback to using builtin perf event list.
66 2024-10-09 René Rebe <rene@exactcode.de>
68 * config-list.mk (LIST): no --enable-obsolete for ia64-linux.
70 2024-10-08 Jakub Jelinek <jakub@redhat.com>
72 * unicode/README: Update glibc git commit hash, replace
73 Unicode 15 or 15.1 versions with 16.
74 * unicode/gen_libstdcxx_unicode_data.py: Use 160000 instead of
75 150100 in _GLIBCXX_GET_UNICODE_DATA test.
76 * unicode/from_glibc/utf8_gen.py: Updated from glibc
77 064c708c78cc2a6b5802dce73108fc0c1c6bfc80 commit.
78 * unicode/DerivedCoreProperties.txt: Updated from Unicode 16.0.
79 * unicode/emoji-data.txt: Likewise.
80 * unicode/PropList.txt: Likewise.
81 * unicode/GraphemeBreakProperty.txt: Likewise.
82 * unicode/DerivedNormalizationProps.txt: Likewise.
83 * unicode/NameAliases.txt: Likewise.
84 * unicode/UnicodeData.txt: Likewise.
85 * unicode/EastAsianWidth.txt: Likewise.
87 2024-09-18 Filip Kastl <fkastl@suse.cz>
89 * check-params-in-docs.py: Skip tables of values of a param.
90 Remove code that skips items beginning with a number.
92 2024-08-01 Thomas Schwinge <tschwinge@baylibre.com>
94 * gcc_update (files_and_dependencies): Update for
95 'libformat_parser' in libgrust.
97 2024-07-19 Richard Biener <rguenther@suse.de>
99 * gcc-changelog/git_update_version.py: Remove gcc-11 branch.
101 2024-07-13 Richard Sandiford <richard.sandiford@arm.com>
103 * check-MAINTAINERS.py (sort_by_surname): Replace with...
104 (get_surname): ...this.
105 (has_tab, is_empty): Delete.
106 (check_group): Take a list of column positions as argument.
107 Check that lines conform to these column numbers. Check that the
108 final column is an email in angle brackets. Record surnames on
110 (top level): Reject tabs. Use paragraph counts to identify which
111 groups of lines should be checked. Report missing sections.
113 2024-06-05 Robin Dapp <rdapp@ventanamicro.com>
115 * check_GNU_style_lib.py: Use raw strings for regexps.
117 2024-05-21 Tobias Burnus <tburnus@baylibre.com>
119 * gcc-changelog/git_update_version.py: Add '-i'/'--ignore' argument
120 to add to-be-ignored commits via the command line.
121 (ignored_commits): Rename from IGNORED_COMMITS and change
122 type from tuple to set.
123 (prepend_to_changelog_files): Show git hash if errors occurred.
124 (update_current_branch): Mark argument as optional by defaulting
127 2024-05-14 Filip Kastl <fkastl@suse.cz>
129 * check-MAINTAINERS.py: Add warning about not using tabs.
131 2024-05-09 Jakub Jelinek <jakub@redhat.com>
133 * gcc-changelog/git_update_version.py: Replace
134 9dbff9c05520a74e6cd337578f27b56c941f64f3 with
135 39f81924d88e3cc197fc3df74204c9b5e01e12f7 and
136 109f1b28fc94c93096506e3df0c25e331cef19d0 in IGNORED_COMMITS.
138 2024-05-09 Jakub Jelinek <jakub@redhat.com>
140 * gcc-changelog/git_update_version.py: Add
141 9dbff9c05520a74e6cd337578f27b56c941f64f3 to IGNORED_COMMITS.
143 2024-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
145 * make_sunver.pl: Use File::Basename;
147 Convert libtool object/archive names to underlying
150 2024-05-07 Jakub Jelinek <jakub@redhat.com>
152 * gennews (files): Add files for GCC 14.
154 2024-05-06 Ken Matsui <kmatsui@gcc.gnu.org>
156 * gcc-changelog/git_check_commit.py: Implement --num-commits.
158 2024-04-26 Jakub Jelinek <jakub@redhat.com>
160 * gcc-changelog/git_update_version.py (active_refs): Add
163 2024-04-18 Sandra Loosemore <sloosemore@baylibre.com>
165 * config-list.mk (LIST): --enable-obsolete for nios2*-*-*.
167 2024-04-12 Filip Kastl <fkastl@suse.cz>
169 * check-params-in-docs.py: Ignore target specific params.
171 2024-04-11 Martin Jambor <mjambor@suse.cz>
173 * check-params-in-docs.py (ignored): Add
174 gcn-preferred-vectorization-factor.
176 2024-04-08 Jakub Jelinek <jakub@redhat.com>
178 * gcc-changelog/git_update_version.py: Add
179 8057f9aa1f7e70490064de796d7a8d42d446caf8 to IGNORED_COMMITS.
181 2024-03-19 Jonathan Wakely <jwakely@redhat.com>
183 * unicode/gen_libstdcxx_unicode_data.py: Fix header of generated
184 file to name the correct script.
186 2024-03-18 Jonathan Wakely <jwakely@redhat.com>
188 * gcc_update: Add more generated files in libcc1, lto-plugin,
189 fixincludes, and libstdc++-v3.
191 2024-03-08 Sam James <sam@gentoo.org>
194 * dg-extract-results.sh: Check for python3 before python. Check for
197 2024-03-07 Filip Kastl <fkastl@suse.cz>
199 * test_mklog.py: "Moved to..." -> "Move to..."
201 2024-03-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
203 * mklog.py: Use present tense in ChangeLog.
205 2024-02-29 Andrew Pinski <quic_apinski@quicinc.com>
207 * gcc-changelog/git_commit.py (bug_components): Add libcc1.
209 2024-02-23 Richard Biener <rguenther@suse.de>
212 * config-list.mk (LIST): --enable-obsolete for ia64*-*-*.
214 2024-02-05 Jakub Jelinek <jakub@redhat.com>
216 * test_installed: Fill in HOSTCC, HOSTCXX, HOSTCFLAGS and
219 2024-02-04 Jonathan Wakely <jwakely@redhat.com>
221 * unicode/gen_libstdcxx_unicode_data.py: Add copyright and
222 license text to the output.
224 2024-01-11 Paul Iannetta <piannetta@kalrayinc.com>
226 * dg-extract-results.py: Make the test_run regex case
229 2024-01-09 Jonathan Wakely <jwakely@redhat.com>
231 * unicode/gen_libstdcxx_unicode_data.py: Print out Gcb_property
232 enumerators in the order they're seen, not alphabetical order.
234 2024-01-08 Jonathan Wakely <jwakely@redhat.com>
236 * unicode/README: Add notes about generating libstdc++ tables.
237 * unicode/GraphemeBreakProperty.txt: New file.
238 * unicode/emoji-data.txt: New file.
239 * unicode/gen_libstdcxx_unicode_data.py: New file.
241 2024-01-05 Jonathan Wakely <jwakely@redhat.com>
243 * analyze_brprob.py: Remove stray text at end of comment.
244 * analyze_brprob_spec.py: Likewise.
245 * check-params-in-docs.py: Likewise.
246 * check_GNU_style.py: Likewise.
247 * check_GNU_style_lib.py: Likewise.
248 * filter-clang-warnings.py: Likewise.
249 * gcc-changelog/git_check_commit.py: Likewise.
250 * gcc-changelog/git_commit.py: Likewise.
251 * gcc-changelog/git_email.py: Likewise.
252 * gcc-changelog/git_repository.py: Likewise.
253 * gcc-changelog/git_update_version.py: Likewise.
254 * gcc-changelog/test_email.py: Likewise.
255 * gen_autofdo_event.py: Likewise.
256 * mark_spam.py: Likewise.
257 * unicode/gen-box-drawing-chars.py: Likewise.
258 * unicode/gen-combining-chars.py: Likewise.
259 * unicode/gen-printable-chars.py: Likewise.
260 * unicode/gen_wcwidth.py: Likewise.
262 2024-01-05 Jonathan Wakely <jwakely@redhat.com>
264 * unicode/gen_wcwidth.py: Add sys.argv[0] to usage error.
266 2024-01-03 Jakub Jelinek <jakub@redhat.com>
268 * update-copyright.py (GenericFilter): Skip gpl_v3_without_node.texi.
269 (GCCFilter): Skip GmcOptions.cc.
271 2023-12-21 Alexandre Oliva <oliva@adacore.com>
273 * compare_tests: Add tool to test lines. Match tabs besides
274 blanks to insert tool and target. Don't print undefined fname.
276 2023-12-20 Jason Merrill <jason@redhat.com>
278 * gcc-git-customization.sh: Add git gcc-style alias.
280 2023-12-14 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
281 Arthur Cohen <arthur.cohen@embecosm.com>
283 * gcc_update: Add libgrust file dependencies.
285 2023-12-14 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
286 Arthur Cohen <arthur.cohen@embecosm.com>
288 * gcc-changelog/git_commit.py: Add libgrust.
290 2023-12-13 Arsen Arsenović <arsen@aarsen.me>
292 * download_prerequisites
293 <arg parse>: Parse --only-gettext.
294 (echo_archives): Check only_gettext and stop early if true.
295 (helptext): Document --only-gettext.
297 2023-12-02 Richard Sandiford <richard.sandiford@arm.com>
299 * config-list.mk (OPT_IN_LANGUAGES): New variable.
300 ($(LIST)): Replace --enable-languages=all with a specifc list.
301 Disable fortran on bpf and mmix. Enable the languages in
304 2023-11-14 Jakub Jelinek <jakub@redhat.com>
306 * unicode/README: Adjust glibc git commit hash, number of Unicode
307 data files to be updated and latest Unicode version.
308 * unicode/from_glibc/utf8_gen.py: Update from glibc.
309 * unicode/UnicodeData.txt: Update from Unicode 15.1.
310 * unicode/EastAsianWidth.txt: Likewise.
311 * unicode/DerivedNormalizationProps.txt: Likewise.
312 * unicode/NameAliases.txt: Likewise.
313 * unicode/DerivedCoreProperties.txt: Likewise.
314 * unicode/PropList.txt: Likewise.
316 2023-11-14 Jakub Jelinek <jakub@redhat.com>
318 * gcc-changelog/git_update_version.py: Add
319 040e5b0edbca861196d9e2ea2af5e805769c8d5d to ignored commits.
321 2023-11-13 Arsen Arsenović <arsen@aarsen.me>
323 * prerequisites.sha512: Add gettext.
324 * prerequisites.md5: Add gettext.
325 * download_prerequisites: Add gettext.
327 2023-10-05 Andrea Corallo <andrea.corallo@arm.com>
329 * mdcompact/mdcompact-testsuite.el: New file.
330 * mdcompact/mdcompact.el: Likewise.
331 * mdcompact/tests/1.md: Likewise.
332 * mdcompact/tests/1.md.out: Likewise.
333 * mdcompact/tests/2.md: Likewise.
334 * mdcompact/tests/2.md.out: Likewise.
335 * mdcompact/tests/3.md: Likewise.
336 * mdcompact/tests/3.md.out: Likewise.
337 * mdcompact/tests/4.md: Likewise.
338 * mdcompact/tests/4.md.out: Likewise.
339 * mdcompact/tests/5.md: Likewise.
340 * mdcompact/tests/5.md.out: Likewise.
341 * mdcompact/tests/6.md: Likewise.
342 * mdcompact/tests/6.md.out: Likewise.
343 * mdcompact/tests/7.md: Likewise.
344 * mdcompact/tests/7.md.out: Likewise.
346 2023-10-03 Martin Jambor <mjambor@suse.cz>
348 * mklog.py (skip_line_in_changelog): Compare to None using is instead
349 of ==, add an extra newline after the function.
351 2023-10-02 Iain Sandoe <iain@sandoe.co.uk>
353 * config-list.mk: Add newer Darwin versions, trim one older.
354 Remove cases with no OS version, which is not supported for cross-
357 2023-09-29 Patrick O'Neill <patrick@rivosinc.com>
359 * check_GNU_style_lib.py: Skip machine description file bracket linting.
361 2023-09-29 Paul Iannetta <piannetta@kalrayinc.com>
363 * dg-extract-results.py: Print the "Test run" line.
364 * dg-extract-results.sh: Print the "Host" line.
366 2023-09-12 Jonathan Wakely <jwakely@redhat.com>
369 * gcc_update: Quote variable.
371 2023-09-11 Jonathan Wakely <jwakely@redhat.com>
374 * gcc-git-customization.sh: Check for getent before using it.
377 2023-09-07 Tobias Burnus <tobias@codesourcery.com>
379 * gcc-changelog/git_commit.py (GitCommit.__init__,
380 to_changelog_entries): Fix lost wording fix.
382 2023-09-07 Tobias Burnus <tobias@codesourcery.com>
384 * gcc-changelog/git_commit.py (GitCommit.__init__):
385 Handle commit_to_info_hook = None; otherwise, if None,
387 (to_changelog_entries): Handle commit_to_info_hook = None;
388 if info is None, create a warning for it.
389 * gcc-changelog/git_email.py (GitEmail.__init__):
390 call super() with commit_to_info_hook=None instead
391 of a lambda function.
393 2023-09-07 Tobias Burnus <tobias@codesourcery.com>
396 2023-09-07 Tobias Burnus <tobias@codesourcery.com>
398 * gcc-changelog/git_commit.py (GitCommit.__init__):
399 Handle commit_to_info_hook = None; otherwise, if None,
401 (to_changelog_entries): Handle commit_to_info_hook = None;
402 if info is None, create a warning for it.
403 * gcc-changelog/git_email.py (GitEmail.__init__):
404 call super() with commit_to_info_hook=None instead
407 2023-09-07 Tobias Burnus <tobias@codesourcery.com>
409 * gcc-changelog/git_commit.py (GitCommit.__init__):
410 Handle commit_to_info_hook = None; otherwise, if None,
412 (to_changelog_entries): Handle commit_to_info_hook = None;
413 if info is None, create a warning for it.
414 * gcc-changelog/git_email.py (GitEmail.__init__):
415 call super() with commit_to_info_hook=None instead
418 2023-09-04 Marc Poulhiès <dkm@kataplop.net>
420 * mklog.py: Leave SOB lines after changelog.
421 * prepare-commit-msg: Apply most shellcheck suggestions.
423 2023-08-29 Lehua Ding <lehua.ding@rivai.ai>
425 * mklog.py: Fix bugs.
427 2023-08-16 Andrew Pinski <apinski@marvell.com>
429 * gcc_update: Add libstdc++-v3/include/bits/version.h.
431 2023-07-13 Lehua Ding <lehua.ding@rivai.ai>
433 * mklog.py: Add --append option.
435 2023-07-07 Richard Biener <rguenther@suse.de>
437 * gcc-changelog/git_update_version.py: Remove GCC 10 from
440 2023-06-22 David Malcolm <dmalcolm@redhat.com>
442 * unicode/gen-box-drawing-chars.py: New file.
443 * unicode/gen-combining-chars.py: New file.
444 * unicode/gen-printable-chars.py: New file.
446 2023-06-17 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
448 * testsuite-management/validate_failures.py (IsInterestingResult):
449 Add result_set argument and use it. Adjust callers.
451 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
453 * testsuite-management/validate_failures.py (TestResult,)
454 (ParseManifestWorker, ParseSummary, Main): Handle new option
457 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
459 * testsuite-management/validate_failures.py (TestResult): Update.
460 (Main): Handle new option "--expiry_date YYYYMMDD".
462 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
464 * testsuite-management/validate_failures.py (ResultSet.update,)
465 (ResultSet.HasTestsuite): New methods.
466 (GetResults): Update.
467 (ParseSummary, CompareResults, PerformComparison, Main): Handle new
468 option --invert_match.
470 2023-06-14 Thiago Bauermann <thiago.bauermann@linaro.org>
472 * testsuite-management/validate_failures.py (TestResult): Improve error
475 2023-06-14 Christophe Lyon <christophe.lyon@linaro.org>
477 * testsuite-management/validate_failures.py (_EXP_LINE_FORMAT,)
478 (_EXP_LINE_REX, ResultSet): Support "$tool:" prefix in exp names.
480 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
482 * testsuite-management/validate_failures.py (Main): Use exit code "2"
483 to indicate regression.
485 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
487 * testsuite-management/validate_failures.py (_VALID_TEST_RESULTS_REX):
489 (TestResult): Use _VALID_TEST_RESULTS_REX.
491 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
493 * testsuite-management/validate_failures.py: Add more verbosity levels.
495 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
497 * testsuite-management/validate_failures.py: Simplify GetManifestPath().
499 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
501 * testsuite-management/validate_failures.py (GetResults): Update.
502 (CompareBuilds): Read in manifest.
504 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
506 * testsuite-management/validate_failures.py (ParseManifestWorker):
507 Support expiry attributes in manifests.
508 (ParseSummary): Add a comment.
510 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
512 * testsuite-management/validate_failures.py: Avoid testsuite
515 2023-06-13 Andi Kleen <ak@linux.intel.com>
517 * gen_autofdo_event.py: Update for download server changes
519 2023-06-03 Lehua Ding <lehua.ding@rivai.ai>
521 * clang-format (ForEachMacros): Add missing cases
522 for EXECUTE_IF_... macros.
524 2023-05-18 Jonathan Wakely <jwakely@redhat.com>
527 * bench-stringop: Use = operator instead of ==.
528 * repro_fail: Likewise.
530 2023-04-28 Martin Liska <mliska@suse.cz>
532 * filter_gcc_for_doxygen: Use python3 and not python2.
533 * filter_params.py: Likewise.
535 2023-04-26 Jakub Jelinek <jakub@redhat.com>
537 * gennews (files): Add files for GCC 13.
539 2023-04-17 Jakub Jelinek <jakub@redhat.com>
541 * gcc-changelog/git_update_version.py (active_refs): Add
544 2023-03-16 Jakub Jelinek <jakub@redhat.com>
546 * unicode/README: Update to mention also makeuname2c.
547 * unicode/NameAliases.txt: New file.
549 2023-03-13 Lewis Hyatt <lhyatt@gmail.com>
551 * unicode/DerivedCoreProperties.txt: Update to Unicode 15.
552 * unicode/DerivedNormalizationProps.txt: Likewise.
553 * unicode/EastAsianWidth.txt: Likwise.
554 * unicode/PropList.txt: Likewise.
555 * unicode/README: Likewise.
556 * unicode/UnicodeData.txt: Likewise.
558 2023-02-22 Thomas Schwinge <thomas@codesourcery.com>
560 * config-list.mk (LIST): Clarify i686-symbolics-gnu to i686-gnu.
562 2023-02-17 Petr Sumbera <petr.sumbera@oracle.com>
564 * make_sunver.pl: Escape brace.
566 2023-02-10 Flavio Cruz <flaviocruz@gmail.com>
568 * config-list.mk: Add x86_64-gnu to list of archs.
570 2023-01-19 Gaius Mulley <gaiusmod2@gmail.com>
572 * gcc_update (files_and_dependencies): Add dependencies for
573 gcc/m2/gm2config.h.in, gcc/m2/configure,
574 gcc/m2/gm2-libs/config-host, libgm2/Makefile.in,
575 libgm2/aclocal.m4, libgm2/libm2cor/Makefile.in,
576 libgm2/libm2pim/Makefile.in, libgm2/libm2iso/Makefile.in,
577 libgm2/libm2log/Makefile.in and libgm2/libm2min/Makefile.in.
579 2023-01-17 Martin Liska <mliska@suse.cz>
581 * update-copyright.py: Ignore test_patches.txt.
583 2023-01-17 Martin Liska <mliska@suse.cz>
585 * gcc-changelog/test_patches.txt: The CR character was removed
586 with ./contrib/update-copyright.py which I'm going to change.
588 2023-01-16 Jakub Jelinek <jakub@redhat.com>
591 * update-copyright.py (LibPhobosFilter): Add __builtins.di to
594 2023-01-16 Jakub Jelinek <jakub@redhat.com>
597 * update-copyright.py (TestsuiteFilter): Add .mod and .rs extensions.
598 (GCCCopyright): Add 'The fast_float authors' as external author.
600 2023-01-15 Gerald Pfeifer <gerald@pfeifer.com>
602 * config-list.mk: Update FreeBSD targets to version 13.
603 Add aarch64-freebsd13.
605 2023-01-12 Gerald Pfeifer <gerald@pfeifer.com>
607 * config-list.mk: Remove i486-freebsd4, ia64-freebsd6, and
610 2023-01-06 Martin Liska <mliska@suse.cz>
612 * update-copyright.py: Add contrib as a default dir.
614 2022-12-28 Martin Liska <mliska@suse.cz>
616 * update-copyright.py: Add contrib folder.
618 2022-12-23 Arsen Arsenović <arsen@aarsen.me>
620 * dg-out-generator.pl: New file.
622 2022-12-21 Martin Liska <mliska@suse.cz>
624 * filter-clang-warnings.py: Simplify.
626 2022-12-21 Martin Liska <mliska@suse.cz>
628 * filter-clang-warnings.py: Skip Makefile and libffi warnings.
630 2022-12-19 Martin Liska <mliska@suse.cz>
632 * gcc-changelog/git_commit.py: Support digits in PR's
633 component in subject.
635 2022-12-19 Martin Liska <mliska@suse.cz>
637 * gcc-changelog/test_email.py: Add new test.
638 * gcc-changelog/test_patches.txt: Add new patch.
640 2022-12-19 Martin Liska <mliska@suse.cz>
642 * gcc-changelog/git_commit.py: Allow digit in component name.
644 2022-12-19 Tobias Burnus <tobias@codesourcery.com>
646 * gcc-changelog/git_check_commit.py (__main__): With -v print a
647 warning for the auto-added files.
648 * gcc-changelog/git_commit.py (GitCommit.__init__): Add self.warnings.
649 (GitCommit.check_mentioned_files): Add warning for auto-added files.
650 (GitCommit.print_warnings): New function.
651 * gcc-changelog/git_email.py (__main__): Remove bogus argument to
652 GitEmail constructor; print auto-added-files warning.
653 * gcc-changelog/test_email.py (test_auto_add_file_1,
654 test_auto_add_file_2): New tests.
655 * gcc-changelog/test_patches.txt: Add two test cases.
657 2022-12-19 Martin Liska <mliska@suse.cz>
659 * gcc-changelog/setup.cfg: Do not use flake8 pytest plug-in.
661 2022-12-16 Martin Liska <mliska@suse.cz>
663 * filter-clang-warnings.py: Print each warning only one time.
665 2022-12-16 Martin Liska <mliska@suse.cz>
667 * gcc-changelog/git_email.py: Use PatchSet constructor
668 as newline argument is not supported with older unidiff
671 2022-12-16 Tobias Burnus <tobias@codesourcery.com>
673 * gcc-changelog/git_email.py (GitEmail:__init__): Support older
674 unidiff.PatchSet that do not have a newline= argument
677 2022-12-14 Martin Liska <mliska@suse.cz>
679 * analyze_brprob.py: Add copyright header.
680 * analyze_brprob_spec.py: Likewise.
681 * check-params-in-docs.py: Likewise.
682 * check_GNU_style.py: Likewise.
683 * check_GNU_style_lib.py: Likewise.
684 * filter-clang-warnings.py: Likewise.
685 * gcc-changelog/git_check_commit.py: Likewise.
686 * gcc-changelog/git_commit.py: Likewise.
687 * gcc-changelog/git_email.py: Likewise.
688 * gcc-changelog/git_repository.py: Likewise.
689 * gcc-changelog/git_update_version.py: Likewise.
690 * gcc-changelog/test_email.py: Likewise.
691 * mark_spam.py: Likewise.
693 2022-12-14 Martin Liska <mliska@suse.cz>
695 * mklog.py: Check for number of hunks and not if a modified
698 2022-12-12 Martin Liska <mliska@suse.cz>
700 * mklog.py: Do not search PR entry in a file that is binary.
702 2022-12-11 Martin Liska <mliska@suse.cz>
704 * check_GNU_style.py: Use newline=\n.
705 * check_GNU_style_lib.py: Simplify.
706 * gcc-changelog/git_commit.py: Fix issues seen
708 * gcc-changelog/git_email.py: Use newline argument.
709 * gcc-changelog/test_email.py: New test.
710 * gcc-changelog/test_patches.txt: New test.
711 * mklog.py: Use newline argument.
713 2022-12-10 Thomas Schwinge <thomas@codesourcery.com>
715 * gcc-changelog/git_commit.py (default_changelog_locations): Add
717 (bug_components): Add 'rust'.
719 2022-12-10 Gaius Mulley <gaiusmod2@gmail.com>
721 * gcc-changelog/git_commit.py (default_changelog_locations):
722 New entry for gcc/m2. New entry for libgm2.
724 2022-12-06 David Malcolm <dmalcolm@redhat.com>
726 * gcc.doxy (INPUT): Add gcc/analyzer subdirectory.
728 2022-11-25 Martin Liska <mliska@suse.cz>
731 2022-11-25 Martin Liska <mliska@suse.cz>
733 * gcc-changelog/git_commit.py: Temporarily disable
736 2022-11-25 Martin Liska <mliska@suse.cz>
738 * gcc-changelog/git_commit.py: Temporarily disable
741 2022-11-21 Martin Liska <mliska@suse.cz>
744 2022-11-20 Martin Liska <mliska@suse.cz>
746 * gcc-changelog/git_commit.py: Temporarily disable
749 2022-11-20 Martin Liska <mliska@suse.cz>
751 * gcc-changelog/git_commit.py: Temporarily disable
754 2022-11-18 Jakub Jelinek <jakub@redhat.com>
756 * gcc-changelog/git_update_version.py: Add
757 1957bedf29a1b2cc231972aba680fe80199d5498 to ignored commits.
759 2022-11-15 Martin Liska <mliska@suse.cz>
761 * gcc-changelog/git_commit.py: Revert temporary rule
764 2022-11-14 Martin Liska <mliska@suse.cz>
766 * gcc-changelog/git_commit.py: Temporarily disable
769 2022-11-11 Martin Liska <mliska@suse.cz>
771 * gcc-changelog/git_commit.py: Check for a space after leading
773 * gcc-changelog/test_email.py: Likewise.
774 * gcc-changelog/test_patches.txt: Likewise.
776 2022-11-06 Jakub Jelinek <jakub@redhat.com>
778 * gcc-changelog/git_update_version.py: Add
779 e4cba49413ca429dc82f6aa2e88129ecb3fdd943 to ignored commits.
781 2022-11-04 Thomas Schwinge <thomas@codesourcery.com>
783 * gcc-changelog/git_commit.py (default_changelog_locations):
784 Remove 'liboffloadmic'.
785 * gcc_update (files_and_dependencies): Remove 'liboffloadmic'
787 * update-copyright.py (GCCCmdLine): Remove 'liboffloadmic'
790 2022-10-20 Jonathan Wakely <jwakely@redhat.com>
791 Ulrich Drepper <drepper@redhat.com>
793 * gcc_update: Add rule for gcc/cp/std-name-hint.gperf.
795 2022-10-07 Martin Liska <mliska@suse.cz>
797 * gcc-changelog/git_update_version.py: Remove extra fetch.
799 2022-10-06 Martin Liska <mliska@suse.cz>
801 * gcc-changelog/git_update_version.py: Use logging module
802 and provide robust debugging output.
804 2022-10-05 Martin Liska <mliska@suse.cz>
806 * gcc-changelog/git_update_version.py: Do fetch before a push.
808 2022-09-20 Martin Liska <mliska@suse.cz>
810 * filter-clang-warnings.py: Skip egrep: warning: egrep is
811 obsolescent; using grep -E.
813 2022-08-31 Martin Liska <mliska@suse.cz>
815 * config-list.mk: Remove deprecated ports.
817 2022-08-30 Ulrich Drepper <drepper@gmail.com>
819 * gcc_update (files_and_dependencies): Add rule for
820 gcc/cp/std-name-hint.h.
822 2022-08-30 Martin Liska <mliska@suse.cz>
824 * config-list.mk: Remove the port.
826 2022-08-27 Xi Ruoyao <xry111@xry111.site>
828 * gen_autofdo_event.py: Port to Python 3, and use grep -E
831 2022-08-26 Martin Liska <mliska@suse.cz>
833 * config-list.mk: Remove cr16.
835 2022-08-19 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
837 * clang-format: Add further FOR_EACH_ macros.
839 2022-08-18 Andrea Corallo <andrea.corallo@arm.com>
841 * git-fetch-vendor.sh : Fix typo.
843 2022-08-02 Martin Liska <mliska@suse.cz>
845 * gcc-changelog/git_commit.py: Do not deduce changelog for root ChangeLog.
847 2022-07-22 Martin Liska <mliska@suse.cz>
849 * git-commit-mklog.py: Do not parse -b argument.
850 Pass mklog_args as json environment variable.
851 * mklog.py: Parse GCC_MKLOG_ARGS and append it to sys.argv.
852 * prepare-commit-msg: Do not append GCC_MKLOG_ARGS to args.
854 2022-07-22 Martin Liska <mliska@suse.cz>
856 * mklog.py: Use component: [PR xyz] only when one PR is used.
858 2022-07-04 Martin Liska <mliska@suse.cz>
860 * git-descr.sh: By default print revision for HEAD.
862 2022-06-28 Lewis Hyatt <lhyatt@gmail.com>
864 * unicode/README: Added instructions for updating ucnid.h.
865 * unicode/DerivedCoreProperties.txt: New file added to source
866 control from Unicode 14.0 release.
867 * unicode/DerivedNormalizationProps.txt: Likewise.
869 2022-06-26 Lewis Hyatt <lhyatt@gmail.com>
871 * unicode/EastAsianWidth.txt: Update to Unicode 14.0.0.
872 * unicode/PropList.txt: Likewise.
873 * unicode/README: Likewise.
874 * unicode/UnicodeData.txt: Likewise.
876 2022-06-25 Jeff Law <jeffreyalaw@gmail.com>
878 * config-list.mk: Remove tilegx and tilepro entries.
879 * gcc_update: Remove tilegx and tilepro entries.
881 2022-05-27 Richard Biener <rguenther@suse.de>
883 * gcc-changelog/git_update_version.py (active_refs): Remove
886 2022-05-06 Jakub Jelinek <jakub@redhat.com>
888 * gennews (files): Add files for GCC 12.
890 2022-04-28 Jakub Jelinek <jakub@redhat.com>
892 * gcc-changelog/git_update_version.py (active_refs): Add
895 2022-04-25 Martin Liska <mliska@suse.cz>
897 * filter-clang-warnings.py: Filter out
898 -Wc++20-attribute-extensions in lex.cc.
900 2022-04-25 Martin Liska <mliska@suse.cz>
902 * filter-clang-warnings.py: Filter out
903 -Wbitwise-instead-of-logical.
905 2022-04-04 Martin Liska <mliska@suse.cz>
907 * gcc-changelog/git_update_version.py: Ignore the revision.
909 2022-03-31 Jakub Jelinek <jakub@redhat.com>
910 Joseph Myers <joseph@codesourcery.com>
913 * gcc_update: Fix up spelling of
914 gcc/config/loongarch/genopts/loongarch-strings dependency.
916 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
917 Lulu Cheng <chenglulu@loongson.cn>
919 * config-list.mk: Add LoongArch triplet.
921 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
922 Lulu Cheng <chenglulu@loongson.cn>
924 * gcc_update (files_and_dependencies): Add
925 config/loongarch/loongarch.opt and config/loongarch/loongarch-str.h.
927 2022-03-28 Martin Liska <mliska@suse.cz>
929 * gcc-changelog/git_commit.py: Match trailing dot literally.
931 2022-03-28 Martin Liska <mliska@suse.cz>
933 * gcc-changelog/git_commit.py: Make the parsing stricter.
935 2022-03-26 Jakub Jelinek <jakub@redhat.com>
937 * gcc-changelog/git_update_version.py: Add
938 3ab5c8cd03d92bf4ec41e351820349d92fbc40c4 to ignored commits.
940 2022-03-10 Jonathan Wakely <jwakely@redhat.com>
943 * gcc-git-customization.sh: Fix non-portable commands.
945 2022-03-10 Jakub Jelinek <jakub@redhat.com>
948 * git-descr.sh: Replace all [1-9] occurrences with [0-9].
949 * git-undescr.sh: Likewise.
951 2022-03-09 Jonathan Wakely <jwakely@redhat.com>
954 * git-descr.sh: Use portable sed commands.
955 * git-undescr.sh: Likewise.
957 2022-03-08 Jonathan Wakely <jwakely@redhat.com>
960 * git-descr.sh: Use portable form of expr match.
962 2022-01-31 Martin Liska <mliska@suse.cz>
964 * analyze_brprob.py: Support more formatted predict.def file.
965 * analyze_brprob_spec.py: Improve output and documentation.
967 2022-01-27 Martin Liska <mliska@suse.cz>
969 * git-undescr.sh: Support full output of git-descr.sh.
971 2022-01-27 Martin Liska <mliska@suse.cz>
972 Martin Jambor <mjambor@suse.cz>
974 * git-descr.sh: New file.
975 * git-undescr.sh: New file.
976 Support optional arguments --long, --short and default
977 to 14 characters of git hash.
978 * gcc-git-customization.sh: Use the created files.
980 2022-01-24 Martin Liska <mliska@suse.cz>
982 * gcc-changelog/git_commit.py: New files in toplev must
983 be explicitly marked as "New file".
984 * gcc-changelog/test_email.py: Test.
985 * gcc-changelog/test_patches.txt: Add test.
987 2022-01-23 Martin Liska <mliska@suse.cz>
989 * filter-clang-warnings.py: Filter out one another warning
992 2022-01-19 Martin Liska <mliska@suse.cz>
994 * check_GNU_style_lib.py: Skip Python files.
996 2022-01-19 Martin Liska <mliska@suse.cz>
998 * git-backport.py: Use it.
999 * git-fix-changelog.py: New file.
1000 * gcc-git-customization.sh: Add new alias git gcc-fix-changelog.
1002 2022-01-17 Martin Liska <mliska@suse.cz>
1004 * git-backport.py: Support renaming of .cc files.
1006 2022-01-17 Martin Liska <mliska@suse.cz>
1008 * filter-clang-warnings.py: Rename .c names to .cc.
1009 * gcc_update: Likewise.
1010 * paranoia.cc: Likewise.
1012 2022-01-17 Martin Liska <mliska@suse.cz>
1014 * maintainers-verify.sh: Removed.
1016 2022-01-13 Martin Liska <mliska@suse.cz>
1018 * git-backport.py: Simplify the script as pre-auto-ChangeLog era
1021 2022-01-11 Martin Liska <mliska@suse.cz>
1023 * check-MAINTAINERS.py: Use sys.argv[1] as path to MAINTAINERS.
1025 2022-01-11 Martin Liska <mliska@suse.cz>
1027 * check-MAINTAINERS.py: New file.
1029 2022-01-03 Jakub Jelinek <jakub@redhat.com>
1031 * update-copyright.py: Add University of Illinois as external author.
1033 2021-12-16 Xionghu Luo <luoxhu@linux.ibm.com>
1035 * analyze_brprob_spec.py: Add verbose argument.
1037 2021-12-06 Martin Liska <mliska@suse.cz>
1039 * filter-clang-warnings.py: Filter out one warning.
1041 2021-11-24 Tobias Burnus <tobias@codesourcery.com>
1043 * download_prerequisites: Update to gmp-6.2.1, mpfr-4.1.0,
1044 mpc-1.2.1 and isl-0.24.
1045 * prerequisites.md5: Update hash.
1046 * prerequisites.sha512: Likewise.
1048 2021-11-23 Martin Liska <mliska@suse.cz>
1050 * filter-clang-warnings.py: Filter -Wc++20-extensions as it does
1051 not respect proper attribute detection.
1053 2021-11-23 Martin Liska <mliska@suse.cz>
1055 * check-params-in-docs.py: Support @itemx in param documentation
1056 and support multi-line documentation for parameters.
1058 2021-11-08 Thomas Schwinge <thomas@codesourcery.com>
1060 * update-copyright.py (class BadYear): Derive from 'Exception'.
1062 2021-11-05 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1064 * testsuite-management/validate_failures.py: 2to3
1066 2021-11-04 Martin Liska <mliska@suse.cz>
1068 * gcc-changelog/git_check_commit.py: Add -v option.
1069 * gcc-changelog/git_commit.py: Print verbose diff for wrong
1072 2021-11-02 Martin Liska <mliska@suse.cz>
1074 * check-internal-format-escaping.py: Fix flake8 errors.
1076 2021-11-01 David Malcolm <dmalcolm@redhat.com>
1078 * unicode/utf8-dump.py: New file.
1080 2021-10-20 H.J. Lu <hjl.tools@gmail.com>
1082 * gcc-changelog/git_commit.py (ignored_prefixes): Add libffi/.
1084 2021-10-18 Martin Liska <mliska@suse.cz>
1086 * gcc-changelog/git_commit.py: Update location of
1087 'bad parentheses wrapping'.
1088 * gcc-changelog/test_email.py: Test it.
1090 2021-10-02 Martin Liska <mliska@suse.cz>
1092 * filter-clang-warnings.py: Filter out -Wtautological-compare
1095 2021-09-20 Richard Biener <rguenther@suse.de>
1097 * config-list.mk: --enable-obsolete for hppa2.0-hpux10.1 and
1100 2021-09-15 Martin Liska <mliska@suse.cz>
1102 * gcc-changelog/git_commit.py: Add FIXME note.
1104 2021-09-15 Martin Liska <mliska@suse.cz>
1106 * gcc-changelog/git_commit.py: Check commit email.
1107 * gcc-changelog/test_email.py: Add new test.
1108 * gcc-changelog/test_patches.txt: Likewise.
1110 2021-09-15 Richard Biener <rguenther@suse.de>
1112 * config-list.mk: Remove vax-openbsd.
1114 2021-09-15 Richard Biener <rguenther@suse.de>
1116 * config-list.mk: Remove m68k-openbsd.
1118 2021-09-13 Andrew Pinski <apinski@marvell.com>
1120 * config-list.mk: Remove m32r-linux and m32rle-linux
1123 2021-09-13 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1125 * config-list.mk (LIST): --enable-obsolete for cr16-elf.
1127 2021-09-06 Serge Belyshev <belyshev@depni.sinp.msu.ru>
1129 * gcc_update: Derive human readable name for HEAD using git describe
1130 like "git gcc-descr" with short commit hash. Drop "revision" from
1133 2021-08-30 Andrew Pinski <apinski@marvell.com>
1135 * download_prerequisites (md5_check): Replace == inside
1136 test with = to be more portable.
1138 2021-08-26 Martin Liska <mliska@suse.cz>
1140 * mklog.py: Use file.{source,target}_file for proper rename
1143 2021-08-24 Andrew Pinski <apinski@marvell.com>
1146 * download_prerequisites: Fix issues with --md5 and
1149 2021-08-18 Martin Liska <mliska@suse.cz>
1151 * gcc-git-customization.sh: Wrap $@ in quotes.
1152 * git-commit-mklog.py: Add new argument --co.
1153 * mklog.py: Skip the Co-Authored-By lines.
1155 2021-08-10 Martin Liska <mliska@suse.cz>
1157 * mklog.py: Support additional PRs without PR prefix.
1159 2021-08-03 Martin Liska <mliska@suse.cz>
1161 * gcc-changelog/git_update_version.py: Ignore problematic
1164 2021-07-20 Richard Earnshaw <rearnsha@arm.com>
1166 * vimrc (textwidth): Change non-gitcommit length to 79.
1168 2021-07-02 Eugene Rozenfeld <erozen@microsoft.com>
1170 * gen_autofdo_event.py: handle stepping, non-working PEBS
1172 2021-06-28 Martin Liska <mliska@suse.cz>
1174 * mklog.py: Handle correctly long lines.
1175 * test_mklog.py: Test it.
1177 2021-06-23 Martin Liska <mliska@suse.cz>
1179 * gcc-git-customization.sh: Use the new wrapper.
1180 * git-commit-mklog.py: New file.
1181 * prepare-commit-msg: Support GCC_MKLOG_ARGS.
1183 2021-06-22 Martin Liska <mliska@suse.cz>
1185 * mklog.py: Fix flake8 issue.
1187 2021-06-21 Tobias Burnus <tobias@codesourcery.com>
1188 Martin Sebor <msebor@redhat.com>
1190 * mklog.py (bugzilla_url): Fetch also component.
1191 (pr_filename_regex): New.
1192 (get_pr_titles): Update PR string with correct format and component.
1193 (generate_changelog): Take additional PRs; extract PR from the
1195 (__main__): Add -b/--pr-numbers argument.
1196 * test_mklog.py (EXPECTED4): Update to expect a PR for the new file.
1198 2021-06-17 Jason Merrill <jason@redhat.com>
1200 * mklog.py: Add an initial component: [PRnnnnn] line when
1203 2021-06-13 Tobias Burnus <tobias@codesourcery.com>
1205 * gcc-changelog/git_commit.py (pr_regex): Add ?P<pr> for group('pr').
1206 (subject_pr_regex, subject_pr2_regex): New.
1207 (GitInfo.__init__, GitCommit.parse_changelog): Check subject PRs.
1208 * gcc-changelog/git_email.py (SUBJECT_PREFIX, subject_patch_regex): New.
1209 (GitEmail.__init__): Parse 'Subject:' and pass it to GitInfo.
1210 * gcc-changelog/test_email.py (test_pr_only_in_subject,
1211 test_wrong_pr_comp_in_subject, test_copyright_years): New.
1212 * gcc-changelog/test_patches.txt (0030-PR-c-92746, pr-check1.patch):
1213 Update to avoid triggering the new check.
1214 (0001-rs6000-Support-doubleword, pr-wrong-comp.patch,
1215 copyright-years.patch): New.
1217 2021-06-11 Martin Liska <mliska@suse.cz>
1219 * gcc-changelog/git_update_version.py: Ignore commit that
1220 violates rules and was somehow pushed.
1222 2021-05-25 Jakub Jelinek <jakub@redhat.com>
1224 * update-copyright.py: Add c++tools.
1226 2021-05-24 Martin Liska <mliska@suse.cz>
1228 * gcc-changelog/git_commit.py: Add note that ChangeLog entries
1229 are added automatically.
1230 * gcc-changelog/test_email.py: Update test.
1232 2021-05-18 Jonathan Wakely <jwakely@redhat.com>
1234 * gcc-changelog/git_email.py: Remove use of non-strict mode.
1236 2021-05-17 Richard Biener <rguenther@suse.de>
1238 * download_prerequisites: Update mpfr version to 3.1.6.
1239 * prerequisites.md5: Update.
1240 * prerequisites.sha512: Likewise.
1242 2021-05-17 Richard Biener <rguenther@suse.de>
1245 2021-05-14 Martin Liska <mliska@suse.cz>
1247 * download_prerequisites: Use version 4.1.0.
1249 2021-05-14 Martin Liska <mliska@suse.cz>
1251 * download_prerequisites: Use version 4.1.0.
1253 2021-05-14 Jakub Jelinek <jakub@redhat.com>
1255 * gcc-changelog/git_update_version.py: Remove releases/gcc-8 from
1258 2021-05-14 Martin Liska <mliska@suse.cz>
1260 * gcc-changelog/git_commit.py: Support Co-Authored-By before
1261 a first ChangeLog entry.
1263 2021-05-13 Martin Liska <mliska@suse.cz>
1265 * mklog.py: Put PR entries before all ChangeLog entries
1266 (will be added to all ChangeLog locations by Daily bump script).
1267 * test_mklog.py: Test the new behavior.
1269 2021-05-12 Martin Liska <mliska@suse.cz>
1271 * gcc-changelog/git_commit.py: Simplify needle lookup.
1272 * gcc-changelog/git_update_version.py: Pass ref_name to
1273 parse_git_revisions.
1275 2021-05-11 Martin Liska <mliska@suse.cz>
1277 * gcc_update: Remove libhsail-rt folder.
1278 * update-copyright.py: Likewise.
1280 2021-05-11 Martin Liska <mliska@suse.cz>
1282 * gcc-changelog/git_check_commit.py: Remove --non-strict-mode.
1283 * gcc-changelog/git_commit.py: Remove strict mode.
1284 * gcc-changelog/git_email.py: Likewise.
1285 * gcc-changelog/git_repository.py: Likewise.
1286 * gcc-changelog/test_email.py: Likewise.
1287 * gcc-changelog/test_patches.txt: Update patches so that they
1288 don't contain a ChangeLog file changes.
1290 2021-05-11 Martin Liska <mliska@suse.cz>
1292 * gcc-changelog/git_commit.py: Remove ChangeLog locations
1294 * gcc-changelog/git_repository.py: Likewise.
1296 2021-05-10 Martin Liska <mliska@suse.cz>
1298 * gcc-changelog/git_email.py: Remove newlines when --help
1301 2021-05-10 Tobias Burnus <tobias@codesourcery.com>
1303 * gcc-changelog/git_check_commit.py (__Main__): State in --help
1304 the default value for 'revisions'.
1305 * gcc-changelog/git_email.py (show_help): Add.
1306 (__main__): Handle -h and --help.
1308 2021-05-10 Tobias Burnus <tobias@codesourcery.com>
1310 * gcc-changelog/git_commit.py (Error.__repr__): Add space after the colon.
1311 (GitCommit.check_mentioned_files): Check whether the same file has been
1312 specified multiple times.
1313 * gcc-changelog/test_email.py (TestGccChangelog.test_multi_same_file): New.
1314 * gcc-changelog/test_patches.txt (0001-OpenMP-Fix-SIMT): New test.
1316 2021-05-10 Martin Liska <mliska@suse.cz>
1319 2021-05-10 Martin Liska <mliska@suse.cz>
1321 * gcc-changelog/git_commit.py: Remove components that will be
1324 2021-05-10 Martin Liska <mliska@suse.cz>
1326 * gcc_update: Start using reload.c instead of version.c.
1328 2021-05-10 Martin Liska <mliska@suse.cz>
1330 * gcc-changelog/git_commit.py: Remove components that will be
1333 2021-04-27 Jakub Jelinek <jakub@redhat.com>
1335 * gennews (files): Add files for GCC 10 and GCC 11.
1337 2021-04-22 David Edelsohn <dje.gcc@gmail.com>
1339 * config-list.mk: Remove rs6000-ibm-aix6.1.
1340 Rename rs6000-ibm-aix7.1 to powerpc-ibm-aix7.1.
1341 Add powerpc-ibm-aix7.2.
1343 2021-04-20 Jakub Jelinek <jakub@redhat.com>
1345 * gcc-changelog/git_update_version.py (active_refs): Add
1348 2021-04-12 Martin Liska <mliska@suse.cz>
1350 * gcc-changelog/git_commit.py: Do not allow space in long lines.
1352 2021-04-12 Martin Liska <mliska@suse.cz>
1354 * gcc-changelog/git_commit.py: Support long filenames
1356 * gcc-changelog/test_email.py: Test it.
1357 * gcc-changelog/test_patches.txt: Likewise.
1359 2021-03-23 Martin Liska <mliska@suse.cz>
1361 * mklog.py: Fix broken tests.
1363 2021-03-22 Martin Liska <mliska@suse.cz>
1365 * mklog.py: Add --directory argument.
1367 2021-03-19 Matthias Klose <doko@ubuntu.com>
1369 * texi2pod.pl: Substitute @tie{} with a space for the man pages.
1371 2021-03-16 Martin Liska <mliska@suse.cz>
1373 * gcc-changelog/git_update_version.py: Skip one problematic
1376 2021-03-12 Martin Liska <mliska@suse.cz>
1378 * gcc-changelog/git_commit.py: Allow deletion of ChangeLog
1380 * gcc-changelog/setup.cfg: Set line limit to 120 characters.
1381 * gcc-changelog/test_email.py: Add test.
1382 * gcc-changelog/test_patches.txt: Likewise.
1383 * gcc-changelog/git_email.py: Fix parsing of deleted files.
1385 2021-02-08 Mike Frysinger <vapier@gentoo.org>
1387 * mklog.py (generated_files): New set.
1388 (generate_changelog): Add entries based on generated_files.
1390 2021-02-03 Aaron Sawdey <acsawdey@linux.ibm.com>
1392 * gcc_update (files_and_dependencies): Add dependency for
1393 gcc/config/rs6000/fusion.md on gcc/config/rs6000/genfusion.md.
1395 2021-01-28 Eric Botcazou <ebotcazou@adacore.com>
1398 * compare-lto: Deal with PE-COFF executables specifically.
1400 2021-01-14 Martin Liska <mliska@suse.cz>
1402 * mklog.py: Fix infinite loop for unsupported files.
1404 2021-01-13 Martin Liska <mliska@suse.cz>
1406 * gcc-changelog/git_commit.py: Support wrapping of functions
1407 in parentheses that can take multiple lines.
1408 * gcc-changelog/test_email.py: Add tests for it.
1409 * gcc-changelog/test_patches.txt: Add 2 patches.
1411 2021-01-13 Martin Liska <mliska@suse.cz>
1413 * mklog.py: Parse also define_insn_and_split and similar
1414 directives in .md files.
1415 * test_mklog.py: Test.
1417 2021-01-13 Martin Liska <mliska@suse.cz>
1419 * gcc-changelog/git_commit.py: Allow modifications of older
1420 ChangeLog (or specific) files without need to make a ChangeLog
1422 * gcc-changelog/test_email.py: Test it.
1423 * gcc-changelog/test_patches.txt: Add new patch.
1425 2021-01-11 Martin Liska <mliska@suse.cz>
1427 * update-copyright.py: Port to python3 by guessing encoding
1428 (first utf8, then iso8859). Add 2 more ignores: .png and .pyc.
1430 2021-01-06 Martin Liska <mliska@suse.cz>
1432 * gcc-changelog/git_commit.py: Add decode_path function.
1433 * gcc-changelog/git_email.py: Use it in order to solve
1434 utf8 encoding filename issues.
1435 * gcc-changelog/git_repository.py: Likewise.
1436 * gcc-changelog/test_email.py: Test it.
1438 2021-01-04 Jakub Jelinek <jakub@redhat.com>
1440 * update-copyright.py: Add AMD and Ulf Adams as external authors.
1442 2021-01-04 Jakub Jelinek <jakub@redhat.com>
1444 * update-copyright.py: Use 8 spaces instead of tab to indent.
1446 2021-01-04 Martin Liska <mliska@suse.cz>
1448 * mklog.py: Add --update-copyright option which adds:
1449 "Update copyright years." to ChangeLog files belonging
1452 2021-01-04 Martin Liska <mliska@suse.cz>
1454 * gcc-changelog/git_commit.py: Skip Update copyright
1457 2020-12-21 Martin Liska <mliska@suse.cz>
1459 * gcc-changelog/git_commit.py: Add new error for quoted
1461 * gcc-changelog/test_email.py: Test it.
1462 * gcc-changelog/test_patches.txt: Test it.
1464 2020-12-21 Martin Liska <mliska@suse.cz>
1466 * gcc-changelog/test_email.py: New test.
1467 * gcc-changelog/test_patches.txt: Likewise.
1469 2020-12-17 Nathan Sidwell <nathan@acm.org>
1472 * gcc_update: Add c++tools/config.h.in.
1474 2020-12-15 Nathan Sidwell <nathan@acm.org>
1476 * gcc_update: Add c++tools & libcody.
1478 2020-12-15 Nathan Sidwell <nathan@acm.org>
1480 * gcc-changelog/git_commit.py (changelog_locations): Add
1483 2020-12-08 Martin Liska <mliska@suse.cz>
1485 * filter-clang-warnings.py: Filter more cases.
1487 2020-12-08 Martin Liska <mliska@suse.cz>
1489 * filter-clang-warnings.py: Modernize and filter 2 more
1492 2020-12-04 Martin Liska <mliska@suse.cz>
1494 * check-params-in-docs.py: use flake8 and add some
1495 tweaks to ignore aarch64 params.
1497 2020-12-02 Jason Merrill <jason@redhat.com>
1499 * gcc-git-customization.sh: Configure sendemail.to.
1501 2020-11-30 Martin Liska <mliska@suse.cz>
1503 * gcc-changelog/git_commit.py: Suggest close file for
1504 'unchanged file mentioned in a ChangeLog' error.
1505 * gcc-changelog/test_email.py: Test it.
1507 2020-11-30 Martin Liska <mliska@suse.cz>
1509 * gcc-changelog/git_commit.py: Allow sub-directory wildcard
1510 changelog entry. Fix a typo caused by apostrophe escaping.
1511 * gcc-changelog/test_email.py: Test it.
1512 * gcc-changelog/test_patches.txt: Likewise.
1514 2020-11-30 Jonathan Wakely <jwakely@redhat.com>
1516 * gcc-changelog/git_commit.py (wildcard_prefixes): Add libstdc++
1517 testsuite directory.
1519 2020-11-30 Martin Liska <mliska@suse.cz>
1521 * gcc-changelog/git_commit.py: Allow wildcard pattern only.
1523 2020-11-27 Martin Liska <mliska@suse.cz>
1525 * gcc-changelog/git_commit.py: Use regex for cherry pick prefix.
1526 * gcc-changelog/test_email.py: Test it.
1527 * gcc-changelog/test_patches.txt: Likewise.
1529 2020-11-25 Martin Liska <mliska@suse.cz>
1531 * gcc-changelog/git_commit.py: Use revert_regex instead
1532 of string prefix. Convert sets to literals.
1534 2020-11-16 Martin Liska <mliska@suse.cz>
1536 * mklog.py: Do not call read on an input stream.
1537 Fix some flake8 issues.
1539 2020-11-07 Lewis Hyatt <lhyatt@gmail.com>
1541 * unicode/EastAsianWidth.txt: Update to Unicode 13.0.0.
1542 * unicode/PropList.txt: Likewise.
1543 * unicode/README: Likewise.
1544 * unicode/UnicodeData.txt: Likewise.
1545 * unicode/from_glibc/unicode_utils.py: Update to latest glibc version.
1546 * unicode/from_glibc/utf8_gen.py: Likewise.
1548 2020-11-06 Martin Liska <mliska@suse.cz>
1550 * gcc-changelog/git_commit.py: Add new check.
1551 * gcc-changelog/test_email.py: Test it.
1552 * gcc-changelog/test_patches.txt: Add new patch.
1554 2020-11-04 Martin Liska <mliska@suse.cz>
1556 * gcc-changelog/git_repository.py: Set strict=True
1557 for parse_git_revisions as a default.
1559 2020-11-04 Tobias Burnus <tobias@codesourcery.com>
1561 * gcc-changelog/git_commit.py (item_parenthesis_empty_regex,
1562 item_parenthesis_regex): Add.
1563 (check_for_empty_description): Use them.
1564 * gcc-changelog/test_email.py (test_emptry_entry_desc,
1565 test_emptry_entry_desc_2): Add.
1566 * gcc-changelog/test_patches.txt: Add two testcases for it.
1568 2020-11-03 Tobias Burnus <tobias@codesourcery.com>
1570 * gcc-changelog/git_email.py: Add unidiff_supports_renaming check.
1572 2020-11-03 Martin Liska <mliska@suse.cz>
1574 * gcc-changelog/setup.cfg: New file.
1576 2020-10-30 Martin Liska <mliska@suse.cz>
1578 * gcc-changelog/git_commit.py: Handle empty groups in
1580 * gcc-changelog/test_email.py: New test.
1581 * gcc-changelog/test_patches.txt: Likewise.
1583 2020-09-21 Tobias Burnus <tobias@codesourcery.com>
1585 * mklog.py: Parse first 10 lines for PR/DR number
1586 not only the first line.
1588 2020-09-17 Dimitrij Mojoski <dmjpp@hotmail.com>
1590 * clang-format: Autodetect C++ standard in use rather than
1593 2020-08-26 Iain Buclaw <ibuclaw@gdcproject.org>
1595 * config-list.mk (LIST): Add OPT-enable-obsolete to tilegx-linux-gnu,
1596 tilegxbe-linux-gnu, and tilepro-linux-gnu.
1598 2020-07-29 Martin Liska <mliska@suse.cz>
1600 * git-backport.py: fix how are ChangeLog paths combined.
1602 2020-07-23 Patrick Palka <ppalka@redhat.com>
1604 * vimrc (SetStyle): Also inspect &filetype to determine whether
1607 2020-07-23 Martin Liska <mliska@suse.cz>
1609 * gcc-changelog/git_commit.py: When reverting a backport,
1610 we should print only Revert header.
1612 2020-07-17 Jonathan Wakely <jwakely@redhat.com>
1614 * gcc-changelog/git_update_version.py: Fix typo.
1616 2020-07-10 Mike Nolta <mike@nolta.net>
1618 * download_prerequisites: Don't pass wget options to curl.
1620 2020-07-07 Alexandre Oliva <oliva@adacore.com>
1621 Martin Liska <mliska@suse.cz>
1623 * gcc-changelog/git_commit.py: Support CASE and COND.
1624 * gcc-changelog/test_patches.txt: Add test.
1625 * gcc-changelog/test_email.py: Add test.
1627 2020-06-30 Martin Liska <mliska@suse.cz>
1629 * gcc-changelog/git_repository.py: Support older releases of
1630 GitPython when renamed_file was named renamed.
1632 2020-06-30 Martin Liska <mliska@suse.cz>
1634 * gcc-changelog/git_check_commit.py: Print revision
1636 * gcc-changelog/git_commit.py: Support Revert commits.
1638 2020-06-30 Martin Liska <mliska@suse.cz>
1640 * gcc-changelog/git_check_commit.py: Use GitInfo
1641 * gcc-changelog/git_commit.py: Add GitInfo class.
1642 * gcc-changelog/git_email.py: Use GitInfo class.
1643 * gcc-changelog/git_repository.py: Likewise.
1645 2020-06-24 Ilya Leoshkevich <iii@linux.ibm.com>
1647 * download_prerequisites: Support AIX and OpenBSD unames.
1648 Pipe `{gzip,bzip2} -d` to `tar -xf -`.
1650 2020-06-18 Martin Liska <mliska@suse.cz>
1652 * gcc-changelog/git_update_version.py: First checkout and then
1653 run git pull ---rebase.
1655 2020-06-18 Martin Liska <mliska@suse.cz>
1657 * gcc-changelog/git_update_version.py: Support merge commits
1658 and walk only on the branch that is being merged and generate
1659 missing ChangeLog entries.
1661 2020-06-18 Martin Liska <mliska@suse.cz>
1663 * gcc-changelog/git_commit.py: Fix Backported from timestamp when
1664 use_commit_ts=True is used.
1666 2020-06-17 Martin Liska <mliska@suse.cz>
1668 * gcc-changelog/git_commit.py: Print 'Backported from master'
1669 heading to backported commits.
1670 * gcc-changelog/test_email.py: Test it.
1671 * gcc-changelog/test_patches.txt: Add new patch.
1672 * gcc-changelog/git_repository.py: Add commit_to_date hook.
1673 * gcc-changelog/git_email.py: Add fuzzy implementation
1674 of commit_to_date_hook.
1676 2020-06-11 Jonathan Wakely <jwakely@redhat.com>
1678 * prepare-commit-msg: Use the gcc-config.mklog-hook-type Git
1679 config key instead of the GCC_FORCE_MKLOG environment variable.
1680 Optionally disable generating a new ChangeLog template for
1681 amended commits when the existing log is still OK.
1683 2020-06-11 Martin Liska <mliska@suse.cz>
1685 * gcc-changelog/git_update_version.py: Add --curent argument.
1687 2020-06-11 Martin Liska <mliska@suse.cz>
1689 * prepare-commit-msg: Replace ENV variable with a git config
1692 2020-06-11 Jonathan Wakely <jwakely@redhat.com>
1694 * prepare-commit-msg: Use 'tee' to save the diff to a file
1695 instead of running 'git diff' twice.
1697 2020-06-10 Martin Liska <mliska@suse.cz>
1699 * gcc-changelog/git_commit.py: Fix renamed files in
1700 parse_git_name_status.
1701 * gcc-changelog/test_email.py: Add test for it.
1703 2020-06-10 Martin Liska <mliska@suse.cz>
1705 * gcc-changelog/git_commit.py: Add more supported prefixes.
1706 * gcc-changelog/test_email.py: Fix one flake8 error.
1707 * gcc-changelog/test_patches.txt: Add tested for newly
1710 2020-06-10 Jonathan Wakely <jwakely@redhat.com>
1712 * gcc-changelog/git_commit.py (GitCommit.parse_changelog):
1713 Improve error strings.
1714 * gcc-changelog/test_email.py: Update expected errors.
1716 2020-06-09 Jonathan Wakely <jwakely@redhat.com>
1718 * gcc-changelog/git_email.py: Set exit status on error.
1720 2020-06-09 Martin Liska <mliska@suse.cz>
1722 * gcc-changelog/git_commit.py: Fix ChangeLog regex in order to
1723 match the top-level ChangeLog.
1724 * gcc-changelog/test_email.py: Add test.
1725 * gcc-changelog/test_patches.txt: Likewise.
1727 2020-06-02 Martin Liska <mliska@suse.cz>
1729 * gcc-changelog/git_commit.py: Support foo/bar/*: patterns in
1730 wildcard_prefixes locations.
1731 * gcc-changelog/test_email.py: Test it.
1732 * gcc-changelog/test_patches.txt: Add 3 new patches.
1734 2020-06-02 Iain Buclaw <ibuclaw@gdcproject.org>
1736 * gcc-changelog/git_commit.py (ignored_prefixes): Add
1737 gcc/testsuite/gdc.test/.
1739 2020-06-02 Jonathan Wakely <jwakely@redhat.com>
1741 * gcc-changelog/test_email.py (TestGccChangelog.test_long_lines):
1742 Update expected error message.
1744 2020-06-02 Jonathan Wakely <jwakely@redhat.com>
1746 * gcc-changelog/git_commit.py (GitCommit.parse_changelog): Fix
1749 2020-06-02 Jonathan Wakely <jwakely@redhat.com>
1751 * prepare-commit-msg: Do nothing if the mklog.py script isn't
1754 2020-06-02 Jonathan Wakely <jwakely@redhat.com>
1756 * gcc-changelog/git_commit.py (GitCommit.check_mentioned_files):
1759 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
1761 * config-list.mk (LIST): Add v850e1-elf.
1763 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
1765 * config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems.
1767 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
1769 * config-list.mk (LIST): Remove arm-wrs-vxworks.
1771 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
1773 * config-list.mk (LIST): Remove cris-linux, crisv32-elf, and
1776 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
1778 * config-list.mk (LIST): Add pru-elf.
1780 2020-05-29 Iain Buclaw <ibuclaw@gdcproject.org>
1782 * config-list.mk (LIST): Remove rs6000-ibm-aix5.3.0.
1784 2020-05-29 Martin Liska <mliska@suse.cz>
1786 * gcc-changelog/git_commit.py: Find empty change descriptions.
1787 * gcc-changelog/test_email.py: New test.
1788 * gcc-changelog/test_patches.txt: New patch that tests that.
1790 2020-05-29 Martin Liska <mliska@suse.cz>
1792 * git-backport.py: The script did 'git co HEAD~' when
1793 there was no modified ChangeLog file in a successful
1795 Run cherry-pick --continue without editor.
1797 2020-05-29 Martin Liska <mliska@suse.cz>
1799 * gcc-changelog/git_commit.py: Properly
1800 handle duplicite authors.
1801 * gcc-changelog/test_email.py: New test.
1802 * gcc-changelog/test_patches.txt: New patch.
1804 2020-05-28 Pierre-Marie de Rodat <derodat@adacore.com>
1806 * gcc-changelog/git_email.py (GitEmail.__init__): Interpret file
1807 renamings as a file deletion plus a file addition.
1808 * gcc-changelog/git_repository.py (parse_git_revisions):
1810 * gcc-changelog/test_email.py: New testcase.
1811 * gcc-changelog/test_patches.txt: New testcase.
1813 2020-05-28 Martin Liska <mliska@suse.cz>
1815 * check-params-in-docs.py: Update to new format
1816 of help. Apply flake8 corrections.
1818 2020-05-28 Martin Liska <mliska@suse.cz>
1820 * mklog.py: Support renaming of files.
1821 One needs unidiff 0.6.0+.
1822 * test_mklog.py: Test it.
1824 2020-05-27 Martin Liska <mliska@suse.cz>
1826 * gcc-git-customization.sh: Use git-backport.py to drop
1827 all changes for ChangeLog files.
1828 * git-backport.py: New file.
1830 2020-05-27 Martin Liska <mliska@suse.cz>
1832 * gcc-git-customization.sh: Rename
1833 commit-mklog to gcc-commit-mklog.
1835 2020-05-27 Martin Liska <mliska@suse.cz>
1837 * prepare-commit-msg: Save diff to a file if
1838 the GCC_GIT_DIFF_FILE variable is set.
1840 2020-05-26 Pierre-Marie de Rodat <derodat@adacore.com>
1842 * gcc-changelog/git_commit.py (ChangeLogEntry): Handle entries
1843 with multi-line file lists.
1844 * gcc-changelog/test_email.py: New testcase.
1845 * gcc-changelog/test_patches.txt: Likewise.
1847 2020-05-26 Pierre-Marie de Rodat <derodat@adacore.com>
1849 * gcc-changelog/git_update_version.py: Close file objects after
1851 * gcc-changelog/git_email.py: Likewise.
1852 * gcc-changelog/test_email.py: Likewise.
1854 2020-05-26 Martin Liska <mliska@suse.cz>
1856 * gcc-changelog/git_update_version.py: Add 2 new options.
1858 2020-05-26 Alexandre Oliva <oliva@gnu.org>
1860 * gcc-changelog/git_commit.py (changelog_regex): Accept optional
1863 2020-05-26 Alexandre Oliva <oliva@adacore.com>
1865 * compare-debug: Adjust for .gkd files named as dump files,
1866 with the source suffix rather than the object suffix.
1868 2020-05-26 Martin Liska <mliska@suse.cz>
1870 * gcc-changelog/git_commit.py: Parse changelog entries for
1872 * gcc-changelog/test_email.py: Add new test for it.
1873 * gcc-changelog/test_patches.txt: Likewise.
1875 2020-05-26 Jason Merrill <jason@redhat.com>
1877 * prepare-commit-msg: New file.
1878 * gcc-git-customization.sh: Install it. Add commit-mklog alias.
1879 * mklog.py: Add new option -c which appends
1880 to a ChangeLog file.
1882 2020-05-25 Martin Liska <mliska@suse.cz>
1884 * gcc-changelog/git_commit.py: Add trailing '/'
1885 for libdruntime. Allow empty changelog for
1887 * gcc-changelog/test_email.py: New test for go
1888 patch in ignored location.
1889 * gcc-changelog/test_patches.txt: Add test.
1891 2020-05-22 Jakub Jelinek <jakub@redhat.com>
1893 * gcc-changelog/git_commit.py: Add trailing / to
1894 gcc/testsuite/go.test/test and replace gcc/go/frontend/
1895 with gcc/go/gofrontend/ in ignored locations.
1897 2020-05-22 Martin Liska <mliska@suse.cz>
1899 * gcc-changelog/git_commit.py: Add gcc/testsuite/go.test/test
1900 to ignored locations.
1902 2020-05-21 Martin Liska <mliska@suse.cz>
1904 * gcc-changelog/git_update_version.py: Prepare the script, the
1905 only missing piece is pushing of the updated branches.
1907 2020-05-21 Martin Liska <mliska@suse.cz>
1909 * gcc-changelog/git_commit.py: Support DR entries/
1910 * gcc-changelog/test_email.py: New test for it.
1911 * gcc-changelog/test_patches.txt: New patch for it.
1913 2020-05-21 Martin Liska <mliska@suse.cz>
1915 * mklog.py: Support DR parsing.
1916 * test_mklog.py: New test for DR parsing.
1918 2020-05-20 Martin Liska <mliska@suse.cz>
1920 * gcc-changelog/git_commit.py: Add author_tuple
1921 only if not present in author_lines.
1922 * gcc-changelog/test_email.py: New test.
1923 * gcc-changelog/test_patches.txt: Add new patch.
1925 2020-05-20 Martin Liska <mliska@suse.cz>
1927 * gcc-changelog/git_commit.py: Refactor to make flake8 happy.
1928 * gcc-changelog/test_email.py: Add new test.
1929 * gcc-changelog/test_patches.txt: Add new patch.
1931 2020-05-20 Frederik Harwath <frederik@codesourcery.com>
1933 * gcc-changelog/git_commit.py: Skip over lines starting
1934 with "Reviewed-by: ", "Reviewed-on: ", or "Signed-off-by: "
1936 2020-05-20 Martin Liska <mliska@suse.cz>
1938 * gcc-changelog/git_check_commit.py: Change
1939 --allow-non-strict-mode to --non-strict-mode.
1941 2020-05-20 Martin Liska <mliska@suse.cz>
1943 * gcc-changelog/git_commit.py: Support cherry pick
1945 * gcc-changelog/test_email.py: Test it.
1946 * gcc-changelog/test_patches.txt: Add new patch.
1947 * gcc-git-customization.sh: Add gcc-backport.
1949 2020-05-19 Martin Liska <mliska@suse.cz>
1951 * mklog.py: Use REST API for bug title downloading.
1953 2020-05-19 Martin Liska <mliska@suse.cz>
1955 * gcc-changelog/git_commit.py: Add param use_commit_ts
1956 for to_changelog_entries.
1957 * gcc-changelog/git_update_version.py: Se use_commit_ts to True.
1959 2020-05-19 Martin Liska <mliska@suse.cz>
1961 * mklog.py: Skip GTY for struct names. Make flake8 happy.
1962 * test_mklog.py: Add test for GTY.
1964 2020-05-19 Martin Liska <mliska@suse.cz>
1966 * gcc-changelog/git_update_version.py:
1967 Fill up entries in reverse order.
1969 2020-05-19 Martin Liska <mliska@suse.cz>
1971 * gcc-git-customization.sh: Add
1972 alias.gcc-mklog new hook.
1973 * mklog.py: New file.
1974 * test_mklog.py: New file.
1976 2020-05-19 Martin Liska <mliska@suse.cz>
1978 * legacy/mklog: Moved from mklog.
1979 * legacy/mklog.pl: Moved from mklog.pl.
1981 2020-05-19 Martin Liska <mliska@suse.cz>
1983 * gcc-git-customization.sh: Add gcc-verify alias
1984 that uses contrib/gcc-changelog/git_check_commit.py.
1986 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1988 * dg-extract-results.py: Handle GDB specific test types.
1989 * dg-extract-results.sh: Likewise.
1991 2020-05-14 Martin Liska <mliska@suse.cz>
1993 * gcc-changelog/test_email.py: New file.
1994 * gcc-changelog/test_patches.txt: New file.
1996 2020-05-13 Patrick Palka <ppalka@redhat.com>
1998 * vimrc: Reduce textwidth to 72 for Git commit messages.
2000 2020-05-13 Martin Liska <mliska@suse.cz>
2002 * gcc-changelog/git_check_commit.py: Add default argument HEAD
2003 for revisions and improve error message output.
2005 2020-05-13 Martin Liska <mliska@suse.cz>
2007 * gcc-changelog/git_commit.py: Restore print_output syntax
2010 2020-05-13 Martin Liska <mliska@suse.cz>
2012 * gcc-changelog/git_check_commit.py: New file.
2013 * gcc-changelog/git_commit.py: New file.
2014 * gcc-changelog/git_email.py: New file.
2015 * gcc-changelog/git_repository.py: New file.
2016 * gcc-changelog/git_update_version.py: New file.
2018 2020-04-17 Martin Liska <mliska@suse.cz>
2020 * vimrc: We do not want to modify tab options
2023 2020-04-16 Jakub Jelinek <jakub@redhat.com>
2026 * gcc_update: Add intl/plural.y dependency for intl/plural-config.h.
2028 2020-04-03 Martin Liska <mliska@suse.cz>
2030 * gcc-git-customization.sh: Search for the pattern
2031 at line beginning only.
2033 2020-01-24 Richard Earnshaw <rearnsha@arm.com>
2035 * gcc-git-customization.sh: Use users/<pfx> for the personal remote
2036 rather than just <pfx>. Convert existing personal branches to the
2038 * git-add-user-branch.sh: New file.
2040 2020-01-22 Richard Earnshaw <rearnsha@arm.com>
2042 * git-add-vendor-branch.sh: New file.
2044 2020-01-20 Richard Earnshaw <rearnsha@arm.com>
2046 * gcc-git-customization.sh: Check that user-supplied remote
2047 name exists before continuting. Use a separate remotes for the
2048 personal commit area. Convert existing personal and vendor
2049 fetch rules to new layout.
2050 * git-fetch-vendor.sh: New vendor layout. Add --enable-push
2053 2020-01-17 Hans-Peter Nilsson <hp@axis.com>
2055 * gcc_update <git revision>: Use git log "--pretty=tformat:%p:%t:%H",
2056 not "--pretty=%p:%t:%H".
2058 2020-01-16 Andreas Schwab <schwab@linux-m68k.org>
2060 * gcc-git-customization.sh: Avoid double expansion.
2062 2020-01-16 Richard Earnshaw <rearnsha@arm.com>
2064 * gcc-git-customization.sh: Check that user.name and user.email
2065 are set. Use $(cmd) instead of `cmd`. Fix variable quoting when
2068 2020-01-16 Jakub Jelinek <jakub@redhat.com>
2070 * gcc-git-customization.sh: Verify the id to be printed is ancestor of
2071 the corresponding remote release branch (or master), otherwise print
2074 2020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
2075 Jakub Jelinek <jakub@redhat.com>
2077 * gcc-git-customization.sh: Change uses to use in comment.
2079 2020-01-15 Jakub Jelinek <jakub@redhat.com>
2081 * gcc-git-customization.sh: Handle output of older git which doesn't
2082 print tags/ prefixes before branchpoint/gcc-.
2084 2010-01-15 Richard Earnshaw <rearnsha@arm.com>
2086 * gcc-git-customization.sh: Explain why we want the user's
2087 upstream account name. Don't add push rules. Check if push rules
2088 have been added and suggest that they should be removed.
2089 * git-fetch-vendor.sh: Don't add push rules.
2091 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
2094 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
2096 * gcc-git-customization.sh: Add back the default rule that
2097 is lost by adding a custom push rule.
2098 * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
2100 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
2102 * gcc-git-customization.sh: Add back the default rule that
2103 is lost by adding a custom push rule.
2104 * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
2106 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
2108 * contrib/git-fetch-vendor.sh: New file.
2110 2020-01-13 Jakub Jelinek <jakub@redhat.com>
2112 * contrib/gcc-git-customization.sh: Add git gcc-descr and gcc-undescr
2115 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
2117 * gcc-git-customization.sh: New file.
2119 2020-01-01 Jakub Jelinek <jakub@redhat.com>
2121 * update-copyright.py: Add Mentor Graphics Corporation and Yoshinori
2122 Sato as external authors. Skip LICENSE.txt files.
2124 2019-12-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2126 * config-list.mk: Add msp430-elfbare.
2128 2019-12-09 Lewis Hyatt <lhyatt@gmail.com>
2130 PR preprocessor/49973
2131 * unicode/from_glibc/unicode_utils.py: Support script from
2132 glibc (commit 464cd3) to extract character widths from Unicode data
2134 * unicode/from_glibc/utf8_gen.py: Likewise.
2135 * unicode/UnicodeData.txt: Unicode v. 12.1.0 data file.
2136 * unicode/EastAsianWidth.txt: Likewise.
2137 * unicode/PropList.txt: Likewise.
2138 * unicode/gen_wcwidth.py: New utility to generate
2139 libcpp/generated_cpp_wcwidth.h with help from the glibc support
2140 scripts and the Unicode data files.
2141 * unicode/unicode-license.txt: Added.
2142 * unicode/README: New explanatory file.
2144 2019-12-07 Richard Sandiford <richard.sandiford@arm.com>
2146 * texi2pod.pl: Handle @headitems in @multitables, printing them
2147 in italics. Push an empty item code onto the stack.
2149 2019-11-13 Janne Blomqvist <jb@gcc.gnu.org>
2151 * download_prerequisites: Use http instead of ftp for downloading.
2153 2019-11-08 Martin Liska <mliska@suse.cz>
2155 * mklog: The script fails for patches that contain:
2156 '---param=foo=bar xyz'.
2158 2019-09-18 Martin Liska <mliska@suse.cz>
2160 * clang-format: Tweak configuration based on new
2163 2019-09-09 Jose E. Marchesi <jemarch@gnu.org>
2165 * config-list.mk (LIST): Disable go in bpf-*-* targets.
2167 2019-09-04 Martin Liska <mliska@suse.cz>
2169 * mklog: Do not print changed functions for
2172 2019-09-04 Martin Liska <mliska@suse.cz>
2174 * mklog: Parse PR references from newly added
2177 2019-09-04 Martin Liska <mliska@suse.cz>
2179 * mklog: Use argparse instead of getopt.
2181 2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
2183 * compare-all-tests (all_targets): Remove references to spu.
2184 * config-list.mk (LIST): Likewise.
2186 2019-09-02 Alexander Monakov <amonakov@ispras.ru>
2188 * vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.
2189 * vimrc: Set preferred values for 'tabstop', 'softtabstop',
2190 'shiftwidth', 'noexpandtab', 'textwidth', 'formatoptions' for all
2191 files, not just C-like files.
2193 2019-09-02 Martin Liska <mliska@suse.cz>
2195 * vim-gcc-dev/syntax/gcc-match.vim: Set tabstop=8.
2197 2019-08-13 Uros Bizjak <ubizjak@gmail.com>
2199 * test_summary: Do not escape "=".
2201 2019-07-02 Janne Blomqvist <jb@gcc.gnu.org>
2204 * mklog (read_user_info): Open ~/.mklog in string mode.
2206 2019-06-19 Martin Liska <mliska@suse.cz>
2208 * bench-stringop: New file.
2210 2019-05-21 Janne Blomqvist <jb@gcc.gnu.org>
2212 * mklog: Open files in text mode.
2214 2019-05-21 Janne Blomqvist <jb@gcc.gnu.org>
2216 * mklog: Convert to Python 3.
2218 2019-05-03 Jakub Jelinek <jakub@redhat.com>
2220 * gennews (files): Add files for GCC 9.
2222 2019-04-30 Roland Illig <roland.illig@gmx.de>
2224 * check-internal-format-escaping.py: New version using polib.
2226 2019-04-19 Christophe Lyon <christophe.lyon@linaro.org>
2228 PR translation/90118
2229 * check-internal-format-escaping.py: Check that %< is not next to
2232 2019-04-17 Jakub Jelinek <jakub@redhat.com>
2234 * dg-extract-results.sh: Only handle WARNING: program timed out
2235 lines specially in "$MODE" == "sum". Restore previous behavior
2236 for "$MODE" != "sum". Clear has_timeout and timeout_cnt if in
2237 a different variant or curfile is empty.
2238 * dg-extract-results.py: Fix a typo.
2240 2019-04-05 Martin Liska <mliska@suse.cz>
2242 PR translation/89936
2243 * check-internal-format-escaping.py: Properly detect wrong
2246 2019-03-11 Martin Liska <mliska@suse.cz>
2248 * check-internal-format-escaping.py: Uncomment apostrophes
2251 2019-03-11 Martin Liska <mliska@suse.cz>
2253 * check-internal-format-escaping.py: New file.
2255 2019-03-10 Tommy Nguyen <remyabel@gmail.com>
2258 * download_prerequisites: Use -c instead of --check for sha512sum.
2260 2019-03-06 Martin Liska <mliska@suse.cz>
2262 * check-params-in-docs.py: Ignore a param.
2264 2019-03-05 Christophe Lyon <christophe.lyon@linaro.org>
2267 * dg-extract-results.py: Handle case where a WARNING happens with
2268 the first test of a harness.
2270 2019-03-05 Christophe Lyon <christophe.lyon@linaro.org>
2273 * dg-extract-results.sh: Fix order of WARNING and following test
2276 2019-02-04 Christophe Lyon <christophe.lyon@linaro.org>
2279 * dg-extract-results.py: Keep timeout warnings next to their
2281 * dg-extract-results.sh: Likewise.
2283 2019-01-01 Jakub Jelinek <jakub@redhat.com>
2285 * update-copyright.py: Add Gerard Jungman as external author.
2287 2018-11-26 Iain Buclaw <ibuclaw@gdcproject.org>
2289 * update-copyright.py (TestsuiteFilter): Skip .d tests.
2290 (LibPhobosFilter): Add filter for upstream D sources.
2291 (GCCCopyright): Add D Language Foundation as external author.
2292 (GCCCmdLine): Add libphobos.
2294 2018-11-19 Martin Liska <mliska@suse.cz>
2296 * check_GNU_style_lib.py: Detect mixed usage
2299 2018-11-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2301 * gcc_update (files_and_dependencies): Handle libphobos.
2303 2018-10-25 Thomas Preud'homme <thomas.preudhomme@linaro.org>
2305 * dg-cmp-results.sh: Print NA-FAIL and NA->UNRESOLVED changes at
2308 2018-10-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2310 * config-list.mk (LIST): Switch to i686-solaris2.11,
2311 sparc64-sun-solaris2.11.
2313 2018-10-04 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2315 * unused_functions.py: Handle archive files.
2317 2018-10-04 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2319 * unused_functions.py: New file.
2321 2018-09-25 Martin Liska <mliska@suse.cz>
2323 * filter-rtags-warnings.py: New file.
2325 2018-09-25 Martin Liska <mliska@suse.cz>
2328 * check-params-in-docs.py: New file.
2330 2018-08-17 Jojo <jijie_rong@c-sky.com>
2331 Huibin Wang <huibin_wang@c-sky.com>
2332 Sandra Loosemore <sandra@codesourcery.com>
2333 Chung-Lin Tang <cltang@codesourcery.com>
2334 Andrew Jenner <andrew@codesourcery.com>
2336 C-SKY port: Configury
2338 * config-list.mk (LIST): Add csky-elf and csky-linux-gnu.
2340 2018-07-13 Tom de Vries <tdevries@suse.de>
2342 * maintainers-verify.sh: New file.
2344 2018-07-12 Christophe Lyon <christophe.lyon@linaro.org>
2346 * compare_tests: Print number of tests in each category.
2348 2018-06-19 Alexander Monakov <amonakov@ispras.ru>
2350 * vim-gcc-dev/README: New file.
2351 * vim-gcc-dev/ftdetect/gcc-dev.vim: New file.
2352 * vim-gcc-dev/syntax/gcc-match.vim: New file.
2353 * gimple.vim: Move under vim-gcc-dev/syntax/.
2354 * gcc-rtl.vim: Likewise.
2356 2018-06-19 Martin Liska <mliska@suse.cz>
2358 * gcc-rtl.vim: New file.
2360 2018-06-12 Jeff Law <law@redhat.com>
2362 * config-list.mk (LIST): Remove alpha-freebsd6.
2364 2018-05-08 Richard Biener <rguenther@suse.de>
2367 * compare-lto: New script derived from compare-debug.
2369 2018-05-02 Jakub Jelinek <jakub@redhat.com>
2371 * gennews (files): Add files for GCC 8.
2373 2018-05-01 Jim Wilson <jimw@sifive.com>
2375 * gcc_update: Check for .git as a file.
2377 2018-03-21 Christophe Lyon <christophe.lyon@linaro.org>
2379 * test_summary: Match possible single quotes in configure path.
2381 2018-03-02 Thomas Schwinge <thomas@codesourcery.com>
2383 * update-copyright.py: Remove "libcilkrts" reference.
2385 2018-02-19 Yury Gribov <tetra2005@gmail.com>
2387 * compare_tests: Use TMPDIR when set.
2388 * dg-cmp-results.sh: Ditto.
2389 * warn_summary: Ditto.
2391 2018-01-29 Jonathan Wakely <jwakely@redhat.com>
2393 * download_prerequisites: Use shasum for FreeBSD and DragonFly.
2395 2018-01-19 Martin Liska <mliska@suse.cz>
2397 * analyze_brprob.py: Support new format that can be easily
2398 parsed. Add new column to report.
2400 2018-01-03 Jakub Jelinek <jakub@redhat.com>
2402 * update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
2404 2017-11-28 Julia Koval <julia.koval@intel.com>
2405 Sebastian Peryt <sebastian.peryt@intel.com>
2407 * contrib/gcc_update: Ditto.
2409 2017-11-08 Martin Liska <mliska@suse.cz>
2411 * analyze_brprob.py: Fix abbreviations for SI units.
2413 2017-10-02 Thomas Schwinge <thomas@codesourcery.com>
2415 * gcc_update (files_and_dependencies): Handle libbacktrace.
2417 2017-09-18 Richard Biener <rguenther@suse.de>
2419 * download_prerequisites (isl): Bump version to 0.18.
2421 2017-08-02 Yury Gribov <tetra2005@gmail.com>
2423 * mklog: Added new implementation.
2425 2017-08-02 Yury Gribov <tetra2005@gmail.com>
2427 * mklog: Rename to ...
2430 2017-07-17 Yury Gribov <tetra2005@gmail.com>
2432 * mklog: Fix extraction of changed file name.
2434 2017-07-17 Georg-Johann Lay <avr@gjlay.de>
2436 * gcc_update (files_and_dependencies)
2437 [gcc/config/avr/avr-tables.opt]: Remove dead entry.
2439 2017-06-28 Martin Liska <mliska@suse.cz>
2441 * gcc.doxy: Add default location for filters and output folder.
2442 * filter_gcc_for_doxygen_new: Rename to filter_gcc_for_doxygen.
2443 * filter_params.pl: Remove.
2445 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
2447 * dg-cmp-results.sh: Restore filtering on target variant.
2449 2017-06-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
2451 * dg-cmp-results.sh: Keep test result lines rather than throwing
2452 header and summary to support sum files with multiple tools.
2454 2017-05-31 Martin Liska <mliska@suse.cz>
2457 Transform ENUM_BITFIELD and comments starting with '/**'
2459 2017-05-31 David Malcolm <dmalcolm@redhat.com>
2460 Martin Liska <mliska@suse.cz>
2462 * filter_params.py: New, porting the perl script to python,
2463 adding a test suite.
2464 * filter_gcc_for_doxygen_new: New file.
2466 2017-05-30 Martin Liska <mliska@suse.cz>
2468 * analyze_brprob.py: Add new argument to parse and modify
2470 * analyze_brprob_spec.py: Likewise.
2472 2017-05-29 Tom de Vries <tom@codesourcery.com>
2474 * check_GNU_style_lib.py (TrailingWhitespaceCheck.check): Assert no
2476 (TrailingWhitespaceTest): New unit test.
2477 (check_GNU_style_file): Remove eol before checking.
2479 2017-05-29 Tom de Vries <tom@codesourcery.com>
2481 * check_GNU_style_lib.py (check_GNU_style_file): Treat file argument as
2482 file handle. Add and handle file_encoding argument.
2483 * check_GNU_style.py (main): Handle '-' file argument. Call
2484 check_GNU_style_file with file handle as argument.
2486 2017-05-29 Tom de Vries <tom@codesourcery.com>
2488 * check_GNU_style_lib.py: Use import_pip3 to import pip3 packages.
2489 (import_pip3): New function.
2491 2017-05-24 Tom de Vries <tom@codesourcery.com>
2493 * check_GNU_style_lib.py: New file, factored out of ...
2494 * check_GNU_style.py: ... here. Call main unconditionally.
2496 2017-05-19 Martin Liska <mliska@suse.cz>
2498 * check_GNU_style.py: New file.
2500 2007-05-03 Jeff Law <law@redhat.com>
2502 * config-list.mk (am33_2.0-linux): Remove from list of targets
2505 2017-05-02 Jakub Jelinek <jakub@redhat.com>
2507 * gennews (files): Add files for GCC 7.
2509 2017-04-26 Tom de Vries <tom@codesourcery.com>
2511 * gen_autofdo_event.py: Fix comment.
2513 2017-04-11 Damian Rouson <damian@sourceryinstitute.org>
2515 * download_prerequisites (md5_check): New function emulates Linux
2516 'md5 --check' on macOS. Modified script for macOS compatibility.
2518 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
2520 * config-list.mki (LIST): Add riscv32-unknown-linux-gun and
2521 riscv64-unknown-linux-gnu.
2523 2017-01-31 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2525 * update-copyright.py (Copyright.process_file): Retain original
2528 2017-01-29 Gerald Pfeifer <gerald@pfeifer.com>
2530 * update-copyright.py: Fix the name of this script in examples.
2532 2017-01-26 Jakub Jelinek <jakub@redhat.com>
2534 * update-copyright.py: Add libhsail-rt to self.default_dirs
2535 and call self.add_dir on it. Add Intel Corporation to external
2538 2017-01-25 Thomas Schwinge <thomas@codesourcery.com>
2540 * gcc_update (files_and_dependencies): Care for "libhsail-rt".
2542 2017-01-23 Gerald Pfeifer <gerald@pfeifer.com>
2544 * patch_tester.sh (TESTLOGS): Remove
2545 $TARGET/libjava/testsuite/libjava.sum.
2547 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
2549 * warn_summary: Remove the -java option.
2551 2017-01-20 Gerald Pfeifer <gerald@pfeifer.com>
2553 * update-copyright.py (LibJavaFilter): Remove.
2555 2017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
2557 * gcc_update: Remove entries related to GCJ and libgcj.
2558 Complete copyright years and adjust my e-mail address.
2560 2017-01-11 Richard Earnshaw <rearnsha@arm.com>
2562 * gcc_update: Adjust touch list for ARM.
2564 2017-01-08 Gerald Pfeifer <gerald@pfeifer.com>
2566 * download_ecj: Remove.
2568 2017-01-05 Martin Liska <mliska@suse.cz>
2570 * vimrc: Update indentation definition.
2572 2017-01-04 Jakub Jelinek <jakub@redhat.com>
2574 * update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
2575 libssp, libvtv and lto-plugin to default_dirs.
2577 2017-01-01 Jakub Jelinek <jakub@redhat.com>
2579 * update-copyright.py (TestsuiteFilter): Skip params/README.
2580 (GCCCmdLine): Remove libjava and libjava/testsuite add_dir.
2582 2016-12-14 Martin Liska <mliska@suse.cz>
2584 * analyze_brprob.py: Add new column to output and new sorting
2585 option. Fix coding style to not exceed 80 characters.
2586 * analyze_brprob_spec.py: Add new sorting
2587 option. Fix coding style to not exceed 80 characters.
2589 2016-10-24 Moritz Klammler <moritz@glammler.eu>
2592 * download_prerequisites: Conditionally verify checksums of
2593 downloaded pacakges. Add help text.
2594 * prerequisites.md5: New file.
2595 * prerequisites.sha512: New file.
2597 2016-10-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2599 * check_GNU_style.sh (remove_testsuite): New function.
2600 Use it to remove testsuite from the diff.
2602 2016-09-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2604 * dg-extract-results.sh: Revert bogus change.
2606 2016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
2608 * dg-extract-results.py: Report DejaGnu error in the final
2610 * dg-extract-results.sh: Likewise.
2612 2016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
2614 * compare_tests: Take ERROR messages into account when
2617 2016-08-17 Martin Liska <mliska@suse.cz>
2619 * mark_spam.py: Mark as spam all comments done by a creator.
2621 2016-08-15 Martin Liska <mliska@suse.cz>
2623 * mark_spam.py: Add error handling and reset
2624 another properties of attachments and bugs.
2626 2016-08-11 Martin Liska <mliska@suse.cz>
2628 * mark_spam.py: Mark attachments as obsolete and rename them.
2630 2016-08-03 Eric Gallager <egall@gwmail.gwu.edu>
2632 * download_prerequisites: Explicitly remove existing symlinks
2633 before trying to create new ones.
2635 2016-07-28 Martin Liska <mliska@suse.cz>
2637 * mark_spam.py: New file.
2639 2016-07-21 Martin Liska <mliska@suse.cz>
2641 * analyze_brprob.py: If there's no loop, do not calculate
2642 average number of loop iterations.
2644 2016-06-24 Martin Liska <mliska@suse.cz>
2646 * analyze_brprob.py: Parse and display average number
2649 2016-06-23 Andi Kleen <ak@linux.intel.com>
2651 * gen_autofdo_event.py: New file to regenerate
2654 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2656 * config-list.mk: Stop testing mep-elf.
2658 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2660 * config-list.mk: Stop testing avr-rtems.
2662 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2664 * config-list.mk: Stop testing m32r-rtems.
2666 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2668 * config-list.mk: Remove h8300-rtems support.
2670 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2672 * config-list.mk: stop testing knetbsd.
2674 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2676 * config-list.mk: Stop testing openbsd3.0.
2678 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2680 * config-list.mk: Remove interix target.
2682 2016-06-21 David Edelsohn <dje.gcc@gmail.com>
2684 * config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1,
2686 Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1.
2687 Add rs6000-ibm-aix7.1.
2689 2016-06-17 Martin Liska <mliska@suse.cz>
2691 * analyze_brprob.py: Fix columns of script output.
2693 2016-06-13 Richard Biener <rguenther@suse.de>
2695 * download_prerequisites (ISL): Bump version to 0.16.1
2697 2016-06-10 Alan Hayward <alan.hayward@arm.com>
2699 * check_GNU_style.sh: Fix paste args for BSD
2701 2016-06-09 David Malcolm <dmalcolm@redhat.com>
2703 * config-list.mk (LIST): Add OPT-enable-obsolete to avr-rtems,
2704 h8300-rtems, m32r-rtems, mep-elf.
2706 2016-06-09 David Malcolm <dmalcolm@redhat.com>
2708 * config-list.mk (GCC_SRC_DIR): New variable.
2709 (make-log-dir): Use GCC_SRC_DIR.
2710 ($(LIST)): Likewise.
2712 2016-06-09 Martin Liska <mliska@suse.cz>
2714 * analyze_brprob_spec.py: New file.
2716 2016-06-09 Martin Liska <mliska@suse.cz>
2718 * analyze_brprob.py: Add new argument --sorting.
2720 2016-06-09 Martin Liska <mliska@suse.cz>
2722 * analyze_brprob.py: Cover new dump output format.
2724 2016-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2726 * update-copyright.py (LibMudflapFilter): Remove.
2727 (GCCCmdLine.__init__): Add gotools, libcc1.
2729 List unhandled intl, libcilkrts, libgo, liboffloadmic,
2732 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2734 * download_prerequisites: Adjust gmp/mpfr/mpc versions.
2736 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2738 * compare-all-tests: Remove SH5 support.
2739 * config-list.mk: Likewise.
2741 2016-04-28 Martin Liska <mliska@suse.cz>
2743 * analyze_brprob: Remove.
2744 * analyze_brprob.py: New file.
2746 2016-04-27 Jakub Jelinek <jakub@redhat.com>
2748 * gennews (files): Add files for GCC 6.
2750 2016-04-17 Jan Hubicka <jh@suse.cz>
2752 * analyze_brprob: Update comment.
2754 2016-04-13 Martin Sebor <msebor@redhat.com>
2756 * check_GNU_style.sh: Avoid false posivies in trailing operator
2759 2016-03-07 Martin Sebor <msebor@redhat.com>
2761 * check_GNU_style.sh (color): New global variable.
2762 Add checks for trailing operators and spaces before left brackets.
2763 Tightened up a check for a trailing left curly brace.
2764 (g, ag, vg): Use color.
2765 (col): Don't complain about excessively long lines with DejaGnu
2768 2016-03-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2770 * mklog: Look for the ChangeLog file in $cwd.
2772 2016-02-26 Joel Sherrill <joel@rtems.org>
2774 * config-list.mk: Add aarch64-rtems and x86_64-rtems
2776 2016-01-19 Jonathan Wakely <jwakely@redhat.com>
2778 * uninclude: Fix third argument to gensub.
2780 2016-01-04 Jakub Jelinek <jakub@redhat.com>
2782 * update-copyright.py (GCCCopyright): Add NVIDIA Corporation
2785 2015-12-17 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2787 * config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
2788 targets x86_64-knetbsd-gnu, i686-knetbsd-gnu and i686-openbsd3.0 .
2790 2015-12-06 Tobias Burnus <burnus@net-b.de>
2792 * download_prerequisites: Download ISL 0.15 instead of 0.14.
2794 2015-11-20 Martin Liska <mliska@suse.cz>
2796 * clang-format: Split content of a list to multiple
2799 2015-11-19 Martin Liska <mliska@suse.cz>
2801 * clang-format: Enhance list of FOR_EACH macros.
2803 2015-11-19 Martin Liska <mliska@suse.cz>
2805 * clang-format: New file.
2807 2015-11-11 Andrew MacLeod <amacleod@redhat.com>
2809 * header-tools: New. Directory containing a set of tools for
2810 manipulating header files.
2812 2015-10-30 Nathan Sidwell <nathan@acm.org>
2814 * config-list.mk (nvptx-none): Add it.
2816 2015-09-11 Markus Trippelsdorf <markus@trippelsdorf.de>
2818 * download_prerequisites: Make sure that script is run from
2819 top level source directory.
2821 2015-08-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2823 * update-copyright.py (GCCCmdLine): Add libvtv.
2825 2015-08-04 Uros Bizjak <ubizjak@gmail.com>
2827 * texi2pod.pl: Escape braces in regexp involving @strong{...}.
2829 2015-07-15 Tom de Vries <tom@codesourcery.com>
2831 * check_GNU_style.sh (cat_with_prefix): Fix quoting.
2833 2015-06-02 Steve Ellcey <sellcey@imgtec.com>
2835 * test_installed (--target=): New option.
2837 2015-05-30 Mikhail Maltsev <maltsevm@gmail.com>
2839 * gimple.vim: New file.
2841 2015-05-18 Tom de Vries <tom@codesourcery.com>
2843 * check_GNU_style.sh: Add temp files tmp2 and tmp3.
2844 (cat_with_prefix): New function, using global variable prefix.
2845 (col): Make prefix a global variable. Rewrite to process file at a time
2846 rather than line at a time. Print part longer than 80 chars in red.
2848 2015-05-18 Tom de Vries <tom@codesourcery.com>
2850 * check_GNU_style.sh (g, ag, vg): Don't cat empty file.
2852 2015-05-18 Tom de Vries <tom@codesourcery.com>
2854 * check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
2856 2015-05-18 Tom de Vries <tom@codesourcery.com>
2858 * check_GNU_style.sh: Improve readability function calls.
2860 2015-05-16 James Bowman <james.bowman@ftdichip.com>
2862 * config-list.mk: Add FT32.
2864 2015-05-12 Tom de Vries <tom@codesourcery.com>
2866 * check_GNU_style.sh (col): Fix tab size.
2868 2015-05-12 Tom de Vries <tom@codesourcery.com>
2870 * check_GNU_style.sh: Put stdin into a temp file.
2872 2015-05-12 Tom de Vries <tom@codesourcery.com>
2874 * check_GNU_style.sh: Read either from stdin, or from files.
2876 2015-05-12 Tom de Vries <tom@codesourcery.com>
2878 * check_GNU_style.sh: Check if files exists.
2880 2015-05-12 Tom de Vries <tom@codesourcery.com>
2882 * check_GNU_style.sh: Don't use a filename prefix if we're only
2883 processing one patch file.
2885 2015-05-12 Yury Gribov <y.gribov@samsung.com>
2887 * mklog: Ignore preprocessor directives.
2889 2015-04-22 Jakub Jelinek <jakub@redhat.com>
2891 * gennews (files): Add files for GCC 5.
2893 2015-03-06 Bernd Edlinger <bernd.edlinger@hotmail.de>
2895 * dg-extract-results.sh: Check that the necessary python modules exist.
2897 2015-02-05 Ilya Verbin <ilya.verbin@intel.com>
2899 * gcc_update (files_and_dependencies): Add rules for liboffloadmic and
2900 liboffloadmic/plugin.
2902 2015-01-15 Richard Sandiford <richard.sandiford@arm.com>
2904 * update-copyright.py (Copyright.__init__): Add a regexp for
2906 (Copyright.update_copyright): Don't add a space before the year
2909 2015-01-15 Thomas Schwinge <thomas@codesourcery.com>
2911 * gcc_update (files_and_dependencies): Update rules for new
2912 libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
2914 2015-01-12 Yury Gribov <y.gribov@samsung.com>
2916 * check_GNU_style.sh: Support patches coming from stdin.
2917 Check that spaces are converted to tabs.
2918 Make double-space-after-dot check more precice.
2920 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2922 * config-list.mk (LIST): Add visium-elf.
2924 2015-01-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2926 * config-list.mk: Use shortest match for OPT to find the actual
2929 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
2931 * dg-extract-results.sh: Use --text with grep to avoid issues with
2932 binary files. Fall back to cat -v, if that doesn't work.
2934 2014-12-12 Chung-Ju Wu <jasonwucj@gmail.com>
2936 * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
2938 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2939 Yury Gribov <y.gribov@samsung.com>
2943 2014-12-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
2945 * check_GNU_style.sh: Warn for incorrect number of spaces in function
2946 call only if 0 or 2+ spaces found.
2948 2014-12-02 Tobias Burnus <burnus@net-b.de>
2950 * download_prerequisites: Download ISL 0.14 instead of 0.12.2.
2952 2014-11-25 Tom de Vries <tom@codesourcery.com>
2953 Peter Bergner <bergner@vnet.ibm.com>
2955 * mklog: Handle .mklog. Use git setting independent of presence .git
2958 2014-11-14 Tom de Vries <tom@codesourcery.com>
2960 * mklog: Move reading of .diff file up and add comment. Copy diff_lines
2961 to orig_diff_lines. Use orig_diff_lines when appending patch.
2963 2014-11-11 David Malcolm <dmalcolm@redhat.com>
2965 * ChangeLog.jit: New.
2966 * jit-coverage-report.py: New file: a script to print crude
2967 code-coverage information for the libgccjit API.
2969 2014-11-11 Marat Zakirov <m.zakirov@samsung.com>
2971 * mklog: Symbol '}' stops search for changes.
2973 2014-11-11 Tobias Burnus <burnus@net-b.de>
2975 * download_prerequisites: Stop downloading CLooG.
2977 2014-11-07 Marat Zakirov <m.zakirov@samsung.com>
2979 * mklog: Always doubt in functions.
2982 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2984 * config-list.mk: Don't build Go for certain targets.
2986 2014-10-04 Trevor Saunders <tsaunders@mozilla.com>
2988 * compare-all-tests: Don't test score-*.
2989 * config-list.mk: Likewise.
2991 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2993 * dg-extract-results.py (output_variation): Always sort if do_sum.
2995 2014-09-22 Tom de Vries <tom@codesourcery.com>
2997 * mklog: Add --inline option.
2999 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
3001 * dg-extract-results.py (Prog.result_re): Include options in test name.
3003 2014-09-19 Olivier Hainque <hainque@adacore.com>
3005 * config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
3007 2014-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
3009 * config-list.mk (LIST): Add v850-rtems.
3011 2014-09-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
3013 * config-list.mk (LIST): Add arm-rtems.
3014 Add nios2-rtems. Remove extra option from powerpc-rtems.
3016 2014-09-08 Trevor Saunders <tsaunders@mozilla.com>
3018 * compare-all-tests: Don't test picochip.
3019 * config-list.mk: Likewise.
3021 2014-08-11 Mingjie Xing <mingjie.xing@gmail.com>
3023 * texi2pod.pl (postprocess): Move command process for '@sc' to the
3024 front of '@dfn'. Add a new command process for '@t{...}', just print
3027 2014-07-21 Trevor Saunders <tsaunders@mozilla.com>
3028 Yury Gribov <y.gribov@samsung.com>
3030 * mklog: Run mklog as a filter.
3032 2014-07-21 Trevor Saunders <tsaunders@mozilla.com>
3034 * mklog: Read name and email from git config when available.
3036 2014-06-28 Richard Biener <rguenther@suse.de>
3038 * gennews: Use gcc-3.0/index.html.
3040 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
3042 * dg-extract-results.py: For Python 3, force sys.stdout to handle
3043 surrogate escape sequences.
3044 (safe_open): New function.
3045 (output_segment, main): Use it.
3047 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
3049 * dg-extract-results.py (Named): Remove __cmp__ method.
3050 (output_variation): Use a key to sort variation.harnesses.
3052 2014-05-24 Uros Bizjak <ubizjak@gmail.com>
3054 * texi2pod.pl: Force .pod file to not be a numbered list.
3056 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
3058 * dg-extract-results.py (parse_run): Handle warnings that are printed
3059 before a test harness is run.
3061 2014-05-09 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3063 * config-list.mk (show): New target.
3065 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
3067 * dg-extract-results.py: New file.
3068 * dg-extract-results.sh: Use it if the environment seems suitable.
3070 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3072 * config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
3074 2013-04-22 Jakub Jelinek <jakub@redhat.com>
3076 * gennews (files): Add files for GCC 4.9.
3078 2014-02-24 Walter Lee <walt@tilera.com>
3080 * config-list.mk (LIST): Add tilegxbe-linux-gnu.
3082 2014-02-13 Richard Biener <rguenther@suse.de>
3084 * download_prerequisites: Update ISL and CLOOG versions.
3086 2014-01-31 Brooks Moses <bmoses@google.com>
3088 * gcc_update (files_and_dependencies): Add aarch64-tune.md.
3090 2014-01-29 Yury Gribov <y.gribov@samsung.com>
3092 * mklog: Improve support of context diffs.
3094 2014-01-21 Tatiana Udalova <t.udalova@samsung.com>
3096 * mklog: Avoid adding falsely changed functions to ChangeLog.
3098 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
3100 * config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
3101 ordering of some configs.
3103 2013-12-23 Yury Gribov <y.gribov@samsung.com>
3105 * mklog: Automatically insert comments in trivial cases.
3107 2013-12-19 Yury Gribov <y.gribov@samsung.com>
3109 * mklog: Split generated message in parts.
3111 2013-10-31 Chung-Ju Wu <jasonwucj@gmail.com>
3113 * config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
3115 2013-10-29 Tobias Burnus <burnus@net-b.de>
3117 * gcc_update (files_and_dependencies): Add rules for
3120 2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
3122 * gcc_update (files_and_dependencies): Fix rule for
3123 libgomp/testsuite/Makefile.in.
3125 2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
3127 * config-list.mk: Add arc configurations.
3129 2013-09-27 Diego Novillo <dnovillo@google.com>
3131 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3133 2013-09-12 DJ Delorie <dj@redhat.com>
3135 * config-list.mk: Add msp430-elf.
3137 2013-08-31 Diego Novillo <dnovillo@google.com>
3139 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3141 2013-08-29 Mike Stump <mikestump@comcast.net>
3143 * gcc_update (configure): Update to handle svn 1.8.1.
3145 2013-08-03 Caroline Tice <cmtice@google.com>
3147 * gcc_update: Add libvtv files.
3149 2013-06-06 Brooks Moses <bmoses@google.com>
3151 * testsuite-management/validate_failures.py: Fix handling of
3152 summary lines with "|" characters or empty description fields.
3154 2013-05-24 Chung-Ju Wu <jasonwucj@gmail.com>
3156 * download_prerequisites: Download isl and cloog conditionally.
3158 2013-05-21 David Malcolm <dmalcolm@redhat.com>
3160 * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
3162 2013-05-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3164 * config-list.mk (LIST): Add -enable-obsolete for
3165 sparc-sun-solaris2.9, i686-solaris2.9.
3167 2013-05-13 Mike Stump <mikestump@comcast.net>
3169 * compare_tests: Limit lines to 2000 characters as comm on Mac OS
3170 X 10.8.3 doesn't like long lines (those 2055 characters or more).
3172 2013-04-22 Sofiane Naci <sofiane.naci@arm.com>
3174 * config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
3176 2013-04-18 Diego Novillo <dnovillo@google.com>
3178 * validate_failures.py: Fix typo.
3180 2013-04-18 Diego Novillo <dnovillo@google.com>
3182 * validate_failures.py: Loosen check for build directory.
3183 State what failed if we couldn't find the source tree or
3186 2013-03-22 Jakub Jelinek <jakub@redhat.com>
3188 * gennews (files): Add files for GCC 4.8.
3190 2013-03-06 Tobias Burnus <burnus@net-b.de>
3192 * make-obstacks-texi.pl: New.
3194 2013-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3196 * make_sunver.pl: Enforce C locale.
3198 2013-02-06 Richard Sandiford <rdsandiford@googlemail.com>
3200 * update-copyright.py: Add libdecnumber to the default list.
3201 Remove libquadmath and libssp.
3203 2013-02-06 Diego Novillo <dnovillo@google.com>
3205 * testsuite-management/validate_failures.py: Fix typo.
3207 2013-02-06 Diego Novillo <dnovillo@google.com>
3209 * testsuite-management/validate_failures.py: Update
3211 Request contributions not to use Python features newer
3213 (GetBuildData): If this is not a build directory,
3214 emit an error only if --results or --manifest are missing.
3216 2013-02-06 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3218 * testsuite-management/validate_failures.py
3219 (IsInterestingResult): Fix performance regression
3221 2013-02-04 Richard Sandiford <rdsandiford@googlemail.com>
3223 * update-copyright.py: New file.
3225 2013-01-15 David Blaikie <dblaikie@gmail.com>
3227 * dg-extract-results.sh: Handle KPASSes.
3229 * dg-extract-results.sh: Constrain the start-of-log pattern.
3231 * dg-extract-results.sh: Fix order of summary counts.
3233 2012-12-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3235 * testsuite-management/validate_failures.py
3236 (IsInterestingResult): Only strip line a second time if we did split.
3237 Rephrase return statement while at it.
3238 (CollectSumFiles): Also ignore .git directory.
3240 2012-12-03 Diego Novillo <dnovillo@google.com>
3242 * testsuite-management/validate_failures.py: Fix stale
3245 2012-11-30 Doug Evans <dje@google.com>
3247 * testsuite-management/validate_failures.py: Add support for @include,
3248 @remove directives in manifest files.
3250 * testsuite-management/validate_failures.py: Add function
3251 GetManifestPath. New global _MANIFEST_SUBDIR.
3253 2012-11-29 Doug Evans <dje@google.com>
3255 * testsuite-management/validate_failures.py: Remove pass/fail
3256 indicator from result of GetBuildData.
3258 * testsuite-management/validate_failures.py: Store options in global
3261 * testsuite-management/validate_failures.py: Rename variable
3262 manifest_name to manifest_path everywhere.
3264 * testsuite-management/validate_failures.py (CompareBuilds): Pass
3265 options.results to GetSumFiles for clean build.
3267 2012-11-28 Doug Evans <dje@google.com>
3269 * testsuite-management/validate_failures.py: Use <target_alias> instead
3270 of <target>. Minor whitespace changes.
3272 * testsuite-management/validate_failures.py: Record ordinal with
3275 2012-11-19 Mike Stump <mikestump@comcast.net>
3277 * compare_tests: Add export LC_ALL=C to make sort happier.
3279 2012-11-14 H.J. Lu <hongjiu.lu@intel.com>
3281 * gcc_update: Update libsanitizer generated files.
3283 2012-11-12 Tobias Burnus <burnus@net-b.de>
3285 * gcc_update: Add libquadmath generated files.
3287 2012-11-12 H.J. Lu <hongjiu.lu@intel.com>
3289 * gcc_update: Add libsanitizer generated files.
3291 2012-11-05 Lawrence Crowl <crowl@google.com>
3293 * compare_two_ftime_report_sets: New.
3295 2012-11-02 Diego Novillo <dnovillo@google.com>
3297 * testsuite-management/validate_failures.py: Add option
3298 --clean_build to compare test results against another
3301 2012-10-31 Diego Novillo <dnovillo@google.com>
3303 * testsuite-management/validate_failures.py: Fix parsing
3306 2012-10-29 Diego Novillo <dnovillo@google.com>
3308 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3310 2012-10-06 Diego Novillo <dnovillo@google.com>
3312 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3314 2012-10-02 Christophe Lyon <christophe.lyon@linaro.org>
3316 * check_GNU_style.sh: Remove temporay file upon exit.
3318 2012-09-26 Joern Rennecke <joern.rennecke@embecosm.com>
3320 * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
3321 arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
3322 Use --enable-obsolete for picochip-elf.
3324 2012-09-10 Diego Novillo <dnovillo@google.com>
3326 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3328 2012-09-04 Eric Botcazou <ebotcazou@adacore.com>
3330 * make_sunver.pl: Add missing newline at the end of extern "C++" block.
3332 2012-08-24 Diego Novillo <dnovillo@google.com>
3334 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3336 2012-08-14 Diego Novillo <dnovillo@google.com>
3338 * testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
3340 2012-08-13 Diego Novillo <dnovillo@google.com>
3342 * testsuite-management/validate_failures.py (ExpirationDate): Tidy
3345 2012-08-13 Diego Novillo <dnovillo@google.com>
3347 * testsuite-management/validate_failures.py (ParseSummary): Fix
3350 2012-08-13 Diego Novillo <dnovillo@google.com>
3352 * testsuite-management/validate_failures.py: Import datetime.
3353 (TestResult.ExpirationDate): New.
3354 (TestResult.HasExpired): New.
3355 (ParseSummary): Call it. If it returns True, warn that the
3356 expected failure has expired and do not add it to the set of
3358 (GetResults): Clarify documentation.
3360 2012-07-26 Diego Novillo <dnovillo@google.com>
3362 * testsuite-management/validate_failures.py: Do not use
3363 'with ... as ...' constructs.
3365 2012-07-19 Diego Novillo <dnovillo@google.com>
3367 * testsuite-management/validate_failures.py (CollectSumFiles):
3368 Rename from GetSumFiles.
3369 (GetSumFiles): Factor out of CheckExpectedResults.
3370 (CheckExpectedResults): Call it.
3371 (ProduceManifest): Call it.
3373 2012-07-18 Diego Novillo <dnovillo@google.com>
3375 * testsuite-management/validate_failures.py: Fix
3376 /usr/bin/python invocation.
3378 2012-06-19 Steven Bosscher <steven@gcc.gnu.org>
3380 * check_makefile_deps.sh: Look for c-common.o in c-family/.
3381 Add a few more crt* files to the list of files to skip.
3383 2012-05-31 Marek Polacek <polacek@redhat.com>
3385 * mklog: Prevent printing three spaces after the date.
3387 2012-06-04 Diego Novillo <dnovillo@google.com>
3389 * testsuite-management/validate_failures.py (GetResults):
3390 Change argument to accept list of summary files to analyze.
3392 (CheckExpectedResults): Handle options.manifest, options.results
3393 and options.ignore_missing_failures.
3394 (Main): Add options --manifest, --results and --ignore_missing_failures.
3396 2012-05-31 Diego Novillo <dnovillo@google.com>
3397 Cary Coutant <ccoutant@google.com>
3401 2012-05-25 H.J. Lu <hongjiu.lu@intel.com>
3404 * contrib/compare-debug (remove_comment): New function.
3405 Remove any .comment sections if the first cmp failed.
3407 2012-05-09 David Edelsohn <dje.gcc@gmail.com>
3409 * gcc_update: Use $GCC_SVN to retrieve branch and revision.
3411 2012-05-01 Richard Henderson <rth@redhat.com>
3413 * gcc_update: Add libatomic generated files.
3415 2012-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
3417 * compare_tests: Append '/' to make 'find' traverse
3418 symlinked directories.
3420 2012-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3422 * testsuite-management/validate_failures.py (GetBuildData): Use
3425 2012-04-06 Doug Evans <dje@google.com>
3427 * dg-extract-results.sh: Handle KFAILs.
3429 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3431 * config-list.mk (LIST): Remove mips-sgi-irix6.5.
3433 2012-03-13 Joseph Myers <joseph@codesourcery.com>
3435 * gennews (files): Add files for GCC 4.7.
3437 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3439 * config-list.mk (LIST): Remove mips-openbsd.
3441 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3443 * config-list.mk (LIST): Remove alpha-dec-osf5.1.
3445 2012-03-02 Diego Novillo <dnovillo@google.com>
3447 * testsuite-management/validate_failures.py (class TestResult): Fix
3448 match pattern for the summary line. If there is a parsing failure,
3449 show the line we failed to parse.
3451 2012-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3454 * make_sunver.pl: Remove #ifdef handling.
3456 2012-02-17 Doug Kwan <dougkwan@google.com>
3458 * contrib/testsuite-management/validate_failures.py
3459 (GetMakefileValue): Check for cross compilers.
3461 2012-02-15 Quentin Neill <quentin.neill@amd.com>
3463 * compare_tests: Fix trailing paths in dir arguments.
3464 Handle sum1/sum2 temp files with others.
3466 2012-02-14 Walter Lee <walt@tilera.com>
3468 * config-list.mk (LIST): Add tilegx-linux-gnu and
3470 * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
3471 (gcc/config/tilepro/mul-tables.c): New dependencies.
3473 2012-02-11 Mike Stump <mikestump@comcast.net>
3475 * compare_tests (exit_status): Fix.
3477 2012-02-10 Diego Novillo <dnovillo@google.com>
3479 * repro_fail: Add --debug and --debug-tui flags.
3481 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3482 Jayant R Sonar <jayant.sonar@kpitcummins.com>
3484 * config-list.mk (LIST): Add cr16-elf.
3486 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
3489 * gcc_update (files_and_dependencies): Add
3490 gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
3492 2011-11-29 DJ Delorie <dj@redhat.com>
3494 * config-list.mk (LIST): Add rl78-elf.
3496 2011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3498 * make_sunver.pl: Convert '?' in glob patterns to '.'.
3500 2011-11-07 Richard Henderson <rth@redhat.com>
3502 Merged from transactional-memory.
3504 * gcc_update: Add libitm to touch data.
3506 2011-11-07 Quentin Neill <quentin.neill@amd.com>
3508 * compare_tests: Add ability to compare all .sum
3509 files from two build directories.
3511 2011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
3513 * contrib-list.mk: Add Epiphany configurations.
3515 2011-09-13 Diego Novillo <dnovillo@google.com>
3517 * testsuite-management: New.
3518 * testsuite-management/validate_failures.py: New.
3520 2011-08-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3522 * gcc_update: Determine svn branch from hg convert_revision.
3524 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3526 * config-list.mk (i586-netware): Remove.
3527 (.PHONY): Remove make-script-dir dependency.
3528 (make-script-dir): Remove.
3529 ($(LIST)): Remove make-script-dir dependency.
3531 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
3533 * gcc_update: Add C6X generated files.
3534 * contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
3536 2011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3538 * config-list.mk (LIST): Append OPT-enable-obsolete to
3539 alpha-dec-osf5.1, mips-sgi-irix6.5.
3541 2011-06-24 Diego Novillo <dnovillo@google.com>
3545 2011-06-21 Joseph Myers <joseph@codesourcery.com>
3547 * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
3549 2011-05-19 Joseph Myers <joseph@codesourcery.com>
3551 * gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
3552 gcc/config/arm/arm-fpus.def.
3554 2011-05-10 Joseph Myers <joseph@codesourcery.com>
3556 * gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
3559 2011-05-09 Joseph Myers <joseph@codesourcery.com>
3561 * gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
3563 2010-05-05 Joern Rennecke <joern.rennecke@embecosm.com>
3565 * config-list.mk: New file.
3567 2011-05-02 Joseph Myers <joseph@codesourcery.com>
3569 * gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
3571 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3573 * paranoia.cc (ENUM_BITFIELD): Remove.
3575 2011-04-08 Joseph Myers <joseph@codesourcery.com>
3577 * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
3579 2011-03-22 Joseph Myers <joseph@codesourcery.com>
3581 * compare-all-tests (all_targets): Remove crx and m68hc11.
3583 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3586 * make_sunver.pl: Don't use File::Glob.
3588 2011-03-05 Joseph Myers <joseph@codesourcery.com>
3590 * gennews (files): Add files for GCC 4.6.
3592 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
3594 * patch_tester.sh (nopristinecache): New shell var, set according
3595 to presence or absence of new -nopristinecache option.
3596 (usage): Document new option.
3597 (bootntest_pristine): Implement it.
3599 2010-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3601 * make_sunver.pl: Use elfdump -s to extract symbols if possible,
3602 readelf -s otherwise.
3604 2010-11-08 Eric Botcazou <ebotcazou@adacore.com>
3606 * make_sunver.pl: Ignore entries without symbol name first. Then do
3607 not ignore symbols marked as 'R'.
3609 2010-10-18 Andi Kleen <ak@linux.intel.com>
3611 * gccbug.el: Remove.
3613 2010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3615 * gcc_update: Run $GCC_HG pull and update separately.
3616 Check parents for SVN revision.
3618 2010-10-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3620 * test_recheck: New script.
3622 2010-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3624 * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
3625 Also escape characters with grave accents, to be fixed ...
3626 (unmunge): ... here.
3627 (postprocess): Also handle @/ and @acronym{...}.
3629 2010-07-02 Sebastian Pop <sebastian.pop@amd.com>
3631 * check_GNU_style.sh: Do not print warning messages when there are
3634 2010-09-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3636 * gcc_update: Handle hg, too.
3638 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
3640 * make_sunver.pl: Remove extra whitespace in regexp.
3642 2010-07-02 Sebastian Pop <sebastian.pop@amd.com>
3644 * check_GNU_style.sh: New.
3646 2010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3648 * make_sunver.pl: New file.
3650 2010-07-02 Iain Sandoe <iains@gcc.gnu.org>
3652 * compare-debug (Darwin): Remove '-x' flag from ld-based object
3653 stripping. Add a comment as to why we do it this way.
3655 2010-06-20 Alexandre Oliva <aoliva@redhat.com>
3657 * compare-debug: Drop LTO sections.
3659 2010-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3661 * gcc_update: Support updating a git clone.
3663 2010-06-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3665 * test_summary: Don't use diff -u.
3668 2010-06-02 Andrew Haley <aph@redhat.com>
3670 * download_prerequisites: New script.
3672 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3674 * dg-extract-results.sh: Redirect grep output to /dev/null instead
3677 2010-04-22 Basile Starynkevitch <basile@starynkevitch.net>
3679 * gcc_update: Sets the locale to C.
3681 2010-04-06 Joseph Myers <joseph@codesourcery.com>
3683 * gennews (files): Add files for GCC 4.5.
3685 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3687 Fix *.log tests output containing "===".
3688 * dg-extract-results.sh (/\===/): Rename to ...
3689 (/^\t\t=== .* ===$/): ... this pattern.
3691 2010-03-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3693 * dg-extract-results.sh: Fix result order to match sequential case.
3695 2010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3697 * check_warning_flags.sh: Use \012 instead of \n with tr.
3699 2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3701 * dg-extract-results.sh: Don't use tail -n.
3703 2009-10-03 H.J. Lu <hongjiu.lu@intel.com>
3704 Richard Guenther <rguenther@suse.de>
3707 * gcc_update: Adjust file timestamps for lto-plugin.
3709 2009-09-10 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
3712 * compare-debug: Handle stripping of dwarf debug sections from darwin
3715 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3717 * compare-debug: Grep for blank before dash to avoid grep -e.
3719 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3721 * compare-debug: Look for .gkd files and compare them.
3723 2009-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3726 * test_summary: Invoke config.status, rather than trying to
3727 parse it. Adjust awk script.
3729 2009-08-18 Alexandre Oliva <aoliva@redhat.com>
3731 * compare-debug: Drop .eh_frame relocations too.
3733 2009-08-18 H.J. Lu <hongjiu.lu@intel.com>
3736 * test_summary: Filter out "\r".
3738 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3740 * compare-debug: Don't fail just because of .eh_frame differences.
3742 2009-04-27 Jakub Jelinek <jakub@redhat.com>
3745 * dg-extract-results.sh: Close open files and use >> instead of >
3746 to decrease number of concurrently open files from awk. Avoid
3747 = at the beginning of a regexp and redirect to a file determined
3748 by curfile variable rather than concatenated strings to workaround
3751 2009-04-25 Gerald Pfeifer <gerald@pfeifer.com>
3753 * test_summary: Only include LAST_UPDATED if it exists.
3754 Complete copyright years.
3756 2009-04-16 Paolo Bonzini <bonzini@gnu.org>
3758 * compare-all-tests: New.
3760 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3762 * gennews (files): Reference GCC 4.4 web pages.
3764 2009-04-09 Jakub Jelinek <jakub@redhat.com>
3766 * reghunt/date_based/reg_periodic: Change copyright header to refer
3767 to version 3 of the GNU General Public License and to point readers
3768 at the COPYING3 file and the FSF's license web page.
3769 * reghunt/date_based/reg_search: Likewise.
3770 * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
3771 * regression/btest-gcc.sh: Likewise.
3772 * regression/objs-gcc.sh: Likewise.
3774 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3776 * check_warning_flags.sh: Update flag exceptions.
3778 2008-11-18 Ben Elliston <bje@au.ibm.com>
3780 * dg-cmp-results.sh: Do not print usage if either .sum file cannot
3781 be opened; print a more meaningful error instead.
3783 2008-10-24 Janis Johnson <janis187@us.ibm.com>
3784 Jakub Jelinek <jakub@redhat.com>
3786 * dg-extract-results.sh: New file.
3788 2008-07-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3790 * check_makefile_deps.sh: New file.
3792 2008-05-08 Sebastian Pop <sebastian.pop@amd.com>
3794 * patch_tester.sh (report): Do not print "Checker: ".
3796 2008-04-23 Sebastian Pop <sebastian.pop@amd.com>
3798 * patch_tester.sh (report): Do not print the time.
3800 2008-04-01 Joseph Myers <joseph@codesourcery.com>
3802 * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
3803 Handle @heading. Handle enumerated lists with starting numbers
3806 2008-03-10 Janis Johnson <janis187@us.ibm.com>
3808 * patch_tester.sh (initialization): Initialize svnpatch and stop.
3809 (usage): Add -svnpath and -stop.
3811 (argument handling): Process -stop and -svnpath.
3812 (setup code): Use makedir, error out if initial svn checkout fails.
3813 (update): Use svnpath. Invoke contrib/gcc_update.
3814 (apply_patch): Require that patch was created at top level. Use eval
3815 with option variables. Don't use bootstrap target for make. Verify
3816 that some tests were run.
3817 (bootntest_patched): Use snvpath.
3818 (main loop): For -stop, exit when there are no more patches to test.
3820 2008-03-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3822 * check_warning_flags.sh: Instead of invoke.texi, take the path
3823 to the doc directory as argument. Check that warnings listed in
3824 'gcc --help' are accepted by the compiler, and listed in the
3827 2008-03-06 Tom Tromey <tromey@redhat.com>
3829 * patch_tester.sh (usage): Watermark is not lexicographic.
3830 Load $STATE/defaults if it exists.
3832 (apply_patch): Handle deletions.
3833 (bootntest): Handle default settings.
3835 2008-03-05 Jakub Jelinek <jakub@redhat.com>
3837 * gennews (files): Reference GCC 4.3 web pages.
3839 2008-02-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3841 * check_warning_flags.sh: New file.
3843 2008-01-25 Joseph Myers <joseph@codesourcery.com>
3845 * paranoia.cc (main): Remove handling of c4x_single and
3846 c4x_extended formats.
3848 2007-12-26 Sebastian Pop <sebastian.pop@amd.com>
3850 * compareSumTests3: Changed to GPLv3.
3851 * prepare_patch.sh: Same.
3855 * texi2pod.pl: Same.
3856 * analyze_brprob: Same.
3859 2007-12-26 Sebastian Pop <sebastian.pop@amd.com>
3861 * patch_tester.sh: Changed to GPLv3.
3863 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3865 * patch_tester.sh: Don't save the script anymore.
3867 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3869 * patch_tester.sh: New.
3870 * prepare_patch.sh: New.
3872 2007-11-26 Alexandre Oliva <aoliva@redhat.com>
3874 * compare-debug: Introduce -p flag to preserve .stripped files.
3876 2007-10-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3878 * texi2pod.pl: Handle @asis.
3879 (postprocess): Move @gccoptlist{} after all formatting commands.
3881 2007-10-01 Alexandre Oliva <aoliva@redhat.com>
3883 * compare-debug: Avoid spurious errors when .stripped files
3886 2007-09-22 Hans-Peter Nilsson <hp@axis.com>
3888 * warn_summary (srcdirFilter): Add fixincludes, sim,
3891 2007-08-23 H.J. Lu <hongjiu.lu@intel.com>
3893 * gcc_update: Handle different URL paths and tags.
3895 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3897 * compare-debug: New.
3899 2007-08-16 H.J. Lu <hongjiu.lu@intel.com>
3900 Andreas Schwab <schwab@suse.de>
3902 * gcc_update: Use "svn info" for revision number. Create
3903 gcc/REVISION with branch name and revision number.
3905 2007-08-10 Diego Novillo <dnovillo@google.com>
3907 * gcc.doxy: Rename from tree-ssa.doxy.
3909 2007-08-10 Diego Novillo <dnovillo@google.com>
3911 * tree-ssa.doxy: Update for doxygen 1.5.
3912 Include all the files in the middle and back ends.
3914 2007-06-30 Hans-Peter Nilsson <hp@axis.com>
3916 * gcc_update (files_and_dependencies): Handle
3917 gcc/testsuite/gcc.dg/cpp/direct2s.c.
3919 2007-05-13 Mark Mitchell <mark@codesourcery.com>
3921 * gennews (files): Reference GCC 4.2 web pages.
3923 2007-04-04 Zack Weinberg <zack@mrtock.ucsd.edu>
3925 * texi2pod.pl: Correct handling of @itemize with no argument.
3927 2007-03-17 Hans-Peter Nilsson <hp@axis.com>
3929 * uninclude: New utility, from Alexandre Oliva.
3931 2007-02-26 Dominique Dhumieres <dominiq@lps.ens.fr>
3933 * test_installed: Adjust to the move from g77 to gfortran.
3935 2007-02-16 Matthias Klose <doko@debian.org>
3937 * texi2pod.pl: Handle @subsubsection, ignore @anchor.
3939 2007-02-10 Hans-Peter Nilsson <hp@axis.com>
3941 * test_summary (configflags): Adjust for changes in the
3942 config.status format due to update to autoconf 2.59.
3944 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3946 * gcc_update: Update for configure.in -> configure.ac.
3948 2007-02-06 Richard Sandiford <richard@codesourcery.com>
3950 * texi2pod.pl: Handle @multitable.
3952 2007-01-15 Tom Tromey <tromey@redhat.com>
3954 * download_ecj: New file.
3956 2006-09-27 Matthew Sachs <msachs@apple.com>
3958 * compareSumTests3: POD syntax fix.
3960 2006-09-27 Matthew Sachs <msachs@apple.com>
3962 * dglib.pm: Initial commit.
3963 * compareSumTests3: Initial commit.
3965 2006-09-18 Bernhard Fischer <aldot@gcc.gnu.org>
3967 * dg-cmp-results.sh (compare-$$.awk): Print name[old]
3968 and not non-existing nm[old].
3970 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
3972 Port to hosts whose 'sort' and 'tail' implementations
3973 treat operands with leading '+' as file names, as POSIX
3974 has required since 2001. However, make sure the code still
3975 works on pre-POSIX hosts.
3976 * compare_tests: Don't assume "sort +2" is equivalent to
3977 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3979 2006-06-05 James Lemke <jwlemke@wasabisystems.com>
3981 * dg-cmp-results.sh: New script for comparing DejaGNU logs.
3983 2006-06-02 Richard Earnshaw <rearnsha@arm.com>
3984 Mike Stump <mrs@apple.com>
3986 * compare_tests: Handle multilibs better.
3988 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3990 * texi2pod.pl: Correct handling of absolute @include.
3992 2006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3994 * texi2pod.pl: Handle -I.
3996 2006-02-28 Mark Mitchell <mark@codesourcery.com>
3998 * gennews (files): Update for GCC 4.1.
4000 2006-01-24 Diego Novillo <dnovillo@redhat.com>
4002 * gcc_update (files_and_dependencies): Handle
4003 libgomp/testsuite/Makefile.in.
4005 2006-01-18 Richard Henderson <rth@redhat.com>
4006 Diego Novillo <dnovillo@redhat.com>
4008 * gcc_update (files_and_dependencies): Add libgomp files.
4010 2005-12-06 Ben Elliston <bje@au.ibm.com>
4012 * newcvsroot: Remove.
4014 2005-11-03 Steven Bosscher <stevenb@suse.de>
4016 * gcc_build: Fix my previous checking.
4018 2005-11-01 Joseph S. Myers <joseph@codesourcery.com>
4020 * gcc_update: Include revision number in LAST_UPDATED.
4022 2005-10-30 Steven Bosscher <stevenb@suse.de>
4024 * gcc_build: Use gcc.gnu.org as the default server. Set up
4025 SVN_REPOSITORY correctly. Add support for checking out branches.
4027 2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
4029 * gcc_update: When svn update is called and
4030 --silent is used, pass -q.
4032 2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
4034 * gcc_update: Remove the -q from svn invocation.
4036 2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
4038 * gcc_build: Remove -d from the call to gcc_update.
4040 2005-10-28 Daniel Berlin <dberlin@dberlin.org>
4041 Ben Elliston <bje@au1.ibm.com>
4043 * gcc_update: Update for svn.
4044 * newcvsroot: Ditto.
4047 2005-10-21 Mark Mitchell <mark@codesourcery.com>
4049 * texi2pod.pl: Substitue for @value even when part of @include.
4051 2005-10-21 Bob Wilson <bob.wilson@acm.org>
4053 * texi2pod.pl: Convert two single quotes or two backquotes to
4056 2005-08-23 Ben Elliston <bje@au.ibm.com>
4058 * gcc_update: Update dependencies for libjava/aclocal.m4.
4060 2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
4062 * All files: Update with new FSF address.
4064 2005-07-14 Ben Elliston <bje@au.ibm.com>
4066 * filter_params.pl: Typo fix.
4067 * filter_knr2ansi.pl: Likewise.
4069 2005-06-05 Gerald Pfeifer <gerald@pfeifer.com>
4071 * gennews (files): Update for egcs-1.0 release pages consolidation.
4073 2005-04-17 Joseph S. Myers <joseph@codesourcery.com>
4075 * gennews (files): Update for GCC 4.0.
4077 2005-03-18 Alexandre Oliva <aoliva@redhat.com>
4079 * gcc_update (silent): Unset instead of initializing to null.
4081 2005-03-18 Andreas Schwab <schwab@suse.de>
4083 * gcc_update (apply_patch): Properly quote $1.
4085 2005-03-18 Zack Weinberg <zack@codesourcery.com>
4087 * gcc_update: Add --silent option.
4089 2005-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4091 * warn_summary (keywordFilter): Update sed pattern for new quoting
4094 2005-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4096 * warn_summary: Add -fortran subdir flag.
4097 (subdirectoryFilter): Fix missing ada subdir.
4099 2004-11-20 Hans-Peter Nilsson <hp@bitrange.com>
4101 * gcc_update (touch_files): Don't rely on "make" being GNU make;
4102 grep for "Touching" to determine that the rule executes.
4104 2004-11-14 Hans-Peter Nilsson <hp@bitrange.com>
4106 * gcc_update (touch_files): Explicitly pass --no-print-directory.
4108 2004-11-04 Andrew Pinski <pinskia@physics.uc.edu>
4110 * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
4112 2004-08-04 Paolo Bonzini <bonzini@gnu.org>
4114 * gcc_update: Add fixincludes.
4116 2004-08-26 Matthias Klose <doko@debian.org>
4118 * texi2pod.pl: keep references of the form @ref{...}, print them bold.
4120 2004-08-26 Matthias Klose <doko@debian.org>
4122 * test_summary: Include baseline used for libstdc++-v3 abi check
4125 2004-08-25 Ben Elliston <bje@au.ibm.com>
4127 * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
4129 2004-08-20 Andreas Tobler <a.tobler@schweiz.ch>
4131 * gcc_update (self): libjava/configure.in -> configure.ac. Automake
4134 2004-08-04 Paolo Bonzini <bonzini@gnu.org>
4136 * gcc_update: libjava/configure.ac -> configure.in. Automake
4137 1.4 does not handle configure.ac properly.
4139 2004-08-04 Andreas Schwab <schwab@suse.de>
4141 * gcc_update: libjava/configure.in -> configure.ac.
4143 2004-08-03 Richard Earnshaw <rearnsha@arm.com>
4145 * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
4147 2004-07-16 Jeff Law <law@redhat.com>
4149 * analyze_brprob: Fix comments. More consistent output format.
4151 2004-06-17 Diego Novillo <dnovillo@redhat.com>
4153 * tree-ssa.doxy: Update for doxygen 1.3.5.
4155 2004-06-14 Andreas Jaeger <aj@suse.de>
4157 * gcc_update: boehm-gc/configure.in -> configure.ac.
4159 2004-06-16 Paolo Bonzini <bonzini@gnu.org>
4161 * gcc_update (boehm-gc/configure): Depend on
4162 boehm-gc/configure.ac instead of boehm-gc/configure.in
4164 2004-06-14 Paolo Bonzini <bonzini@gnu.org>
4166 * gcc_update (libmudflap/configure): Depend on
4167 libmudflap/configure.ac instead of libmudflap/configure.in
4169 2004-06-14 Andreas Jaeger <aj@suse.de>
4171 * gcc_update: Add libcpp.
4173 2004-06-10 Andreas Jaeger <aj@suse.de>
4175 * gcc_update: Add libgfortran.
4177 2004-05-29 Andrew Pinski <pinskia@physics.uc.edu>
4179 * gcc_update (libbanshee/configure): Depend on
4180 libbanshee/configure.ac instead of libbanshee/configure.in
4182 2004-05-17 Zack Weinberg <zack@codesourcery.com>
4184 * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
4185 from list of files to be touched.
4186 * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
4188 2004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
4190 * gennews: Update for GCC 3.4.
4192 2004-05-13 Diego Novillo <dnovillo@redhat.com>
4194 Merge from tree-ssa-20020619-branch.
4196 * filter_gcc_for_doxygen: New file.
4197 * filter_knr2ansi.pl: New file.
4198 * filter_params.pl: New file.
4199 * tree-ssa.doxy: New file.
4200 * contrib/gcc_update (files_and_dependencies): Handle
4201 libbanshee and libmudflap.
4203 2004-04-12 Kelley Cook <kcook@gcc.gnu.org>
4204 Andreas Jaeger <aj@suse.de>
4206 * gcc_update (files_and_dependencies): Insert zlib dependencies.
4208 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
4210 * gcc_update (files_and_dependencies): libobjc/configure now
4211 depends on configure.ac, not configure.in.
4213 2004-04-01 Kelley Cook <kcook@gcc.gnu.org>
4215 * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
4217 2004-03-16 Andreas Tobler <a.tobler@schweiz.ch>
4219 * gcc_update (files_and_dependencies): Insert libffi dependencies.
4221 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
4223 * gcc_update (files_and_dependencies): Insert libada/configure.
4225 2004-02-29 Andrew Pinski <pinskia@physics.uc.edu>
4227 * gcc_update (files_and_dependencies): Update intl/configure.in
4228 to intl/configure.ac.
4230 2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
4232 * gcc_update (files_and_dependencies): Update fastjar/configure.in
4233 to fastjar/configure.ac
4235 2004-01-07 Kelley Cook <kcook@gcc.gnu.org>
4237 * gcc_update (files_and_dependencies): Remove non-existant files.
4239 2004-01-05 Kelley Cook <kcook@gcc.gnu.org>
4241 * gcc_update (files_generated): Revert 2003-12-18 change.
4243 2004-01-03 Andrew Pinski <pinskia@physics.uc.edu>
4245 * gcc_update (files_and_dependencies): For gcc directory,
4246 rename configure.in to configure.ac.
4248 2003-12-19 Andreas Tobler <a.tobler@schweiz.ch>
4250 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
4251 remove acconfig.h. No longer used.
4253 2003-12-18 Kelley Cook <kcook@gcc.gnu.org>
4255 * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
4256 gcc/ada/gnat_ug_* to use it.
4258 2003-12-16 James E Wilson <wilson@specifixinc.com>
4260 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
4261 rename configure.in to configure.ac, and stamp-h.in to config-h.in.
4263 2003-12-11 Kelley Cook <kcook@gcc.gnu.org>
4265 * gcc_update (files_and_dependencies): Correct typo in the filename
4268 2003-12-08 Arnaud Charlet <charlet@act-europe.fr
4270 * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
4273 2003-10-16 Mark Mitchell <mark@codesourcery.com>
4275 * gennews (files): Add GCC 3.3 files.
4277 2003-08-21 Mark Mitchell <mark@codesourcery.com>
4279 * gcc_build: Fix handling of -t option. Add -x option.
4281 2003-07-31 Matt Kraai <kraai@alumni.cmu.edu>
4283 * texi2pod.pl: Remove extra line.
4285 2003-07-15 Matt Kraai <kraai@alumni.cmu.edu>
4287 * texi2pod.pl: Default @itemize's parameter to @bullet.
4289 2003-07-12 Zack Weinberg <zack@codesourcery.com>
4291 * gcc_update: gcc/acconfig.h no longer exists.
4293 2003-07-11 Matthias Klose <doko@debian.org>
4295 * test_installed: Add options to run objc tests.
4296 In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
4298 2003-07-04 Zack Weinberg <zack@codesourcery.com>
4300 * gcc_update: Remove gcc/intl/plural.c from list.
4301 Add new generated files intl/plural.c, intl/configure,
4304 2003-06-13 Jason Thorpe <thorpej@wasabisystems.com>
4306 * gcc_update (files_and_dependencies): Add
4307 gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
4308 gcc/testsuite/gcc.dg/cpp/mi1c.h.
4310 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
4312 * paranoia.cc: Fix spelling error.
4314 * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
4317 2003-04-04 Mike Stump <mrs@apple.com>
4319 * compare_tests: Fix exit status and be more flexible with spacing.
4321 2003-03-08 Phil Edwards <pme@gcc.gnu.org>
4323 * test_summary: Add -h, print existing comments as help.
4325 2003-03-03 H.J. Lu <hjl@gnu.org>
4327 * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
4328 * gcc_update: Likewise.
4330 2003-01-19 Alexandre Oliva <aoliva@redhat.com>
4332 * test_summary (configflags): Only use the first match. Remove
4333 excess space. Use sub instead of gsub where possible. Use `none'
4334 if no configure flags were given.
4336 2003-01-10 Loren J. Rittle <ljrittle@acm.org>
4338 * test_summary (configflags): awk portability.
4340 2003-01-07 Alexandre Oliva <aoliva@redhat.com>
4342 * test_summary (configflags): Compute correctly with both
4343 autoconfiscated and Cygnus-style top-level.
4345 2003-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4347 * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
4348 on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
4349 gcc/java/keyword.gperf
4351 2002-12-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4353 * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
4354 depending on gcc/intl/plural.y.
4356 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
4358 * gcc_update (configure): Depend on config/acx.m4 as well.
4360 * gcc_update (configure): Depend on configure.in.
4362 2002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
4364 * texi2pod.pl: Skip contents of @copying.
4366 2002-11-09 Zack Weinberg <zack@codesourcery.com>
4368 * gthr_supp_vxw_5x.c: New file.
4370 2002-10-21 Richard Henderson <rth@redhat.com>
4372 * paranoia.cc (real_c_float::image): Accomodate size of
4373 real_internal format.
4374 (main): Unbuffer stdio. Add real_internal format.
4375 (floor_log2_wide): New.
4377 2002-10-16 Richard Henderson <rth@redhat.com>
4379 * paranoia.cc (ENUM_BITFIELD): New.
4380 (class): Define as klass around real.h.
4381 (real_c_float): Not a template any longer; define MODE as a
4382 class static constant; use real_format elements for SIZE.
4383 Update uses of real_to_decimal and real_to_hexadecimal.
4384 (main): Change -g argument to use a format name.
4385 (mode_for_size): Remove.
4387 2002-09-16 Richard Henderson <rth@redhat.com>
4389 * paranoia.cc: New file.
4391 2002-09-04 Richard Henderson <rth@redhat.com>
4393 * enquire.c: Remove.
4395 2002-08-14 Mark Mitchell <mark@codesourcery.com>
4397 * gennews (files): Add GCC 3.2 files.
4399 2002-07-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4401 * gennews (files): Add proper files for the GCC 3.1 release series.
4402 Simplify and reformat introductory wording.
4404 2002-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
4406 * enquire.c: Move from gcc.
4408 2002-07-16 H.J. Lu <hjl@gnu.org>
4410 * gcc_update (touch_files): Pass -s to ${MAKE}.
4412 2002-06-26 Zack Weinberg <zack@codesourcery.com>
4414 * texi2pod.pl: Correct handling of the internal R<> sequence.
4416 2002-05-31 Florian Weimer <fw@deneb.enyo.de>
4418 * gcc_update (files_and_dependencies): Add generated Texinfo files
4421 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4423 * test_installed: Allow for PWDCMD to override hardcoded pwd.
4424 * test_summary: Likewise.
4426 2002-04-18 Geoffrey Keating <geoffk@redhat.com>
4428 * gcc_update (touch_files): Don't have empty for loop.
4430 2002-04-16 Richard Henderson <rth@redhat.com>
4432 * gcc_update: Remove libchill.
4434 2002-03-25 Zack Weinberg <zack@codesourcery.com>
4436 * texi2pod.pl: Handle @end ftable and @end vtable.
4438 2002-03-11 Zack Weinberg <zack@codesourcery.com>
4440 * texi2pod.pl: Handle @include, @ftable, @vtable.
4441 Reformat some code for clarity.
4443 2002-02-24 Christian Jönsson <c.christian.joensson@telia.com>
4445 * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
4446 WARNING and ERROR output from the *.sum files.
4448 2002-01-26 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4450 * gennews (files): Replace gcc-2.95/gcc-2.95.html,
4451 gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
4452 and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
4454 2002-01-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4456 * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
4457 egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
4458 egcs-1.1/index.html.
4460 2002-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4462 * warn_summary: Add -ada subdirectory flag.
4464 2001-12-12 Matthias Klose <doko@debian.org>
4466 * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
4467 generation of more than one man page from one source.
4468 Add '-' to set of valid chars for an identifier.
4469 Let -D option accept flags of the form <flag>=<value>.
4470 Use \s+ for whitespace detection in '@c man' lines.
4471 Handle @set and @clear independent of $output.
4472 Substitute all @value{}'s in a line.
4474 2001-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
4476 * texi2pod.pl: Handle @ifnottex, @iftex and @display. Handle @var
4477 in verbatim blocks specially. Handle @unnumbered, @unnumberedsec
4478 and @center. Allow [a-z] after @enumerate. Handle 0 and numbers
4479 greater than 9 in enumerations.
4481 2001-11-07 Laurent Guerby <guerby@acm.org>
4483 * gcc_update (files_and_dependencies): Add Ada dependencies.
4485 2001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
4489 2001-09-07 Richard Sandiford <rsandifo@redhat.com>
4492 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
4493 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
4496 2001-09-04 David.Billinghurst <David.Billinghurst@riotinto.com>
4498 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
4499 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
4502 Mon Aug 13 02:29:08 CEST 2001 Jan Hubicka <jh@suse.cz>
4504 * analyze_brprob: Update for changes in gcc debug output.
4506 Sat Jul 28 22:37:49 CEST 2001 Jan Hubicka <jh@suse.cz>
4508 * analyze_brprob: Avoid more overflows.
4510 2001-07-27 Richard Henderson <rth@redhat.com>
4512 * test_summary: Copy LAST_UPDATED UTC time to head of summary.
4514 Fri Jul 27 18:01:21 CEST 2001 Jan Hubicka <jh@suse.cz>
4516 * analyze_brprob: Avoid overflows.
4518 2001-07-27 Richard Henderson <rth@redhat.com>
4520 * gcc_update: Dump timestamp in LAST_UPDATED.
4522 2001-07-26 Andreas Jaeger <aj@suse.de>,
4523 Hans-Peter Nilsson <hp@bitrange.com>
4525 * analyze_brprob: Fix documentation.
4527 Mon Jul 23 15:47:19 CEST 2001 Jan Hubicka <jh@suse.cz>
4529 * analyze_brprob: Fix awk compatibility problems; update comment.
4531 2001-07-23 Andreas Jaeger <aj@suse.de>
4533 * analyze_brprob: Fix more typos.
4535 2001-07-23 Andreas Jaeger <aj@suse.de>
4537 * analyze_brprob: Fix typos.
4539 2001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
4541 * texi2pod.pl: Handle @r inside @item.
4543 2001-07-02 Zack Weinberg <zackw@stanford.edu>
4545 * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
4547 2001-07-01 Zoltan Felleg <zfelleg@telnet.hu>
4549 * warn_summary: Fix typo in a comment.
4551 2001-06-14 Albert Chin-A-Young <china@thewrittenword.com>
4553 * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
4555 2001-06-13 Mark Mitchell <mark@codesourcery.com>
4557 * gennews: Set TERM to vt100 for Lynx.
4559 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4563 Tue Jun 12 12:21:40 CEST 2001 Jan Hubicka <jh@suse.cz>
4565 * analyze_brprob: New file.
4567 2001-06-11 Mark Mitchell <mark@codesourcery.com>
4569 * gcc_build: Output information about the commands used to
4570 configure the compiler.
4572 2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
4574 * gennews: Update for GCC 3.0.
4576 2001-06-02 Joseph S. Myers <jsm28@cam.ac.uk>
4578 * gcc_update: Update for move of documentation to gcc/doc.
4580 2001-05-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4582 * contrib/test_summary (files): Sort before evaluating.
4584 2001-05-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4586 * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
4588 2001-05-21 Mark Mitchell <mark@codesourcery.com>
4590 * gcc_build: Use -d when invoking gcc_update.
4592 2001-05-18 Andreas Jaeger <aj@suse.de>
4594 * gcc_update: Add rules for libf2c/libI77.
4596 2001-05-17 Alexandre Oliva <aoliva@redhat.com>
4598 * gcc_update (touch_files): Use simpler, yet as portable, syntax.
4600 2001-05-14 Loren J. Rittle <ljrittle@acm.org>
4602 * gcc_update (touch_files): Enhance make portability.
4604 2001-05-14 Alexandre Oliva <aoliva@redhat.com>
4606 * gcc_update (touch_files): Use a Makefile to touch files.
4608 2001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
4610 * texi2pod.pl: Add copyright and GPL notices.
4612 2001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
4614 * texi2pod.pl: Handle "\,".
4616 2001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
4618 * texi2pod.pl: Fix regular expression for @r to avoid exponential
4619 recursion. From Russ Allbery <rra@stanford.edu>. Remove perl
4622 2001-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4624 * warn_summary (stageNfilter): Update for recent changes in
4627 2001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
4629 * texi2pod.pl: Require at least perl 5.6.0.
4631 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
4633 * gcc_update: Add gcc/gcc.1 to generated files.
4634 * texi2pod.pl: Handle @r and @gccoptlist. Handle @gol. Handle
4635 discarding to end of sentence with @xref where the sentence has an
4636 interior "." in markup, and handle discarding parentheses around
4639 2001-01-11 Bernd Schmidt <bernds@redhat.com>
4641 * gennews: Add gcc-2.95.3.
4643 2001-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
4645 * texi2pod.pl: Handle @gcctabopt and @env in tables. Handle
4646 @command. Format URLs and email addresses in bold.
4648 2001-01-03 Joseph S. Myers <jsm28@cam.ac.uk>
4650 * gcc_update: Add cpp.1 to the list of generated files.
4652 * texi2pod.pl: Handle @option and @env.
4654 2001-01-03 Mike Stump <mrs@wrs.com>
4656 * snapshot: Update to account for java libraries.
4658 2000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
4660 * test_summary: Export filesuffix, not fileprefix.
4662 2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
4664 * release: Change some EGCS references to GCC.
4666 2000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4668 * warn_summary: Fix subdirectory filtering. Add -intl and -fixinc
4669 subdirectory flags. Add source directory prefix filtering.
4670 Redirect diagnostic output to stderr.
4672 2000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
4674 * texi2pod.pl: If multiple @c man sections with the same tag
4675 appear, concatenate them in the final output. When skipping,
4676 ignore block commands that can't cause skipping, and honor
4677 those that can. Ensure that verbatim blocks are separate
4680 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
4682 * gcc_update: Don't touch tradcif.c or java/parse.h.
4684 2000-12-05 Zack Weinberg <zack@wolery.stanford.edu>
4686 * texi2pod.pl: Restructure for comprehensibility, add
4687 comments. Merge handling of @ignore and @ifxxx. Handle a
4688 whole bunch more Texinfo commands. Use consistent formatting
4691 2000-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
4693 * gennews: New script.
4695 2000-11-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4697 * gcc_update: Update a comment as we now require bison for CVS users.
4699 2000-11-22 Joseph S. Myers <jsm28@cam.ac.uk>
4701 * gcc_update: Add gcov.1 to the list of generated files.
4703 2000-11-21 Mark Mitchell <mark@codesourcery.com>
4705 * gcc_build: Remove code to put information in a log file.
4707 2000-11-19 Zack Weinberg <zackw@stanford.edu>
4710 - Add real command line parsing.
4711 - Support @ifset, @ifclear, @set, @value, -D switch.
4712 - Support @sc. Improve handling of @ref and friends.
4713 - Discard @subsection, @need, @node lines.
4714 - Un-nest font changes to match texinfo semantics.
4715 - Handle @{ and @}. Oops.
4716 - Don't emit E<> directives inside verbatim blocks.
4718 2000-11-12 Bruce Korb <bkorb@gnu.org>
4720 * release: generalize the release script a bit.
4722 Sat Nov 11 17:29:03 2000 Mark P Mitchell <mark@codesourcery.com>
4724 * gcc_build: Add -o option for setting the objdir to use.
4726 2000-11-11 Jeff Law <law@redhat.com>,
4728 * release: New file.
4730 2000-11-08 Jeff Law <law@redhat.com>,
4731 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4733 * snapshot: New file.
4735 2000-11-08 Jeffrey Oldham <oldham@oz.codesourcery.com>
4737 * gcc_build (bootstrap_gcc): New function.
4738 (configure_gcc): Likewise.
4739 (build_gcc): Rewritten to use configure and bootstrap.
4740 (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
4742 2000-10-31 Mark Mitchell <mark@codesourcery.com>
4744 * gcc_build (MAKE): New variable.
4745 (build_gcc): Use it. Fix logging of errors.
4746 (install_gcc): Likewise.
4748 2000-10-29 Mark Mitchell <mark@codesourcery.com>
4750 * gcc_build: Save the output from CVS into the logfile as well.
4752 2000-10-25 Mark Mitchell <mark@codesourcery.com>
4754 * gcc_build: Fix typos.
4756 2000-10-14 Joseph S. Myers <jsm28@cam.ac.uk>
4758 * gperf-2.7-19981006.pat: Remove.
4760 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
4762 * test_installed: Change EGCS references to refer to GCC.
4764 2000-09-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4766 * gcc_update (touch_files): Add some informative output.
4768 2000-09-16 Andreas Jaeger <aj@suse.de>
4770 * gcc_update: Remove gcc/c-parse.gperf.
4772 2000-08-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>,
4773 Alexandre Oliva <aoliva@redhat.com>
4775 * gcc_update: Execute touch_files_reexec even if `cvs update`
4778 2000-08-09 Alexandre Oliva <aoliva@redhat.com>
4780 * test_summary: AWK breaks with filenames containing `='.
4782 Sun Jul 16 12:04:33 2000 Mark P Mitchell <mark@codesourcery.com>
4784 * gcc_build: New script.
4786 2000-07-13 Mark Mitchell <mark@codesourcery.com>
4788 * gcc_update (files_and_dependencies): Remove generated YACC files.
4790 2000-07-12 Mark Mitchell <mark@codesourcery.com>
4792 * gcc_update (files_and_dependencies): Remove generated YACC files.
4794 2000-06-04 Mark Mitchell <mark@codesourcery.com>
4796 * newcvsroot: Handle filenames that contain spaces.
4798 2000-06-03 Zack Weinberg <zack@wolery.cumb.org>
4800 * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
4801 Elide --with-gcc-version-trigger and --norecursion from
4802 configure flags. Remove code to report status of haifa scheduler.
4804 2000-05-18 Alexandre Oliva <aoliva@cygnus.com>
4806 * gcc_update (self): Set to `$0'.
4807 (touch_files_reexec): Use `$self' instead of `$0'.
4809 2000-05-12 Alexandre Oliva <aoliva@cygnus.com>
4811 * gcc_update (touch_files_reexec): New function, run after the
4814 2000-05-08 Richard Hendeson <rth@cygnus.com>
4816 * gcc_update: Remove references to inclhack.tpl.
4818 2000-04-28 Jason Merrill <jason@casey.cygnus.com>
4820 * index-prop: Use a single pattern. Also support *** cdiffs.
4822 2000-04-28 Pavel Roskin <pavel_roskin@geocities.com>
4824 * index-prop: Don't change /dev/null.
4826 2000-04-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4828 * gcc_update: Refer to GCC and gcc_update instead of egcs and
4831 2000-04-26 Jonathan Larmour <jlarmour@redhat.co.uk>
4833 * index-prop: Fix occasional problem when using cvs diff -p.
4835 2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
4837 * gcc_update: Remove references to cexp.c/cexp.y.
4839 1999-12-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4841 * newcvsroot: Add check on the number of command-line arguments.
4844 Sun Nov 28 00:41:44 1999 William Bader (william@nscs.fast.net)
4846 * gcc_update: Allow patches compressed by bzip2.
4848 1999-10-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
4850 * newcvsroot: New file.
4852 1999-09-11 Craig Burley <craig@jcb-sc.com>
4854 * convert_to_f2c, convert_to_g2c, download_f2c: New file.
4856 1999-08-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4858 * gcc_update: New file.
4859 * egcs_update: Renamed to gcc_update.
4861 1999-08-09 Robert Lipe <robertlipe@usa.net>
4863 * test_summary: Quote curly braces in 1999-07-03 change.
4865 1999-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
4867 * egcs_update (files_and_dependencies): Fixed typo in
4868 gcc/cstamp-h.in. Added gcc/config.in.
4870 1999-07-27 Alexandre Oliva <oliva@dcc.unicamp.br>
4872 * egcs_update (files_and_dependencies): New function, with
4873 complete list of files to be updated, as well as their
4875 (touch_files): Check the timestamp of each generated file against
4877 (main): New flags --touch, --list and --help. Remove the
4880 1999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
4882 * test_summary: Replace egcs with gcc. Update e-mail address.
4884 1999-07-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4885 Jerry Quinn <jquinn@nortelnetworks.com>
4887 * egcs_update (touch_files, apply_patch): New functions.
4888 Use them. New command-line option --patch. Split test of local
4889 tree into two parts. Add comments.
4891 1999-07-03 Alexandre Oliva <oliva@dcc.unicamp.br>
4893 * test_summary: If Target is `unix{*}', append the Target variants
4896 1999-06-12 Alexandre Oliva <oliva@dcc.unicamp.br>
4898 * test_summary: Set default mail-address and version for egcs
4899 instead of relying on unpredictable pathnames.
4900 Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
4902 Fri Apr 2 16:09:02 1999 Jeffrey A Law (law@cygnus.com)
4904 * fixinc/*: Delete obsolete files.
4906 1999-02-04 Robert Lipe <robertlipe@usa.net>
4908 * egcs_update: Test return values of 'cvs update'. Propogate
4909 to caller as exit values.
4911 1999-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4913 * egcs_update: Use "if" instead of "&&". Touch generated files
4914 only after the corresponding *.y files.
4916 1999-01-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4918 * egcs_update: Do not use xargs, but a backquote construct.
4920 1999-01-07 Alexandre Oliva <oliva@dcc.unicamp.br>
4922 * test_summary (version): Remove carriage return that gawk inserts
4923 in the version string for some reason.
4925 1998-11-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4927 * egcs_update: Only touch files that already exist.
4929 1998-11-29 Alexandre Oliva <oliva@dcc.unicamp.br>
4931 * test_summary (EOF): Remove double backslash.
4932 Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4934 1998-11-28 Alexandre Oliva <oliva@dcc.unicamp.br>
4936 * test_summary (address): Set to egcs-testresults mailing list.
4938 1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
4940 * test_summary (address): Added Marc Lehmann's testsuite-results
4941 to the default e-mail address.
4943 1998-11-25 Alexandre Oliva <oliva@dcc.unicamp.br>
4945 * test_summary (-p, prepend_logs): Add these before the summary.
4946 (Compiler, Platform): Print these just before configflags.
4948 Sat Oct 31 10:53:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4950 * warn_summary (longLineFilter): New shell function to encapsulate
4951 this functionality. It is off by default, only active if -llf
4953 (subdirectoryFilter): Fix bug in filtering which made some
4954 subdirectory warnings erroneously appear in the toplevel set.
4955 (stageNfilter): Renamed from `stageNwarns'. Updated to collect
4956 warnings from stage1 as well as stage0, which means warnings from
4957 outside the bootstrap directory. Eg, the libraries, etc.
4958 (warningFilter): New shell function to encapsulate this
4960 (keywordFilter): New shell function to encapsulate this
4963 Store data in a temp file rather than calculating it 3x. Arrange
4964 to remove it on exit and signals.
4966 Add -pass/-wpass flags to do "pass through" (i.e. manual
4967 inspection) of bootstrap output from a particular stageN as well
4968 as language subdirs.
4970 Add better comments/documentation.
4972 Sat Oct 31 16:39:31 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4974 * egcs_update: Add comment about keeping the FAQ synchronized.
4976 Fri Oct 30 00:39:27 1998 Jeffrey A Law (law@cygnus.com)
4978 * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
4981 Fri Oct 16 07:35:00 1998 Bruce Korb <korb@datadesign.com>
4983 * egcs_update: Added gcc/fixinc/* generated files to touch list.
4985 Tue Oct 13 23:28:33 1998 Jeffrey A Law (law@cygnus.com)
4987 * egcs_update: Remove gcc/java/parse.c from list of files to
4990 Wed Oct 7 13:00:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4992 * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
4994 Mon Oct 5 14:19:48 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4996 * warn_summary (subdirectoryFilter): New shell function to
4997 optionally filter in/out gcc subdirectories when summarizing
4998 warnings. Add new flags to support subdirectory filtering.
5000 Also, ensure the bootstrap stage is a number. Add some more C
5001 keywords that are preserved in the "warning type" summary and
5002 tighten up the "arg ???" regexp.
5004 Tue Sep 22 07:30 Bruce Korb <korb@datadesign.com>
5006 * fixinc/inclhack.def: Not all C++ comments in C headers
5007 were treated alike. They are now. Also fixed syntax
5008 of sed expression in "systypes" fix.
5010 * fixinc/inclhack.def: Removed SVR4.2-ism from shell invocation
5012 * egcs_update: Added fixinc/* generated files to touch list.
5014 Wed Sep 16 16:06:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5016 * egcs_update: Additionally touch gcc/java/parse.[ch].
5018 Thu Sep 9 16:48 Bruce Korb <korb@datadesign.com>
5020 * fixinc/inclhack.def: Added two files required by
5021 SCO's Open Server 5's avoid_bool fix.
5022 Regenerated fixinc.x and inclhack.sh to incorporate
5025 Thu Sep 3 10:11:32 1998 Robert Lipe <robertl@dgii.com>
5027 * egcs_update: Do the pass 1 CVS update only for files that
5028 may reasonably be under CVS control.
5030 1998-08-14 Alexandre Oliva <oliva@dcc.unicamp.br>
5032 * test_installed: New script for testing already-installed
5035 Wed Aug 12 19:59:36 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5037 * egcs_update: Assigned copyright to FSF.
5039 Tue Aug 11 17:55:53 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5040 Alexandre Oliva <oliva@dcc.unicamp.br>
5042 * egcs_update: New switch --nostdflags and documentation
5045 Tue Aug 11 17:33:19 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5047 * egcs_update: New script.
5049 1998-08-05 Bruce Korb <korbb@datadesign.com>
5052 Added define for target machine so machine-specific tests
5053 can be selected for or against.
5056 Added an array of string pointers to machines to select
5057 or avoid, depending on a FD_MACH_IFNOT bit flag.
5058 Used a shell script to match the defined TARGET_MACHINE
5059 with any of the given match patterns.
5061 * fixinc/fixincl.tpl
5062 Generate the array of strings and bit flag, as needed,
5063 depending on "mach" and "not_machine" attributes for a fix.
5065 * fixinc/mkfixinc.sh
5066 Invoke the make with TARGET assigned the value of the
5067 machine name argument.
5069 Mon Jul 27 22:08:12 1998 Mike Stump (mrs@wrs.com)
5071 * compare_tests: New script.
5073 1998-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
5075 * test_summary: Assigned copyright to FSF.
5077 Mon Jul 27 20:33:02 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5079 * test_summary: Corrected script name in comments providing
5080 documentation. Added linebreaks for lines with > 80 characters.
5082 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5084 * test_summary: New switch, -i, and environment variable,
5085 append_logs, for including files in the report.
5087 1998-06-01 Manfred Hollstein <manfred@s-direktnet.de>
5089 * warn_summary: Update to Kaveh's latest version allowing to
5090 specify the last stage built.
5092 1998-05-29 Bruce Korb <korbb@datadesign.com>
5094 * fixinc/mkfixinc.sh
5095 Changes to make it easier to invoke on platforms that
5096 normally do not invoke fixincludes.
5098 * fixinc/inclhack.def
5099 Applied fixes from egcs/gcc/fixincludes from the past several
5102 1998-05-28 Bruce Korb <korbb@datadesign.com>
5104 * fixinc/*: Updated most everything for a first real
5105 try at getting "fast_fixincludes" working.
5107 1998-05-28 Jason Merrill <jason@yorick.cygnus.com>
5109 * index-prop: New file.
5111 Sat May 23 23:38:49 1998 Matthias Klose <doko@cs.tu-berlin.de>
5113 * test_summary: find good awk (copied from warn_summary).
5115 Sat May 23 23:38:33 1998 Jeffrey A Law (law@cygnus.com)
5117 * test_summary, warn_summary: New files