12021-07-28  Release Manager
2
3	* GCC 11.2.0 released.
4
52021-06-23  Martin Liska  <mliska@suse.cz>
6
7	* mklog.py: Sync.
8	* test_mklog.py: Likewise.
9
102021-06-23  Martin Liska  <mliska@suse.cz>
11
12	* gcc-git-customization.sh: Use the new wrapper.
13	* git-commit-mklog.py: New file.
14	* prepare-commit-msg: Support GCC_MKLOG_ARGS.
15
162021-05-18  Jonathan Wakely  <jwakely@redhat.com>
17
18	Backported from master:
19	2021-05-18  Jonathan Wakely  <jwakely@redhat.com>
20
21	* gcc-changelog/git_email.py: Remove use of non-strict mode.
22
232021-05-17  Richard Biener  <rguenther@suse.de>
24
25	Backported from master:
26	2021-05-17  Richard Biener  <rguenther@suse.de>
27
28	* download_prerequisites: Update mpfr version to 3.1.6.
29	* prerequisites.md5: Update.
30	* prerequisites.sha512: Likewise.
31
322021-05-14  Martin Liska  <mliska@suse.cz>
33
34	* gcc-changelog/git_check_commit.py: Sync from master.
35	* gcc-changelog/git_commit.py: Likewise.
36	* gcc-changelog/git_email.py: Likewise.
37	* gcc-changelog/git_repository.py: Likewise.
38	* gcc-changelog/git_update_version.py: Likewise.
39	* gcc-changelog/test_email.py: Likewise.
40	* gcc-changelog/test_patches.txt: Likewise.
41
422021-04-27  Jakub Jelinek  <jakub@redhat.com>
43
44	Backported from master:
45	2021-04-27  Jakub Jelinek  <jakub@redhat.com>
46
47	* gennews (files): Add files for GCC 10 and GCC 11.
48
492021-04-27  Release Manager
50
51	* GCC 11.1.0 released.
52
532021-04-12  Martin Liska  <mliska@suse.cz>
54
55	* gcc-changelog/git_commit.py: Do not allow space in long lines.
56
572021-04-12  Martin Liska  <mliska@suse.cz>
58
59	* gcc-changelog/git_commit.py: Support long filenames
60	in entries.
61	* gcc-changelog/test_email.py: Test it.
62	* gcc-changelog/test_patches.txt: Likewise.
63
642021-03-23  Martin Liska  <mliska@suse.cz>
65
66	* mklog.py: Fix broken tests.
67
682021-03-22  Martin Liska  <mliska@suse.cz>
69
70	* mklog.py: Add --directory argument.
71
722021-03-19  Matthias Klose  <doko@ubuntu.com>
73
74	* texi2pod.pl: Substitute @tie{} with a space for the man pages.
75
762021-03-16  Martin Liska  <mliska@suse.cz>
77
78	* gcc-changelog/git_update_version.py: Skip one problematic
79	commit.
80
812021-03-12  Martin Liska  <mliska@suse.cz>
82
83	* gcc-changelog/git_commit.py: Allow deletion of ChangeLog
84	files.
85	* gcc-changelog/setup.cfg: Set line limit to 120 characters.
86	* gcc-changelog/test_email.py: Add test.
87	* gcc-changelog/test_patches.txt: Likewise.
88	* gcc-changelog/git_email.py: Fix parsing of deleted files.
89
902021-02-08  Mike Frysinger  <vapier@gentoo.org>
91
92	* mklog.py (generated_files): New set.
93	(generate_changelog): Add entries based on generated_files.
94
952021-02-03  Aaron Sawdey  <acsawdey@linux.ibm.com>
96
97	* gcc_update (files_and_dependencies): Add dependency for
98	gcc/config/rs6000/fusion.md on gcc/config/rs6000/genfusion.md.
99
1002021-01-28  Eric Botcazou  <ebotcazou@adacore.com>
101
102	PR lto/85574
103	* compare-lto: Deal with PE-COFF executables specifically.
104
1052021-01-14  Martin Liska  <mliska@suse.cz>
106
107	* mklog.py: Fix infinite loop for unsupported files.
108
1092021-01-13  Martin Liska  <mliska@suse.cz>
110
111	* gcc-changelog/git_commit.py: Support wrapping of functions
112	in parentheses that can take multiple lines.
113	* gcc-changelog/test_email.py: Add tests for it.
114	* gcc-changelog/test_patches.txt: Add 2 patches.
115
1162021-01-13  Martin Liska  <mliska@suse.cz>
117
118	* mklog.py: Parse also define_insn_and_split and similar
119	directives in .md files.
120	* test_mklog.py: Test.
121
1222021-01-13  Martin Liska  <mliska@suse.cz>
123
124	* gcc-changelog/git_commit.py: Allow modifications of older
125	ChangeLog (or specific) files without need to make a ChangeLog
126	entry.
127	* gcc-changelog/test_email.py: Test it.
128	* gcc-changelog/test_patches.txt: Add new patch.
129
1302021-01-11  Martin Liska  <mliska@suse.cz>
131
132	* update-copyright.py: Port to python3 by guessing encoding
133	(first utf8, then iso8859). Add 2 more ignores: .png and .pyc.
134
1352021-01-06  Martin Liska  <mliska@suse.cz>
136
137	* gcc-changelog/git_commit.py: Add decode_path function.
138	* gcc-changelog/git_email.py: Use it in order to solve
139	utf8 encoding filename issues.
140	* gcc-changelog/git_repository.py: Likewise.
141	* gcc-changelog/test_email.py: Test it.
142
1432021-01-04  Jakub Jelinek  <jakub@redhat.com>
144
145	* update-copyright.py: Add AMD and Ulf Adams as external authors.
146
1472021-01-04  Jakub Jelinek  <jakub@redhat.com>
148
149	* update-copyright.py: Use 8 spaces instead of tab to indent.
150
1512021-01-04  Martin Liska  <mliska@suse.cz>
152
153	* mklog.py: Add --update-copyright option which adds:
154	"Update copyright years." to ChangeLog files belonging
155	to a modified file.
156
1572021-01-04  Martin Liska  <mliska@suse.cz>
158
159	* gcc-changelog/git_commit.py: Skip Update copyright
160	years commits.
161
1622020-12-21  Martin Liska  <mliska@suse.cz>
163
164	* gcc-changelog/git_commit.py: Add new error for quoted
165	filenames.
166	* gcc-changelog/test_email.py: Test it.
167	* gcc-changelog/test_patches.txt: Test it.
168
1692020-12-21  Martin Liska  <mliska@suse.cz>
170
171	* gcc-changelog/test_email.py: New test.
172	* gcc-changelog/test_patches.txt: Likewise.
173
1742020-12-17  Nathan Sidwell  <nathan@acm.org>
175
176	PR bootstrap/98300
177	* gcc_update: Add c++tools/config.h.in.
178
1792020-12-15  Nathan Sidwell  <nathan@acm.org>
180
181	* gcc_update: Add c++tools & libcody.
182
1832020-12-15  Nathan Sidwell  <nathan@acm.org>
184
185	* gcc-changelog/git_commit.py (changelog_locations): Add
186	libcody, c++tools.
187
1882020-12-08  Martin Liska  <mliska@suse.cz>
189
190	* filter-clang-warnings.py: Filter more cases.
191
1922020-12-08  Martin Liska  <mliska@suse.cz>
193
194	* filter-clang-warnings.py: Modernize and filter 2 more
195	patterns.
196
1972020-12-04  Martin Liska  <mliska@suse.cz>
198
199	* check-params-in-docs.py: use flake8 and add some
200	tweaks to ignore aarch64 params.
201
2022020-12-02  Jason Merrill  <jason@redhat.com>
203
204	* gcc-git-customization.sh: Configure sendemail.to.
205
2062020-11-30  Martin Liska  <mliska@suse.cz>
207
208	* gcc-changelog/git_commit.py: Suggest close file for
209	'unchanged file mentioned in a ChangeLog' error.
210	* gcc-changelog/test_email.py: Test it.
211
2122020-11-30  Martin Liska  <mliska@suse.cz>
213
214	* gcc-changelog/git_commit.py: Allow sub-directory wildcard
215	changelog entry. Fix a typo caused by apostrophe escaping.
216	* gcc-changelog/test_email.py: Test it.
217	* gcc-changelog/test_patches.txt: Likewise.
218
2192020-11-30  Jonathan Wakely  <jwakely@redhat.com>
220
221	* gcc-changelog/git_commit.py (wildcard_prefixes): Add libstdc++
222	testsuite directory.
223
2242020-11-30  Martin Liska  <mliska@suse.cz>
225
226	* gcc-changelog/git_commit.py: Allow wildcard pattern only.
227
2282020-11-27  Martin Liska  <mliska@suse.cz>
229
230	* gcc-changelog/git_commit.py: Use regex for cherry pick prefix.
231	* gcc-changelog/test_email.py: Test it.
232	* gcc-changelog/test_patches.txt: Likewise.
233
2342020-11-25  Martin Liska  <mliska@suse.cz>
235
236	* gcc-changelog/git_commit.py: Use revert_regex instead
237	of string prefix.  Convert sets to literals.
238
2392020-11-16  Martin Liska  <mliska@suse.cz>
240
241	* mklog.py: Do not call read on an input stream.
242	Fix some flake8 issues.
243
2442020-11-07  Lewis Hyatt  <lhyatt@gmail.com>
245
246	* unicode/EastAsianWidth.txt: Update to Unicode 13.0.0.
247	* unicode/PropList.txt: Likewise.
248	* unicode/README: Likewise.
249	* unicode/UnicodeData.txt: Likewise.
250	* unicode/from_glibc/unicode_utils.py: Update to latest glibc version.
251	* unicode/from_glibc/utf8_gen.py: Likewise.
252
2532020-11-06  Martin Liska  <mliska@suse.cz>
254
255	* gcc-changelog/git_commit.py: Add new check.
256	* gcc-changelog/test_email.py: Test it.
257	* gcc-changelog/test_patches.txt: Add new patch.
258
2592020-11-04  Martin Liska  <mliska@suse.cz>
260
261	* gcc-changelog/git_repository.py: Set strict=True
262	for parse_git_revisions as a default.
263
2642020-11-04  Tobias Burnus  <tobias@codesourcery.com>
265
266	* gcc-changelog/git_commit.py (item_parenthesis_empty_regex,
267	item_parenthesis_regex): Add.
268	(check_for_empty_description): Use them.
269	* gcc-changelog/test_email.py (test_emptry_entry_desc,
270	test_emptry_entry_desc_2): Add.
271	* gcc-changelog/test_patches.txt: Add two testcases for it.
272
2732020-11-03  Tobias Burnus  <tobias@codesourcery.com>
274
275	* gcc-changelog/git_email.py: Add unidiff_supports_renaming check.
276
2772020-11-03  Martin Liska  <mliska@suse.cz>
278
279	* gcc-changelog/setup.cfg: New file.
280
2812020-10-30  Martin Liska  <mliska@suse.cz>
282
283	* gcc-changelog/git_commit.py: Handle empty groups in
284	file description.
285	* gcc-changelog/test_email.py: New test.
286	* gcc-changelog/test_patches.txt: Likewise.
287
2882020-09-21  Tobias Burnus  <tobias@codesourcery.com>
289
290	* mklog.py: Parse first 10 lines for PR/DR number
291	not only the first line.
292
2932020-09-17  Dimitrij Mojoski  <dmjpp@hotmail.com>
294
295	* clang-format: Autodetect C++ standard in use rather than
296	forcing C++03.
297
2982020-08-26  Iain Buclaw  <ibuclaw@gdcproject.org>
299
300	* config-list.mk (LIST): Add OPT-enable-obsolete to tilegx-linux-gnu,
301	tilegxbe-linux-gnu, and tilepro-linux-gnu.
302
3032020-07-29  Martin Liska  <mliska@suse.cz>
304
305	* git-backport.py: fix how are ChangeLog paths combined.
306
3072020-07-23  Patrick Palka  <ppalka@redhat.com>
308
309	* vimrc (SetStyle): Also inspect &filetype to determine whether
310	a file is C-like.
311
3122020-07-23  Martin Liska  <mliska@suse.cz>
313
314	* gcc-changelog/git_commit.py: When reverting a backport,
315	we should print only Revert header.
316
3172020-07-17  Jonathan Wakely  <jwakely@redhat.com>
318
319	* gcc-changelog/git_update_version.py: Fix typo.
320
3212020-07-10  Mike Nolta  <mike@nolta.net>
322
323	* download_prerequisites: Don't pass wget options to curl.
324
3252020-07-07  Alexandre Oliva  <oliva@adacore.com>
326	    Martin Liska  <mliska@suse.cz>
327
328	* gcc-changelog/git_commit.py: Support CASE and COND.
329	* gcc-changelog/test_patches.txt: Add test.
330	* gcc-changelog/test_email.py: Add test.
331
3322020-06-30  Martin Liska  <mliska@suse.cz>
333
334	* gcc-changelog/git_repository.py: Support older releases of
335	GitPython when renamed_file was named renamed.
336
3372020-06-30  Martin Liska  <mliska@suse.cz>
338
339	* gcc-changelog/git_check_commit.py: Print revision
340	of original_info.
341	* gcc-changelog/git_commit.py: Support Revert commits.
342
3432020-06-30  Martin Liska  <mliska@suse.cz>
344
345	* gcc-changelog/git_check_commit.py: Use GitInfo
346	* gcc-changelog/git_commit.py: Add GitInfo class.
347	* gcc-changelog/git_email.py: Use GitInfo class.
348	* gcc-changelog/git_repository.py: Likewise.
349
3502020-06-24  Ilya Leoshkevich  <iii@linux.ibm.com>
351
352	* download_prerequisites: Support AIX and OpenBSD unames.
353	Pipe `{gzip,bzip2} -d` to `tar -xf -`.
354
3552020-06-18  Martin Liska  <mliska@suse.cz>
356
357	* gcc-changelog/git_update_version.py: First checkout and then
358	run git pull ---rebase.
359
3602020-06-18  Martin Liska  <mliska@suse.cz>
361
362	* gcc-changelog/git_update_version.py: Support merge commits
363	and walk only on the branch that is being merged and generate
364	missing ChangeLog entries.
365
3662020-06-18  Martin Liska  <mliska@suse.cz>
367
368	* gcc-changelog/git_commit.py: Fix Backported from timestamp when
369	use_commit_ts=True is used.
370
3712020-06-17  Martin Liska  <mliska@suse.cz>
372
373	* gcc-changelog/git_commit.py: Print 'Backported from master'
374	heading to backported commits.
375	* gcc-changelog/test_email.py: Test it.
376	* gcc-changelog/test_patches.txt: Add new patch.
377	* gcc-changelog/git_repository.py: Add commit_to_date hook.
378	* gcc-changelog/git_email.py: Add fuzzy implementation
379	of commit_to_date_hook.
380
3812020-06-11  Jonathan Wakely  <jwakely@redhat.com>
382
383	* prepare-commit-msg: Use the gcc-config.mklog-hook-type Git
384	config key instead of the GCC_FORCE_MKLOG environment variable.
385	Optionally disable generating a new ChangeLog template for
386	amended commits when the existing log is still OK.
387
3882020-06-11  Martin Liska  <mliska@suse.cz>
389
390	* gcc-changelog/git_update_version.py: Add --curent argument.
391
3922020-06-11  Martin Liska  <mliska@suse.cz>
393
394	* prepare-commit-msg: Replace ENV variable with a git config
395	value.
396
3972020-06-11  Jonathan Wakely  <jwakely@redhat.com>
398
399	* prepare-commit-msg: Use 'tee' to save the diff to a file
400	instead of running 'git diff' twice.
401
4022020-06-10  Martin Liska  <mliska@suse.cz>
403
404	* gcc-changelog/git_commit.py: Fix renamed files in
405	parse_git_name_status.
406	* gcc-changelog/test_email.py: Add test for it.
407
4082020-06-10  Martin Liska  <mliska@suse.cz>
409
410	* gcc-changelog/git_commit.py: Add more supported prefixes.
411	* gcc-changelog/test_email.py: Fix one flake8 error.
412	* gcc-changelog/test_patches.txt: Add tested for newly
413	supported prefixes.
414
4152020-06-10  Jonathan Wakely  <jwakely@redhat.com>
416
417	* gcc-changelog/git_commit.py (GitCommit.parse_changelog):
418	Improve error strings.
419	* gcc-changelog/test_email.py: Update expected errors.
420
4212020-06-09  Jonathan Wakely  <jwakely@redhat.com>
422
423	* gcc-changelog/git_email.py: Set exit status on error.
424
4252020-06-09  Martin Liska  <mliska@suse.cz>
426
427	* gcc-changelog/git_commit.py: Fix ChangeLog regex in order to
428	match the top-level ChangeLog.
429	* gcc-changelog/test_email.py: Add test.
430	* gcc-changelog/test_patches.txt: Likewise.
431
4322020-06-02  Martin Liska  <mliska@suse.cz>
433
434	* gcc-changelog/git_commit.py: Support foo/bar/*: patterns in
435	wildcard_prefixes locations.
436	* gcc-changelog/test_email.py: Test it.
437	* gcc-changelog/test_patches.txt: Add 3 new patches.
438
4392020-06-02  Iain Buclaw  <ibuclaw@gdcproject.org>
440
441	* gcc-changelog/git_commit.py (ignored_prefixes): Add
442	gcc/testsuite/gdc.test/.
443
4442020-06-02  Jonathan Wakely  <jwakely@redhat.com>
445
446	* gcc-changelog/test_email.py (TestGccChangelog.test_long_lines):
447	Update expected error message.
448
4492020-06-02  Jonathan Wakely  <jwakely@redhat.com>
450
451	* gcc-changelog/git_commit.py (GitCommit.parse_changelog): Fix
452	grammar.
453
4542020-06-02  Jonathan Wakely  <jwakely@redhat.com>
455
456	* prepare-commit-msg: Do nothing if the mklog.py script isn't
457	present.
458
4592020-06-02  Jonathan Wakely  <jwakely@redhat.com>
460
461	* gcc-changelog/git_commit.py (GitCommit.check_mentioned_files):
462	Improve error text.
463
4642020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
465
466	* config-list.mk (LIST): Add v850e1-elf.
467
4682020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
469
470	* config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems.
471
4722020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
473
474	* config-list.mk (LIST): Remove arm-wrs-vxworks.
475
4762020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
477
478	* config-list.mk (LIST): Remove cris-linux, crisv32-elf, and
479	crisv32-linux.
480
4812020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
482
483	* config-list.mk (LIST): Add pru-elf.
484
4852020-05-29  Iain Buclaw  <ibuclaw@gdcproject.org>
486
487	* config-list.mk (LIST): Remove rs6000-ibm-aix5.3.0.
488
4892020-05-29  Martin Liska  <mliska@suse.cz>
490
491	* gcc-changelog/git_commit.py: Find empty change descriptions.
492	* gcc-changelog/test_email.py: New test.
493	* gcc-changelog/test_patches.txt: New patch that tests that.
494
4952020-05-29  Martin Liska  <mliska@suse.cz>
496
497	* git-backport.py: The script did 'git co HEAD~' when
498	there was no modified ChangeLog file in a successful
499	git cherry pick.
500	Run cherry-pick --continue without editor.
501
5022020-05-29  Martin Liska  <mliska@suse.cz>
503
504	* gcc-changelog/git_commit.py: Properly
505	handle duplicite authors.
506	* gcc-changelog/test_email.py: New test.
507	* gcc-changelog/test_patches.txt: New patch.
508
5092020-05-28  Pierre-Marie de Rodat  <derodat@adacore.com>
510
511	* gcc-changelog/git_email.py (GitEmail.__init__): Interpret file
512	renamings as a file deletion plus a file addition.
513	* gcc-changelog/git_repository.py (parse_git_revisions):
514	Likewise.
515	* gcc-changelog/test_email.py: New testcase.
516	* gcc-changelog/test_patches.txt: New testcase.
517
5182020-05-28  Martin Liska  <mliska@suse.cz>
519
520	* check-params-in-docs.py: Update to new format
521	of help.  Apply flake8 corrections.
522
5232020-05-28  Martin Liska  <mliska@suse.cz>
524
525	* mklog.py: Support renaming of files.
526	One needs unidiff 0.6.0+.
527	* test_mklog.py: Test it.
528
5292020-05-27  Martin Liska  <mliska@suse.cz>
530
531	* gcc-git-customization.sh: Use git-backport.py to drop
532	all changes for ChangeLog files.
533	* git-backport.py: New file.
534
5352020-05-27  Martin Liska  <mliska@suse.cz>
536
537	* gcc-git-customization.sh: Rename
538	commit-mklog to gcc-commit-mklog.
539
5402020-05-27  Martin Liska  <mliska@suse.cz>
541
542	* prepare-commit-msg: Save diff to a file if
543	the GCC_GIT_DIFF_FILE variable is set.
544
5452020-05-26  Pierre-Marie de Rodat  <derodat@adacore.com>
546
547	* gcc-changelog/git_commit.py (ChangeLogEntry): Handle entries
548	with multi-line file lists.
549	* gcc-changelog/test_email.py: New testcase.
550	* gcc-changelog/test_patches.txt: Likewise.
551
5522020-05-26  Pierre-Marie de Rodat  <derodat@adacore.com>
553
554	* gcc-changelog/git_update_version.py: Close file objects after
555	use.
556	* gcc-changelog/git_email.py: Likewise.
557	* gcc-changelog/test_email.py: Likewise.
558
5592020-05-26  Martin Liska  <mliska@suse.cz>
560
561	* gcc-changelog/git_update_version.py: Add 2 new options.
562
5632020-05-26  Alexandre Oliva  <oliva@gnu.org>
564
565	* gcc-changelog/git_commit.py (changelog_regex): Accept optional
566	'for' prefix.
567
5682020-05-26  Alexandre Oliva  <oliva@adacore.com>
569
570	* compare-debug: Adjust for .gkd files named as dump files,
571	with the source suffix rather than the object suffix.
572
5732020-05-26  Martin Liska  <mliska@suse.cz>
574
575	* gcc-changelog/git_commit.py: Parse changelog entries for
576	ignored locations.
577	* gcc-changelog/test_email.py: Add new test for it.
578	* gcc-changelog/test_patches.txt: Likewise.
579
5802020-05-26  Jason Merrill  <jason@redhat.com>
581
582	* prepare-commit-msg: New file.
583	* gcc-git-customization.sh: Install it.  Add commit-mklog alias.
584	* mklog.py: Add new option -c which appends
585	to a ChangeLog file.
586
5872020-05-25  Martin Liska  <mliska@suse.cz>
588
589	* gcc-changelog/git_commit.py: Add trailing '/'
590	for libdruntime.  Allow empty changelog for
591	only ignored files.
592	* gcc-changelog/test_email.py: New test for go
593	patch in ignored location.
594	* gcc-changelog/test_patches.txt: Add test.
595
5962020-05-22  Jakub Jelinek  <jakub@redhat.com>
597
598	* gcc-changelog/git_commit.py: Add trailing / to
599	gcc/testsuite/go.test/test and replace gcc/go/frontend/
600	with gcc/go/gofrontend/ in ignored locations.
601
6022020-05-22  Martin Liska  <mliska@suse.cz>
603
604	* gcc-changelog/git_commit.py: Add gcc/testsuite/go.test/test
605	to ignored locations.
606
6072020-05-21  Martin Liska  <mliska@suse.cz>
608
609	* gcc-changelog/git_update_version.py: Prepare the script, the
610	only missing piece is pushing of the updated branches.
611
6122020-05-21  Martin Liska  <mliska@suse.cz>
613
614	* gcc-changelog/git_commit.py: Support DR entries/
615	* gcc-changelog/test_email.py: New test for it.
616	* gcc-changelog/test_patches.txt: New patch for it.
617
6182020-05-21  Martin Liska  <mliska@suse.cz>
619
620	* mklog.py: Support DR parsing.
621	* test_mklog.py: New test for DR parsing.
622
6232020-05-20  Martin Liska  <mliska@suse.cz>
624
625	* gcc-changelog/git_commit.py: Add author_tuple
626	only if not present in author_lines.
627	* gcc-changelog/test_email.py: New test.
628	* gcc-changelog/test_patches.txt: Add new patch.
629
6302020-05-20  Martin Liska  <mliska@suse.cz>
631
632	* gcc-changelog/git_commit.py: Refactor to make flake8 happy.
633	* gcc-changelog/test_email.py: Add new test.
634	* gcc-changelog/test_patches.txt: Add new patch.
635
6362020-05-20  Frederik Harwath  <frederik@codesourcery.com>
637
638	* gcc-changelog/git_commit.py: Skip over lines starting
639	with "Reviewed-by: ", "Reviewed-on: ", or "Signed-off-by: "
640
6412020-05-20  Martin Liska  <mliska@suse.cz>
642
643	* gcc-changelog/git_check_commit.py: Change
644	--allow-non-strict-mode to --non-strict-mode.
645
6462020-05-20  Martin Liska  <mliska@suse.cz>
647
648	* gcc-changelog/git_commit.py: Support cherry pick
649	prefix.
650	* gcc-changelog/test_email.py: Test it.
651	* gcc-changelog/test_patches.txt: Add new patch.
652	* gcc-git-customization.sh: Add gcc-backport.
653
6542020-05-19  Martin Liska  <mliska@suse.cz>
655
656	* mklog.py: Use REST API for bug title downloading.
657
6582020-05-19  Martin Liska  <mliska@suse.cz>
659
660	* gcc-changelog/git_commit.py: Add param use_commit_ts
661	for to_changelog_entries.
662	* gcc-changelog/git_update_version.py: Se use_commit_ts to True.
663
6642020-05-19  Martin Liska  <mliska@suse.cz>
665
666	* mklog.py: Skip GTY for struct names.  Make flake8 happy.
667	* test_mklog.py: Add test for GTY.
668
6692020-05-19  Martin Liska  <mliska@suse.cz>
670
671	* gcc-changelog/git_update_version.py:
672	Fill up entries in reverse order.
673
6742020-05-19  Martin Liska  <mliska@suse.cz>
675
676	* gcc-git-customization.sh: Add
677	alias.gcc-mklog new hook.
678	* mklog.py: New file.
679	* test_mklog.py: New file.
680
6812020-05-19  Martin Liska  <mliska@suse.cz>
682
683	* legacy/mklog: Moved from mklog.
684	* legacy/mklog.pl: Moved from mklog.pl.
685
6862020-05-19  Martin Liska  <mliska@suse.cz>
687
688	* gcc-git-customization.sh: Add gcc-verify alias
689	that uses contrib/gcc-changelog/git_check_commit.py.
690
6912020-05-15  Andrew Burgess  <andrew.burgess@embecosm.com>
692
693	* dg-extract-results.py: Handle GDB specific test types.
694	* dg-extract-results.sh: Likewise.
695
6962020-05-14  Martin Liska  <mliska@suse.cz>
697
698	* gcc-changelog/test_email.py: New file.
699	* gcc-changelog/test_patches.txt: New file.
700
7012020-05-13  Patrick Palka  <ppalka@redhat.com>
702
703	* vimrc: Reduce textwidth to 72 for Git commit messages.
704
7052020-05-13  Martin Liska  <mliska@suse.cz>
706
707	* gcc-changelog/git_check_commit.py: Add default argument HEAD
708	for revisions and improve error message output.
709
7102020-05-13  Martin Liska  <mliska@suse.cz>
711
712	* gcc-changelog/git_commit.py: Restore print_output syntax
713	in git_commit.py.
714
7152020-05-13  Martin Liska  <mliska@suse.cz>
716
717	* gcc-changelog/git_check_commit.py: New file.
718	* gcc-changelog/git_commit.py: New file.
719	* gcc-changelog/git_email.py: New file.
720	* gcc-changelog/git_repository.py: New file.
721	* gcc-changelog/git_update_version.py: New file.
722
7232020-04-17  Martin Liska  <mliska@suse.cz>
724
725	* vimrc: We do not want to modify tab options
726	for Python files.
727
7282020-04-16  Jakub Jelinek  <jakub@redhat.com>
729
730	PR bootstrap/92008
731	* gcc_update: Add intl/plural.y dependency for intl/plural-config.h.
732
7332020-04-03  Martin Liska  <mliska@suse.cz>
734
735	* gcc-git-customization.sh: Search for the pattern
736	at line beginning only.
737
7382020-01-24  Richard Earnshaw  <rearnsha@arm.com>
739
740	* gcc-git-customization.sh: Use users/<pfx> for the personal remote
741	rather than just <pfx>.  Convert existing personal branches to the
742	new remote.
743	* git-add-user-branch.sh: New file.
744
7452020-01-22  Richard Earnshaw  <rearnsha@arm.com>
746
747	* git-add-vendor-branch.sh: New file.
748
7492020-01-20  Richard Earnshaw  <rearnsha@arm.com>
750
751	* gcc-git-customization.sh: Check that user-supplied remote
752	name exists before continuting.  Use a separate remotes for the
753	personal commit area.  Convert existing personal and vendor
754	fetch rules to new layout.
755	* git-fetch-vendor.sh: New vendor layout.  Add --enable-push
756	option.
757
7582020-01-17  Hans-Peter Nilsson  <hp@axis.com>
759
760	* gcc_update <git revision>: Use git log "--pretty=tformat:%p:%t:%H",
761	not "--pretty=%p:%t:%H".
762
7632020-01-16  Andreas Schwab  <schwab@linux-m68k.org>
764
765	* gcc-git-customization.sh: Avoid double expansion.
766
7672020-01-16  Richard Earnshaw  <rearnsha@arm.com>
768
769	* gcc-git-customization.sh: Check that user.name and user.email
770	are set.  Use $(cmd) instead of `cmd`.  Fix variable quoting when
771	using eval.
772
7732020-01-16  Jakub Jelinek  <jakub@redhat.com>
774
775	* gcc-git-customization.sh: Verify the id to be printed is ancestor of
776	the corresponding remote release branch (or master), otherwise print
777	nothing.
778
7792020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
780	    Jakub Jelinek  <jakub@redhat.com>
781
782	* gcc-git-customization.sh: Change uses to use in comment.
783
7842020-01-15  Jakub Jelinek  <jakub@redhat.com>
785
786	* gcc-git-customization.sh: Handle output of older git which doesn't
787	print tags/ prefixes before branchpoint/gcc-.
788
7892010-01-15  Richard Earnshaw  <rearnsha@arm.com>
790
791	* gcc-git-customization.sh: Explain why we want the user's
792	upstream account name.  Don't add push rules.  Check if push rules
793	have been added and suggest that they should be removed.
794	* git-fetch-vendor.sh: Don't add push rules.
795
7962010-01-13  Richard Earnshaw  <rearnsha@arm.com>
797
798	Revert:
799	2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
800
801	* gcc-git-customization.sh: Add back the default rule that
802	is lost by adding a custom push rule.
803	* git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
804
8052010-01-13  Richard Earnshaw  <rearnsha@arm.com>
806
807	* gcc-git-customization.sh: Add back the default rule that
808	is lost by adding a custom push rule.
809	* git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
810
8112010-01-13  Richard Earnshaw  <rearnsha@arm.com>
812
813	* contrib/git-fetch-vendor.sh: New file.
814
8152020-01-13  Jakub Jelinek  <jakub@redhat.com>
816
817	* contrib/gcc-git-customization.sh: Add git gcc-descr and gcc-undescr
818	aliases.
819
8202010-01-13  Richard Earnshaw  <rearnsha@arm.com>
821
822	* gcc-git-customization.sh: New file.
823
8242020-01-01  Jakub Jelinek  <jakub@redhat.com>
825
826	* update-copyright.py: Add Mentor Graphics Corporation and Yoshinori
827	Sato as external authors.  Skip LICENSE.txt files.
828
8292019-12-16  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
830
831	* config-list.mk: Add msp430-elfbare.
832
8332019-12-09  Lewis Hyatt  <lhyatt@gmail.com>
834
835	PR preprocessor/49973
836	* unicode/from_glibc/unicode_utils.py: Support script from
837	glibc (commit 464cd3) to extract character widths from Unicode data
838	files.
839	* unicode/from_glibc/utf8_gen.py: Likewise.
840	* unicode/UnicodeData.txt: Unicode v. 12.1.0 data file.
841	* unicode/EastAsianWidth.txt: Likewise.
842	* unicode/PropList.txt: Likewise.
843	* unicode/gen_wcwidth.py: New utility to generate
844	libcpp/generated_cpp_wcwidth.h with help from the glibc support
845	scripts and the Unicode data files.
846	* unicode/unicode-license.txt: Added.
847	* unicode/README: New explanatory file.
848
8492019-12-07  Richard Sandiford  <richard.sandiford@arm.com>
850
851	* texi2pod.pl: Handle @headitems in @multitables, printing them
852	in italics.  Push an empty item code onto the stack.
853
8542019-11-13  Janne Blomqvist  <jb@gcc.gnu.org>
855
856	* download_prerequisites: Use http instead of ftp for downloading.
857
8582019-11-08  Martin Liska  <mliska@suse.cz>
859
860	* mklog: The script fails for patches that contain:
861	'---param=foo=bar xyz'.
862
8632019-09-18  Martin Liska  <mliska@suse.cz>
864
865	* clang-format: Tweak configuration based on new
866	options offered.
867
8682019-09-09  Jose E. Marchesi  <jemarch@gnu.org>
869
870	* config-list.mk (LIST): Disable go in bpf-*-* targets.
871
8722019-09-04  Martin Liska  <mliska@suse.cz>
873
874	* mklog: Do not print changed functions for
875	testsuite files.
876
8772019-09-04  Martin Liska  <mliska@suse.cz>
878
879	* mklog: Parse PR references from newly added
880	test files.
881
8822019-09-04  Martin Liska  <mliska@suse.cz>
883
884	* mklog: Use argparse instead of getopt.
885
8862019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
887
888	* compare-all-tests (all_targets): Remove references to spu.
889	* config-list.mk (LIST): Likewise.
890
8912019-09-02  Alexander Monakov  <amonakov@ispras.ru>
892
893	* vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.
894	* vimrc: Set preferred values for 'tabstop', 'softtabstop',
895	'shiftwidth', 'noexpandtab', 'textwidth', 'formatoptions' for all
896	files, not just C-like files.
897
8982019-09-02  Martin Liska  <mliska@suse.cz>
899
900	* vim-gcc-dev/syntax/gcc-match.vim: Set tabstop=8.
901
9022019-08-13  Uros Bizjak  <ubizjak@gmail.com>
903
904	* test_summary: Do not escape "=".
905
9062019-07-02  Janne Blomqvist  <jb@gcc.gnu.org>
907
908	PR other/91048
909	* mklog (read_user_info): Open ~/.mklog in string mode.
910
9112019-06-19  Martin Liska  <mliska@suse.cz>
912
913	* bench-stringop: New file.
914
9152019-05-21  Janne Blomqvist  <jb@gcc.gnu.org>
916
917	* mklog: Open files in text mode.
918
9192019-05-21  Janne Blomqvist  <jb@gcc.gnu.org>
920
921        * mklog: Convert to Python 3.
922
9232019-05-03  Jakub Jelinek  <jakub@redhat.com>
924
925	* gennews (files): Add files for GCC 9.
926
9272019-04-30  Roland Illig  <roland.illig@gmx.de>
928
929	* check-internal-format-escaping.py: New version using polib.
930
9312019-04-19  Christophe Lyon  <christophe.lyon@linaro.org>
932
933	PR translation/90118
934	* check-internal-format-escaping.py: Check that %< is not next to
935	a word.
936
9372019-04-17  Jakub Jelinek  <jakub@redhat.com>
938
939	* dg-extract-results.sh: Only handle WARNING: program timed out
940	lines specially in "$MODE" == "sum".  Restore previous behavior
941	for "$MODE" != "sum".  Clear has_timeout and timeout_cnt if in
942	a different variant or curfile is empty.
943	* dg-extract-results.py: Fix a typo.
944
9452019-04-05  Martin Liska  <mliska@suse.cz>
946
947	PR translation/89936
948	* check-internal-format-escaping.py: Properly detect wrong
949	apostrophes.
950
9512019-03-11  Martin Liska  <mliska@suse.cz>
952
953	* check-internal-format-escaping.py: Uncomment apostrophes
954	check.
955
9562019-03-11  Martin Liska  <mliska@suse.cz>
957
958	* check-internal-format-escaping.py: New file.
959
9602019-03-10  Tommy Nguyen  <remyabel@gmail.com>
961
962	PR contrib/82704
963	* download_prerequisites: Use -c instead of --check for sha512sum.
964
9652019-03-06  Martin Liska  <mliska@suse.cz>
966
967	* check-params-in-docs.py: Ignore a param.
968
9692019-03-05  Christophe Lyon  <christophe.lyon@linaro.org>
970
971	contrib/
972	* dg-extract-results.py: Handle case where a WARNING happens with
973	the first test of a harness.
974
9752019-03-05  Christophe Lyon  <christophe.lyon@linaro.org>
976
977	contrib/
978	* dg-extract-results.sh: Fix order of WARNING and following test
979	result.
980
9812019-02-04  Christophe Lyon  <christophe.lyon@linaro.org>
982
983	contrib/
984	* dg-extract-results.py: Keep timeout warnings next to their
985	matching test.
986	* dg-extract-results.sh: Likewise.
987
9882019-01-01  Jakub Jelinek  <jakub@redhat.com>
989
990	* update-copyright.py: Add Gerard Jungman as external author.
991
9922018-11-26  Iain Buclaw  <ibuclaw@gdcproject.org>
993
994	* update-copyright.py (TestsuiteFilter): Skip .d tests.
995	(LibPhobosFilter): Add filter for upstream D sources.
996	(GCCCopyright): Add D Language Foundation as external author.
997	(GCCCmdLine): Add libphobos.
998
9992018-11-19  Martin Liska  <mliska@suse.cz>
1000
1001	* check_GNU_style_lib.py: Detect mixed usage
1002	of spaces and tabs.
1003
10042018-11-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1005
1006	* gcc_update (files_and_dependencies): Handle libphobos.
1007
10082018-10-25  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
1009
1010	* dg-cmp-results.sh: Print NA-FAIL and NA->UNRESOLVED changes at
1011	default verbosity.
1012
10132018-10-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1014
1015	* config-list.mk (LIST): Switch to i686-solaris2.11,
1016	sparc64-sun-solaris2.11.
1017
10182018-10-04  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1019
1020	* unused_functions.py: Handle archive files.
1021
10222018-10-04  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1023
1024	* unused_functions.py: New file.
1025
10262018-09-25  Martin Liska  <mliska@suse.cz>
1027
1028	* filter-rtags-warnings.py: New file.
1029
10302018-09-25  Martin Liska  <mliska@suse.cz>
1031
1032	PR middle-end/86078
1033	* check-params-in-docs.py: New file.
1034
10352018-08-17  Jojo  <jijie_rong@c-sky.com>
1036	    Huibin Wang  <huibin_wang@c-sky.com>
1037	    Sandra Loosemore  <sandra@codesourcery.com>
1038	    Chung-Lin Tang  <cltang@codesourcery.com>
1039	    Andrew Jenner  <andrew@codesourcery.com>
1040
1041	C-SKY port: Configury
1042
1043	* config-list.mk (LIST): Add csky-elf and csky-linux-gnu.
1044
10452018-07-13  Tom de Vries  <tdevries@suse.de>
1046
1047	* maintainers-verify.sh: New file.
1048
10492018-07-12  Christophe Lyon  <christophe.lyon@linaro.org>
1050
1051	* compare_tests: Print number of tests in each category.
1052
10532018-06-19  Alexander Monakov  <amonakov@ispras.ru>
1054
1055	* vim-gcc-dev/README: New file.
1056	* vim-gcc-dev/ftdetect/gcc-dev.vim: New file.
1057	* vim-gcc-dev/syntax/gcc-match.vim: New file.
1058	* gimple.vim: Move under vim-gcc-dev/syntax/.
1059	* gcc-rtl.vim: Likewise.
1060
10612018-06-19  Martin Liska  <mliska@suse.cz>
1062
1063	* gcc-rtl.vim: New file.
1064
10652018-06-12  Jeff Law  <law@redhat.com>
1066
1067	* config-list.mk (LIST): Remove alpha-freebsd6.
1068
10692018-05-08  Richard Biener  <rguenther@suse.de>
1070
1071	PR bootstrap/85571
1072	* compare-lto: New script derived from compare-debug.
1073
10742018-05-02  Jakub Jelinek  <jakub@redhat.com>
1075
1076	* gennews (files): Add files for GCC 8.
1077
10782018-05-01  Jim Wilson  <jimw@sifive.com>
1079
1080	* gcc_update: Check for .git as a file.
1081
10822018-03-21  Christophe Lyon  <christophe.lyon@linaro.org>
1083
1084	* test_summary: Match possible single quotes in configure path.
1085
10862018-03-02  Thomas Schwinge  <thomas@codesourcery.com>
1087
1088	* update-copyright.py: Remove "libcilkrts" reference.
1089
10902018-02-19  Yury Gribov  <tetra2005@gmail.com>
1091
1092	* compare_tests: Use TMPDIR when set.
1093	* dg-cmp-results.sh: Ditto.
1094	* warn_summary: Ditto.
1095
10962018-01-29  Jonathan Wakely  <jwakely@redhat.com>
1097
1098	* download_prerequisites: Use shasum for FreeBSD and DragonFly.
1099
11002018-01-19  Martin Liska  <mliska@suse.cz>
1101
1102	* analyze_brprob.py: Support new format that can be easily
1103	parsed. Add new column to report.
1104
11052018-01-03  Jakub Jelinek  <jakub@redhat.com>
1106
1107	* update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
1108
11092017-11-28  Julia Koval  <julia.koval@intel.com>
1110	    Sebastian Peryt  <sebastian.peryt@intel.com>
1111
1112	* contrib/gcc_update: Ditto.
1113
11142017-11-08  Martin Liska  <mliska@suse.cz>
1115
1116	* analyze_brprob.py: Fix abbreviations for SI units.
1117
11182017-10-02  Thomas Schwinge  <thomas@codesourcery.com>
1119
1120	* gcc_update (files_and_dependencies): Handle libbacktrace.
1121
11222017-09-18  Richard Biener  <rguenther@suse.de>
1123
1124	* download_prerequisites (isl): Bump version to 0.18.
1125
11262017-08-02  Yury Gribov  <tetra2005@gmail.com>
1127
1128	* mklog: Added new implementation.
1129
11302017-08-02  Yury Gribov  <tetra2005@gmail.com>
1131
1132	* mklog: Rename to ...
1133	* mklog.pl: this.
1134
11352017-07-17  Yury Gribov  <tetra2005@gmail.com>
1136
1137	* mklog: Fix extraction of changed file name.
1138
11392017-07-17  Georg-Johann Lay  <avr@gjlay.de>
1140
1141	* gcc_update (files_and_dependencies)
1142	[gcc/config/avr/avr-tables.opt]: Remove dead entry.
1143
11442017-06-28  Martin Liska  <mliska@suse.cz>
1145
1146	* gcc.doxy: Add default location for filters and output folder.
1147	* filter_gcc_for_doxygen_new: Rename to filter_gcc_for_doxygen.
1148	* filter_params.pl: Remove.
1149
11502017-06-21  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1151
1152	* dg-cmp-results.sh: Restore filtering on target variant.
1153
11542017-06-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1155
1156	* dg-cmp-results.sh: Keep test result lines rather than throwing
1157	header and summary to support sum files with multiple tools.
1158
11592017-05-31  Martin Liska  <mliska@suse.cz>
1160
1161	* filter_params.py:
1162	Transform ENUM_BITFIELD and comments starting with '/**'
1163
11642017-05-31  David Malcolm  <dmalcolm@redhat.com>
1165	    Martin Liska  <mliska@suse.cz>
1166
1167	* filter_params.py: New, porting the perl script to python,
1168	adding a test suite.
1169	* filter_gcc_for_doxygen_new: New file.
1170
11712017-05-30  Martin Liska  <mliska@suse.cz>
1172
1173	* analyze_brprob.py: Add new argument to parse and modify
1174	predict.def file.
1175	* analyze_brprob_spec.py: Likewise.
1176
11772017-05-29  Tom de Vries  <tom@codesourcery.com>
1178
1179	* check_GNU_style_lib.py (TrailingWhitespaceCheck.check): Assert no
1180	trailing eol.
1181	(TrailingWhitespaceTest): New unit test.
1182	(check_GNU_style_file): Remove eol before checking.
1183
11842017-05-29  Tom de Vries  <tom@codesourcery.com>
1185
1186	* check_GNU_style_lib.py (check_GNU_style_file): Treat file argument as
1187	file handle.  Add and handle file_encoding argument.
1188	* check_GNU_style.py (main): Handle '-' file argument.  Call
1189	check_GNU_style_file with file handle as argument.
1190
11912017-05-29  Tom de Vries  <tom@codesourcery.com>
1192
1193	* check_GNU_style_lib.py: Use import_pip3 to import pip3 packages.
1194	(import_pip3): New function.
1195
11962017-05-24  Tom de Vries  <tom@codesourcery.com>
1197
1198	* check_GNU_style_lib.py: New file, factored out of ...
1199	* check_GNU_style.py: ... here.  Call main unconditionally.
1200
12012017-05-19  Martin Liska  <mliska@suse.cz>
1202
1203	* check_GNU_style.py: New file.
1204
12052007-05-03  Jeff Law  <law@redhat.com>
1206
1207	* config-list.mk (am33_2.0-linux): Remove from list of targets
1208	to build.
1209
12102017-05-02  Jakub Jelinek  <jakub@redhat.com>
1211
1212	* gennews (files): Add files for GCC 7.
1213
12142017-04-26  Tom de Vries  <tom@codesourcery.com>
1215
1216	* gen_autofdo_event.py: Fix comment.
1217
12182017-04-11  Damian Rouson  <damian@sourceryinstitute.org>
1219
1220	* download_prerequisites (md5_check): New function emulates Linux
1221	'md5 --check' on macOS.  Modified script for macOS compatibility.
1222
12232017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
1224
1225	* config-list.mki (LIST): Add riscv32-unknown-linux-gun and
1226	riscv64-unknown-linux-gnu.
1227
12282017-01-31  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1229
1230	* update-copyright.py (Copyright.process_file): Retain original
1231	file mode.
1232
12332017-01-29  Gerald Pfeifer  <gerald@pfeifer.com>
1234
1235	* update-copyright.py: Fix the name of this script in examples.
1236
12372017-01-26  Jakub Jelinek  <jakub@redhat.com>
1238
1239	* update-copyright.py: Add libhsail-rt to self.default_dirs
1240	and call self.add_dir on it.  Add Intel Corporation to external
1241	authors.
1242
12432017-01-25  Thomas Schwinge  <thomas@codesourcery.com>
1244
1245	* gcc_update (files_and_dependencies): Care for "libhsail-rt".
1246
12472017-01-23  Gerald Pfeifer  <gerald@pfeifer.com>
1248
1249	* patch_tester.sh (TESTLOGS): Remove
1250	$TARGET/libjava/testsuite/libjava.sum.
1251
12522017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
1253
1254	* warn_summary: Remove the -java option.
1255
12562017-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
1257
1258	* update-copyright.py (LibJavaFilter): Remove.
1259
12602017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1261
1262	* gcc_update: Remove entries related to GCJ and libgcj.
1263	Complete copyright years and adjust my e-mail address.
1264
12652017-01-11  Richard Earnshaw  <rearnsha@arm.com>
1266
1267	* gcc_update: Adjust touch list for ARM.
1268
12692017-01-08  Gerald Pfeifer  <gerald@pfeifer.com>
1270
1271	* download_ecj: Remove.
1272
12732017-01-05  Martin Liska  <mliska@suse.cz>
1274
1275	* vimrc: Update indentation definition.
1276
12772017-01-04  Jakub Jelinek  <jakub@redhat.com>
1278
1279	* update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
1280	libssp, libvtv and lto-plugin to default_dirs.
1281
12822017-01-01  Jakub Jelinek  <jakub@redhat.com>
1283
1284	* update-copyright.py (TestsuiteFilter): Skip params/README.
1285	(GCCCmdLine): Remove libjava and libjava/testsuite add_dir.
1286
12872016-12-14  Martin Liska  <mliska@suse.cz>
1288
1289	* analyze_brprob.py: Add new column to output and new sorting
1290	option. Fix coding style to not exceed 80 characters.
1291	* analyze_brprob_spec.py: Add new sorting
1292	option. Fix coding style to not exceed 80 characters.
1293
12942016-10-24  Moritz Klammler  <moritz@glammler.eu>
1295
1296	PR other/61439
1297	* download_prerequisites: Conditionally verify checksums of
1298	downloaded pacakges.  Add help text.
1299	* prerequisites.md5: New file.
1300	* prerequisites.sha512: New file.
1301
13022016-10-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1303
1304	* check_GNU_style.sh (remove_testsuite): New function.
1305	Use it to remove testsuite from the diff.
1306
13072016-09-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1308
1309	* dg-extract-results.sh: Revert bogus change.
1310
13112016-09-20  Christophe Lyon  <christophe.lyon@linaro.org>
1312
1313	* dg-extract-results.py: Report DejaGnu error in the final
1314	summary.
1315	* dg-extract-results.sh: Likewise.
1316
13172016-09-20  Christophe Lyon  <christophe.lyon@linaro.org>
1318
1319	* compare_tests: Take ERROR messages into account when
1320	  comparing.
1321
13222016-08-17  Martin Liska  <mliska@suse.cz>
1323
1324	* mark_spam.py: Mark as spam all comments done by a creator.
1325
13262016-08-15  Martin Liska  <mliska@suse.cz>
1327
1328	* mark_spam.py: Add error handling and reset
1329	another properties of attachments and bugs.
1330
13312016-08-11  Martin Liska  <mliska@suse.cz>
1332
1333	* mark_spam.py: Mark attachments as obsolete and rename them.
1334
13352016-08-03  Eric Gallager  <egall@gwmail.gwu.edu>
1336
1337	* download_prerequisites: Explicitly remove existing symlinks
1338	before trying to create new ones.
1339
13402016-07-28  Martin Liska  <mliska@suse.cz>
1341
1342	* mark_spam.py: New file.
1343
13442016-07-21  Martin Liska  <mliska@suse.cz>
1345
1346	* analyze_brprob.py: If there's no loop, do not calculate
1347	average number of loop iterations.
1348
13492016-06-24  Martin Liska  <mliska@suse.cz>
1350
1351	* analyze_brprob.py: Parse and display average number
1352	of loop iterations.
1353
13542016-06-23  Andi Kleen  <ak@linux.intel.com>
1355
1356	* gen_autofdo_event.py: New file to regenerate
1357	gcc-auto-profile.
1358
13592016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1360
1361	* config-list.mk: Stop testing mep-elf.
1362
13632016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1364
1365	* config-list.mk: Stop testing avr-rtems.
1366
13672016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1368
1369	* config-list.mk: Stop testing m32r-rtems.
1370
13712016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1372
1373	* config-list.mk: Remove h8300-rtems support.
1374
13752016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1376
1377	* config-list.mk: stop testing knetbsd.
1378
13792016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1380
1381	* config-list.mk: Stop testing openbsd3.0.
1382
13832016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1384
1385	* config-list.mk: Remove interix target.
1386
13872016-06-21  David Edelsohn  <dje.gcc@gmail.com>
1388
1389	* config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1,
1390	rs6000-ibm-aix5.2.
1391	Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1.
1392	Add rs6000-ibm-aix7.1.
1393
13942016-06-17  Martin Liska  <mliska@suse.cz>
1395
1396	* analyze_brprob.py: Fix columns of script output.
1397
13982016-06-13  Richard Biener  <rguenther@suse.de>
1399
1400	* download_prerequisites (ISL): Bump version to 0.16.1
1401
14022016-06-10  Alan Hayward  <alan.hayward@arm.com>
1403
1404	* check_GNU_style.sh: Fix paste args for BSD
1405
14062016-06-09  David Malcolm  <dmalcolm@redhat.com>
1407
1408	* config-list.mk (LIST): Add OPT-enable-obsolete to avr-rtems,
1409	h8300-rtems, m32r-rtems, mep-elf.
1410
14112016-06-09  David Malcolm  <dmalcolm@redhat.com>
1412
1413	* config-list.mk (GCC_SRC_DIR): New variable.
1414	(make-log-dir): Use GCC_SRC_DIR.
1415	($(LIST)): Likewise.
1416
14172016-06-09  Martin Liska  <mliska@suse.cz>
1418
1419	* analyze_brprob_spec.py: New file.
1420
14212016-06-09  Martin Liska  <mliska@suse.cz>
1422
1423	* analyze_brprob.py: Add new argument --sorting.
1424
14252016-06-09  Martin Liska  <mliska@suse.cz>
1426
1427	* analyze_brprob.py: Cover new dump output format.
1428
14292016-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1430
1431	* update-copyright.py (LibMudflapFilter): Remove.
1432	(GCCCmdLine.__init__): Add gotools, libcc1.
1433	Remove libmudflap.
1434	List unhandled intl, libcilkrts, libgo, liboffloadmic,
1435	maintainer-scripts.
1436
14372016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1438
1439	* download_prerequisites: Adjust gmp/mpfr/mpc versions.
1440
14412016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1442
1443	* compare-all-tests: Remove SH5 support.
1444	* config-list.mk: Likewise.
1445
14462016-04-28  Martin Liska  <mliska@suse.cz>
1447
1448	* analyze_brprob: Remove.
1449	* analyze_brprob.py: New file.
1450
14512016-04-27  Jakub Jelinek  <jakub@redhat.com>
1452
1453	* gennews (files): Add files for GCC 6.
1454
14552016-04-17  Jan Hubicka  <jh@suse.cz>
1456
1457	* analyze_brprob: Update comment.
1458
14592016-04-13  Martin Sebor  <msebor@redhat.com>
1460
1461	* check_GNU_style.sh: Avoid false posivies in trailing operator
1462	checks.
1463
14642016-03-07  Martin Sebor  <msebor@redhat.com>
1465
1466	* check_GNU_style.sh (color): New global variable.
1467	Add checks for trailing operators and spaces before left brackets.
1468	Tightened up a check for a trailing left curly brace.
1469	(g, ag, vg): Use color.
1470	(col): Don't complain about excessively long lines with DejaGnu
1471	directives.
1472
14732016-03-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1474
1475	* mklog: Look for the ChangeLog file in $cwd.
1476
14772016-02-26  Joel Sherrill <joel@rtems.org>
1478
1479	* config-list.mk: Add aarch64-rtems and x86_64-rtems
1480
14812016-01-19  Jonathan Wakely  <jwakely@redhat.com>
1482
1483	* uninclude: Fix third argument to gensub.
1484
14852016-01-04  Jakub Jelinek  <jakub@redhat.com>
1486
1487	* update-copyright.py (GCCCopyright): Add NVIDIA Corporation
1488	as external author.
1489
14902015-12-17  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1491
1492	* config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
1493	targets x86_64-knetbsd-gnu, i686-knetbsd-gnu and i686-openbsd3.0 .
1494
14952015-12-06  Tobias Burnus  <burnus@net-b.de>
1496
1497	* download_prerequisites: Download ISL 0.15 instead of 0.14.
1498
14992015-11-20  Martin Liska  <mliska@suse.cz>
1500
1501	* clang-format: Split content of a list to multiple
1502	lines.
1503
15042015-11-19  Martin Liska  <mliska@suse.cz>
1505
1506	* clang-format: Enhance list of FOR_EACH macros.
1507
15082015-11-19  Martin Liska  <mliska@suse.cz>
1509
1510	* clang-format: New file.
1511
15122015-11-11  Andrew MacLeod  <amacleod@redhat.com>
1513
1514	* header-tools: New.  Directory containing a set of tools for
1515	manipulating header files.
1516
15172015-10-30  Nathan Sidwell  <nathan@acm.org>
1518
1519	* config-list.mk (nvptx-none): Add it.
1520
15212015-09-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
1522
1523	* download_prerequisites: Make sure that script is run from
1524	top level source directory.
1525
15262015-08-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1527
1528	* update-copyright.py (GCCCmdLine): Add libvtv.
1529
15302015-08-04  Uros Bizjak  <ubizjak@gmail.com>
1531
1532	* texi2pod.pl: Escape braces in regexp involving @strong{...}.
1533
15342015-07-15  Tom de Vries  <tom@codesourcery.com>
1535
1536	* check_GNU_style.sh (cat_with_prefix): Fix quoting.
1537
15382015-06-02  Steve Ellcey  <sellcey@imgtec.com>
1539
1540	* test_installed (--target=): New option.
1541
15422015-05-30  Mikhail Maltsev  <maltsevm@gmail.com>
1543
1544	* gimple.vim: New file.
1545
15462015-05-18  Tom de Vries  <tom@codesourcery.com>
1547
1548	* check_GNU_style.sh: Add temp files tmp2 and tmp3.
1549	(cat_with_prefix): New function, using global variable prefix.
1550	(col): Make prefix a global variable. Rewrite to process file at a time
1551	rather than line at a time.  Print part longer than 80 chars in red.
1552
15532015-05-18  Tom de Vries  <tom@codesourcery.com>
1554
1555	* check_GNU_style.sh (g, ag, vg): Don't cat empty file.
1556
15572015-05-18  Tom de Vries  <tom@codesourcery.com>
1558
1559	* check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
1560
15612015-05-18  Tom de Vries  <tom@codesourcery.com>
1562
1563	* check_GNU_style.sh: Improve readability function calls.
1564
15652015-05-16  James Bowman  <james.bowman@ftdichip.com>
1566
1567	* config-list.mk: Add FT32.
1568
15692015-05-12  Tom de Vries  <tom@codesourcery.com>
1570
1571	* check_GNU_style.sh (col): Fix tab size.
1572
15732015-05-12  Tom de Vries  <tom@codesourcery.com>
1574
1575	* check_GNU_style.sh: Put stdin into a temp file.
1576
15772015-05-12  Tom de Vries  <tom@codesourcery.com>
1578
1579	* check_GNU_style.sh: Read either from stdin, or from files.
1580
15812015-05-12  Tom de Vries  <tom@codesourcery.com>
1582
1583	* check_GNU_style.sh: Check if files exists.
1584
15852015-05-12  Tom de Vries  <tom@codesourcery.com>
1586
1587	* check_GNU_style.sh: Don't use a filename prefix if we're only
1588	processing one patch file.
1589
15902015-05-12  Yury Gribov  <y.gribov@samsung.com>
1591
1592	* mklog: Ignore preprocessor directives.
1593
15942015-04-22  Jakub Jelinek  <jakub@redhat.com>
1595
1596	* gennews (files): Add files for GCC 5.
1597
15982015-03-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1599
1600	* dg-extract-results.sh: Check that the necessary python modules exist.
1601
16022015-02-05  Ilya Verbin  <ilya.verbin@intel.com>
1603
1604	* gcc_update (files_and_dependencies): Add rules for liboffloadmic and
1605	liboffloadmic/plugin.
1606
16072015-01-15  Richard Sandiford  <richard.sandiford@arm.com>
1608
1609	* update-copyright.py (Copyright.__init__): Add a regexp for
1610	"copyright = u'".
1611	(Copyright.update_copyright): Don't add a space before the year
1612	in that case.
1613
16142015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
1615
1616	* gcc_update (files_and_dependencies): Update rules for new
1617	libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
1618
16192015-01-12  Yury Gribov  <y.gribov@samsung.com>
1620
1621	* check_GNU_style.sh: Support patches coming from stdin.
1622	Check that spaces are converted to tabs.
1623	Make double-space-after-dot check more precice.
1624
16252015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1626
1627	* config-list.mk (LIST): Add visium-elf.
1628
16292015-01-05  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1630
1631	* config-list.mk: Use shortest match for OPT to find the actual
1632	target name.
1633
16342014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
1635
1636	* dg-extract-results.sh: Use --text with grep to avoid issues with
1637	binary files.  Fall back to cat -v, if that doesn't work.
1638
16392014-12-12  Chung-Ju Wu  <jasonwucj@gmail.com>
1640
1641	* download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
1642
16432014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1644	    Yury Gribov  <y.gribov@samsung.com>
1645
1646	* vimrc: New file.
1647
16482014-12-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1649
1650	* check_GNU_style.sh: Warn for incorrect number of spaces in function
1651	call only if 0 or 2+ spaces found.
1652
16532014-12-02  Tobias Burnus  <burnus@net-b.de>
1654
1655	* download_prerequisites: Download ISL 0.14 instead of 0.12.2.
1656
16572014-11-25  Tom de Vries  <tom@codesourcery.com>
1658	    Peter Bergner  <bergner@vnet.ibm.com>
1659
1660	* mklog: Handle .mklog.  Use git setting independent of presence .git
1661	directory.
1662
16632014-11-14  Tom de Vries  <tom@codesourcery.com>
1664
1665	* mklog: Move reading of .diff file up and add comment.  Copy diff_lines
1666	to orig_diff_lines.  Use orig_diff_lines when appending patch.
1667
16682014-11-11  David Malcolm  <dmalcolm@redhat.com>
1669
1670	* ChangeLog.jit: New.
1671	* jit-coverage-report.py: New file: a script to print crude
1672	code-coverage information for the libgccjit API.
1673
16742014-11-11  Marat Zakirov  <m.zakirov@samsung.com>
1675
1676	* mklog: Symbol '}' stops search for changes.
1677
16782014-11-11  Tobias Burnus  <burnus@net-b.de>
1679
1680	* download_prerequisites: Stop downloading CLooG.
1681
16822014-11-07  Marat Zakirov  <m.zakirov@samsung.com>
1683
1684	* mklog: Always doubt in functions.
1685	Add EOF protection.
1686
16872014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1688
1689	* config-list.mk: Don't build Go for certain targets.
1690
16912014-10-04  Trevor Saunders  <tsaunders@mozilla.com>
1692
1693	* compare-all-tests: Don't test score-*.
1694	* config-list.mk: Likewise.
1695
16962014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
1697
1698	* dg-extract-results.py (output_variation): Always sort if do_sum.
1699
17002014-09-22  Tom de Vries  <tom@codesourcery.com>
1701
1702	* mklog: Add --inline option.
1703
17042014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
1705
1706	* dg-extract-results.py (Prog.result_re): Include options in test name.
1707
17082014-09-19  Olivier Hainque  <hainque@adacore.com>
1709
1710	* config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
1711
17122014-09-18  Joel Sherrill <joel.sherrill@oarcorp.com>
1713
1714	* config-list.mk (LIST): Add v850-rtems.
1715
17162014-09-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1717
1718	* config-list.mk (LIST): Add arm-rtems.
1719	Add nios2-rtems.  Remove extra option from powerpc-rtems.
1720
17212014-09-08  Trevor Saunders  <tsaunders@mozilla.com>
1722
1723	* compare-all-tests: Don't test picochip.
1724	* config-list.mk: Likewise.
1725
17262014-08-11  Mingjie Xing <mingjie.xing@gmail.com>
1727
1728	* texi2pod.pl (postprocess): Move command process for '@sc' to the
1729	front of '@dfn'.  Add a new command process for '@t{...}', just print
1730	the content.
1731
17322014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
1733	    Yury Gribov  <y.gribov@samsung.com>
1734
1735	* mklog: Run mklog as a filter.
1736
17372014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
1738
1739	* mklog: Read name and email from git config when available.
1740
17412014-06-28  Richard Biener  <rguenther@suse.de>
1742
1743	* gennews: Use gcc-3.0/index.html.
1744
17452014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
1746
1747	* dg-extract-results.py: For Python 3, force sys.stdout to handle
1748	surrogate escape sequences.
1749	(safe_open): New function.
1750	(output_segment, main): Use it.
1751
17522014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
1753
1754	* dg-extract-results.py (Named): Remove __cmp__ method.
1755	(output_variation): Use a key to sort variation.harnesses.
1756
17572014-05-24  Uros Bizjak  <ubizjak@gmail.com>
1758
1759	* texi2pod.pl: Force .pod file to not be a numbered list.
1760
17612014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
1762
1763	* dg-extract-results.py (parse_run): Handle warnings that are printed
1764	before a test harness is run.
1765
17662014-05-09  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1767
1768	* config-list.mk (show): New target.
1769
17702014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
1771
1772	* dg-extract-results.py: New file.
1773	* dg-extract-results.sh: Use it if the environment seems suitable.
1774
17752014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1776
1777	* config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
1778
17792013-04-22  Jakub Jelinek  <jakub@redhat.com>
1780
1781	* gennews (files): Add files for GCC 4.9.
1782
17832014-02-24  Walter Lee  <walt@tilera.com>
1784
1785	* config-list.mk (LIST): Add tilegxbe-linux-gnu.
1786
17872014-02-13  Richard Biener  <rguenther@suse.de>
1788
1789	* download_prerequisites: Update ISL and CLOOG versions.
1790
17912014-01-31  Brooks Moses  <bmoses@google.com>
1792
1793	* gcc_update (files_and_dependencies): Add aarch64-tune.md.
1794
17952014-01-29  Yury Gribov  <y.gribov@samsung.com>
1796
1797	* mklog: Improve support of context diffs.
1798
17992014-01-21  Tatiana Udalova  <t.udalova@samsung.com>
1800
1801	* mklog: Avoid adding falsely changed functions to ChangeLog.
1802
18032013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
1804
1805	* config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
1806	ordering of some configs.
1807
18082013-12-23  Yury Gribov  <y.gribov@samsung.com>
1809
1810	* mklog: Automatically insert comments in trivial cases.
1811
18122013-12-19  Yury Gribov  <y.gribov@samsung.com>
1813
1814	* mklog: Split generated message in parts.
1815
18162013-10-31  Chung-Ju Wu  <jasonwucj@gmail.com>
1817
1818	* config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
1819
18202013-10-29  Tobias Burnus  <burnus@net-b.de>
1821
1822	* gcc_update (files_and_dependencies): Add rules for
1823	libcilkrts.
1824
18252013-10-11  Thomas Schwinge  <thomas@codesourcery.com>
1826
1827	* gcc_update (files_and_dependencies): Fix rule for
1828	libgomp/testsuite/Makefile.in.
1829
18302013-10-01  Joern Rennecke  <joern.rennecke@embecosm.com>
1831
1832	* config-list.mk: Add arc configurations.
1833
18342013-09-27  Diego Novillo  <dnovillo@google.com>
1835
1836	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1837
18382013-09-12  DJ Delorie  <dj@redhat.com>
1839
1840	* config-list.mk: Add msp430-elf.
1841
18422013-08-31  Diego Novillo  <dnovillo@google.com>
1843
1844	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1845
18462013-08-29  Mike Stump  <mikestump@comcast.net>
1847
1848	* gcc_update (configure): Update to handle svn 1.8.1.
1849
18502013-08-03  Caroline Tice  <cmtice@google.com>
1851
1852	* gcc_update: Add libvtv files.
1853
18542013-06-06  Brooks Moses  <bmoses@google.com>
1855
1856	* testsuite-management/validate_failures.py: Fix handling of
1857	summary lines with "|" characters or empty description fields.
1858
18592013-05-24  Chung-Ju Wu  <jasonwucj@gmail.com>
1860
1861	* download_prerequisites: Download isl and cloog conditionally.
1862
18632013-05-21  David Malcolm  <dmalcolm@redhat.com>
1864
1865	* repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
1866
18672013-05-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1868
1869	* config-list.mk (LIST): Add -enable-obsolete for
1870	sparc-sun-solaris2.9, i686-solaris2.9.
1871
18722013-05-13  Mike Stump  <mikestump@comcast.net>
1873
1874	* compare_tests: Limit lines to 2000 characters as comm on Mac OS
1875	X 10.8.3 doesn't like long lines (those 2055 characters or more).
1876
18772013-04-22  Sofiane Naci  <sofiane.naci@arm.com>
1878
1879	* config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
1880
18812013-04-18  Diego Novillo  <dnovillo@google.com>
1882
1883	* validate_failures.py: Fix typo.
1884
18852013-04-18  Diego Novillo  <dnovillo@google.com>
1886
1887	* validate_failures.py: Loosen check for build directory.
1888	State what failed if we couldn't find the source tree or
1889	the target triplet.
1890
18912013-03-22  Jakub Jelinek  <jakub@redhat.com>
1892
1893	* gennews (files): Add files for GCC 4.8.
1894
18952013-03-06  Tobias Burnus  <burnus@net-b.de>
1896
1897	* make-obstacks-texi.pl: New.
1898
18992013-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1900
1901	* make_sunver.pl: Enforce C locale.
1902
19032013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
1904
1905	* update-copyright.py: Add libdecnumber to the default list.
1906	Remove libquadmath and libssp.
1907
19082013-02-06  Diego Novillo  <dnovillo@google.com>
1909
1910	* testsuite-management/validate_failures.py: Fix typo.
1911
19122013-02-06  Diego Novillo  <dnovillo@google.com>
1913
1914	* testsuite-management/validate_failures.py: Update
1915	Copyright years.
1916	Request contributions not to use Python features newer
1917	than 2.4.
1918	(GetBuildData): If this is not a build directory,
1919	emit an error only if --results or --manifest are missing.
1920
19212013-02-06  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1922
1923	* testsuite-management/validate_failures.py
1924	(IsInterestingResult): Fix performance regression
1925
19262013-02-04  Richard Sandiford  <rdsandiford@googlemail.com>
1927
1928	* update-copyright.py: New file.
1929
19302013-01-15  David Blaikie  <dblaikie@gmail.com>
1931
1932	* dg-extract-results.sh: Handle KPASSes.
1933
1934	* dg-extract-results.sh: Constrain the start-of-log pattern.
1935
1936	* dg-extract-results.sh: Fix order of summary counts.
1937
19382012-12-01  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1939
1940	* testsuite-management/validate_failures.py
1941	(IsInterestingResult): Only strip line a second time if we did split.
1942	Rephrase return statement while at it.
1943	(CollectSumFiles): Also ignore .git directory.
1944
19452012-12-03  Diego Novillo  <dnovillo@google.com>
1946
1947	* testsuite-management/validate_failures.py: Fix stale
1948	use of 'options'.
1949
19502012-11-30  Doug Evans  <dje@google.com>
1951
1952	* testsuite-management/validate_failures.py: Add support for @include,
1953	@remove directives in manifest files.
1954
1955	* testsuite-management/validate_failures.py: Add function
1956	GetManifestPath.  New global _MANIFEST_SUBDIR.
1957
19582012-11-29  Doug Evans  <dje@google.com>
1959
1960	* testsuite-management/validate_failures.py: Remove pass/fail
1961	indicator from result of GetBuildData.
1962
1963	* testsuite-management/validate_failures.py: Store options in global
1964	variable _OPTIONS.
1965
1966	* testsuite-management/validate_failures.py: Rename variable
1967	manifest_name to manifest_path everywhere.
1968
1969	* testsuite-management/validate_failures.py (CompareBuilds): Pass
1970	options.results to GetSumFiles for clean build.
1971
19722012-11-28  Doug Evans  <dje@google.com>
1973
1974	* testsuite-management/validate_failures.py: Use <target_alias> instead
1975	of <target>.  Minor whitespace changes.
1976
1977	* testsuite-management/validate_failures.py: Record ordinal with
1978	TestResult.
1979
19802012-11-19  Mike Stump  <mikestump@comcast.net>
1981
1982	* compare_tests: Add export LC_ALL=C to make sort happier.
1983
19842012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
1985
1986	* gcc_update: Update libsanitizer generated files.
1987
19882012-11-12  Tobias Burnus  <burnus@net-b.de>
1989
1990	* gcc_update: Add libquadmath generated files.
1991
19922012-11-12  H.J. Lu  <hongjiu.lu@intel.com>
1993
1994	* gcc_update: Add libsanitizer generated files.
1995
19962012-11-05  Lawrence Crowl  <crowl@google.com>
1997
1998	* compare_two_ftime_report_sets: New.
1999
20002012-11-02  Diego Novillo  <dnovillo@google.com>
2001
2002	* testsuite-management/validate_failures.py: Add option
2003	--clean_build to compare test results against another
2004	build.
2005
20062012-10-31  Diego Novillo  <dnovillo@google.com>
2007
2008	* testsuite-management/validate_failures.py: Fix parsing
2009	of summary lines.
2010
20112012-10-29  Diego Novillo  <dnovillo@google.com>
2012
2013	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2014
20152012-10-06  Diego Novillo  <dnovillo@google.com>
2016
2017	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2018
20192012-10-02   Christophe Lyon  <christophe.lyon@linaro.org>
2020
2021	* check_GNU_style.sh: Remove temporay file upon exit.
2022
20232012-09-26  Joern Rennecke  <joern.rennecke@embecosm.com>
2024
2025	* contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
2026	arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
2027	Use --enable-obsolete for picochip-elf.
2028
20292012-09-10   Diego Novillo  <dnovillo@google.com>
2030
2031	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2032
20332012-09-04  Eric Botcazou  <ebotcazou@adacore.com>
2034
2035	* make_sunver.pl: Add missing newline at the end of extern "C++" block.
2036
20372012-08-24   Diego Novillo  <dnovillo@google.com>
2038
2039	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2040
20412012-08-14   Diego Novillo  <dnovillo@google.com>
2042
2043	* testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
2044
20452012-08-13  Diego Novillo  <dnovillo@google.com>
2046
2047	* testsuite-management/validate_failures.py (ExpirationDate): Tidy
2048	comment.
2049
20502012-08-13  Diego Novillo  <dnovillo@google.com>
2051
2052	* testsuite-management/validate_failures.py (ParseSummary): Fix
2053	comment.
2054
20552012-08-13  Diego Novillo  <dnovillo@google.com>
2056
2057	* testsuite-management/validate_failures.py: Import datetime.
2058	(TestResult.ExpirationDate): New.
2059	(TestResult.HasExpired): New.
2060	(ParseSummary): Call it.  If it returns True, warn that the
2061	expected failure has expired and do not add it to the set of
2062	expected results.
2063	(GetResults): Clarify documentation.
2064
20652012-07-26   Diego Novillo  <dnovillo@google.com>
2066
2067	* testsuite-management/validate_failures.py: Do not use
2068	'with ... as ...' constructs.
2069
20702012-07-19   Diego Novillo  <dnovillo@google.com>
2071
2072	* testsuite-management/validate_failures.py (CollectSumFiles):
2073	Rename from GetSumFiles.
2074	(GetSumFiles): Factor out of CheckExpectedResults.
2075	(CheckExpectedResults): Call it.
2076	(ProduceManifest): Call it.
2077
20782012-07-18   Diego Novillo  <dnovillo@google.com>
2079
2080	* testsuite-management/validate_failures.py: Fix
2081	/usr/bin/python invocation.
2082
20832012-06-19  Steven Bosscher  <steven@gcc.gnu.org>
2084
2085	* check_makefile_deps.sh: Look for c-common.o in c-family/.
2086	Add a few more crt* files to the list of files to skip.
2087
20882012-05-31  Marek Polacek  <polacek@redhat.com>
2089
2090	* mklog: Prevent printing three spaces after the date.
2091
20922012-06-04   Diego Novillo  <dnovillo@google.com>
2093
2094	* testsuite-management/validate_failures.py (GetResults):
2095	Change argument to accept list of summary files to analyze.
2096	Update callers.
2097	(CheckExpectedResults): Handle options.manifest, options.results
2098	and options.ignore_missing_failures.
2099	(Main): Add options --manifest, --results and --ignore_missing_failures.
2100
21012012-05-31   Diego Novillo  <dnovillo@google.com>
2102	     Cary Coutant  <ccoutant@google.com>
2103
2104	* mklog: New.
2105
21062012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
2107
2108	PR bootstrap/53472
2109	* contrib/compare-debug (remove_comment): New function.
2110	Remove any .comment sections if the first cmp failed.
2111
21122012-05-09  David Edelsohn  <dje.gcc@gmail.com>
2113
2114	* gcc_update: Use $GCC_SVN to retrieve branch and revision.
2115
21162012-05-01  Richard Henderson  <rth@redhat.com>
2117
2118	* gcc_update: Add libatomic generated files.
2119
21202012-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2121
2122	* compare_tests: Append '/' to make 'find' traverse
2123	symlinked directories.
2124
21252012-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2126
2127	* testsuite-management/validate_failures.py (GetBuildData): Use
2128	target_alias.
2129
21302012-04-06  Doug Evans  <dje@google.com>
2131
2132	* dg-extract-results.sh: Handle KFAILs.
2133
21342012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2135
2136	* config-list.mk (LIST): Remove mips-sgi-irix6.5.
2137
21382012-03-13  Joseph Myers  <joseph@codesourcery.com>
2139
2140	* gennews (files): Add files for GCC 4.7.
2141
21422012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2143
2144	* config-list.mk (LIST): Remove mips-openbsd.
2145
21462012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2147
2148	* config-list.mk (LIST): Remove alpha-dec-osf5.1.
2149
21502012-03-02   Diego Novillo  <dnovillo@google.com>
2151
2152	* testsuite-management/validate_failures.py (class TestResult): Fix
2153	match pattern for the summary line.  If there is a parsing failure,
2154	show the line we failed to parse.
2155
21562012-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2157
2158	PR libstdc++/52188
2159	* make_sunver.pl: Remove #ifdef handling.
2160
21612012-02-17   Doug Kwan  <dougkwan@google.com>
2162
2163	* contrib/testsuite-management/validate_failures.py
2164	(GetMakefileValue): Check for cross compilers.
2165
21662012-02-15   Quentin Neill  <quentin.neill@amd.com>
2167
2168	* compare_tests: Fix trailing paths in dir arguments.
2169	Handle sum1/sum2 temp files with others.
2170
21712012-02-14  Walter Lee  <walt@tilera.com>
2172
2173	* config-list.mk (LIST): Add tilegx-linux-gnu and
2174	tilepro-linux-gnu.
2175	* gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
2176	(gcc/config/tilepro/mul-tables.c): New dependencies.
2177
21782012-02-11  Mike Stump  <mikestump@comcast.net>
2179
2180	* compare_tests (exit_status): Fix.
2181
21822012-02-10   Diego Novillo  <dnovillo@google.com>
2183
2184	* repro_fail: Add --debug and --debug-tui flags.
2185
21862012-02-02  Sumanth G  <sumanth.gundapaneni@kpitcummins.com>
2187	    Jayant R Sonar  <jayant.sonar@kpitcummins.com>
2188
2189	* config-list.mk (LIST): Add cr16-elf.
2190
21912012-01-02  Georg-Johann Lay  <avr@gjlay.de>
2192
2193	PR target/51345
2194	* gcc_update (files_and_dependencies): Add
2195	gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
2196
21972011-11-29  DJ Delorie  <dj@redhat.com>
2198
2199	* config-list.mk (LIST): Add rl78-elf.
2200
22012011-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2202
2203	* make_sunver.pl: Convert '?' in glob patterns to '.'.
2204
22052011-11-07  Richard Henderson  <rth@redhat.com>
2206
2207	Merged from transactional-memory.
2208
2209	* gcc_update: Add libitm to touch data.
2210
22112011-11-07   Quentin Neill  <quentin.neill@amd.com>
2212
2213	* compare_tests: Add ability to compare all .sum
2214	files from two build directories.
2215
22162011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
2217
2218	* contrib-list.mk: Add Epiphany configurations.
2219
22202011-09-13   Diego Novillo  <dnovillo@google.com>
2221
2222	* testsuite-management: New.
2223	* testsuite-management/validate_failures.py: New.
2224
22252011-08-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2226
2227	* gcc_update: Determine svn branch from hg convert_revision.
2228
22292011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2230
2231	* config-list.mk (i586-netware): Remove.
2232	(.PHONY): Remove make-script-dir dependency.
2233	(make-script-dir): Remove.
2234	($(LIST)): Remove make-script-dir dependency.
2235
22362011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
2237
2238	* gcc_update: Add C6X generated files.
2239	* contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
2240
22412011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2242
2243	* config-list.mk (LIST): Append OPT-enable-obsolete to
2244	alpha-dec-osf5.1, mips-sgi-irix6.5.
2245
22462011-06-24  Diego Novillo  <dnovillo@google.com>
2247
2248	* repro_fail: New.
2249
22502011-06-21  Joseph Myers  <joseph@codesourcery.com>
2251
2252	* gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
2253
22542011-05-19  Joseph Myers  <joseph@codesourcery.com>
2255
2256	* gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
2257	gcc/config/arm/arm-fpus.def.
2258
22592011-05-10  Joseph Myers  <joseph@codesourcery.com>
2260
2261	* gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
2262	dependencies.
2263
22642011-05-09  Joseph Myers  <joseph@codesourcery.com>
2265
2266	* gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
2267
22682010-05-05  Joern Rennecke  <joern.rennecke@embecosm.com>
2269
2270	* config-list.mk: New file.
2271
22722011-05-02  Joseph Myers  <joseph@codesourcery.com>
2273
2274	* gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
2275
22762011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2277
2278	* paranoia.cc (ENUM_BITFIELD): Remove.
2279
22802011-04-08  Joseph Myers  <joseph@codesourcery.com>
2281
2282	* gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
2283
22842011-03-22  Joseph Myers  <joseph@codesourcery.com>
2285
2286	* compare-all-tests (all_targets): Remove crx and m68hc11.
2287
22882011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2289
2290	PR bootstrap/48135
2291	* make_sunver.pl: Don't use File::Glob.
2292
22932011-03-05  Joseph Myers  <joseph@codesourcery.com>
2294
2295	* gennews (files): Add files for GCC 4.6.
2296
22972011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
2298
2299	* patch_tester.sh (nopristinecache): New shell var, set according
2300	to presence or absence of new -nopristinecache option.
2301	(usage): Document new option.
2302	(bootntest_pristine): Implement it.
2303
23042010-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2305
2306	* make_sunver.pl: Use elfdump -s to extract symbols if possible,
2307	readelf -s otherwise.
2308
23092010-11-08  Eric Botcazou  <ebotcazou@adacore.com>
2310
2311	* make_sunver.pl: Ignore entries without symbol name first.  Then do
2312	not ignore symbols marked as 'R'.
2313
23142010-10-18  Andi Kleen  <ak@linux.intel.com>
2315
2316	* gccbug.el: Remove.
2317
23182010-10-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2319
2320	* gcc_update: Run $GCC_HG pull and update separately.
2321	Check parents for SVN revision.
2322
23232010-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2324
2325	* test_recheck: New script.
2326
23272010-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2328
2329	* texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
2330	Also escape characters with grave accents, to be fixed ...
2331	(unmunge): ... here.
2332	(postprocess): Also handle @/ and @acronym{...}.
2333
23342010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
2335
2336	* check_GNU_style.sh: Do not print warning messages when there are
2337	no occurences.
2338
23392010-09-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2340
2341	* gcc_update: Handle hg, too.
2342
23432010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
2344
2345	* make_sunver.pl: Remove extra whitespace in regexp.
2346
23472010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
2348
2349	* check_GNU_style.sh: New.
2350
23512010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2352
2353	* make_sunver.pl: New file.
2354
23552010-07-02  Iain Sandoe  <iains@gcc.gnu.org>
2356
2357	* compare-debug (Darwin): Remove '-x' flag from ld-based object
2358	stripping.  Add a comment as to why we do it this way.
2359
23602010-06-20  Alexandre Oliva  <aoliva@redhat.com>
2361
2362	* compare-debug: Drop LTO sections.
2363
23642010-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2365
2366	* gcc_update: Support updating a git clone.
2367
23682010-06-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2369
2370	* test_summary: Don't use diff -u.
2371	Adapt egrep regex.
2372
23732010-06-02  Andrew Haley  <aph@redhat.com>
2374
2375	* download_prerequisites: New script.
2376
23772010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2378
2379	* dg-extract-results.sh: Redirect grep output to /dev/null instead
2380	of grep -q.
2381
23822010-04-22  Basile Starynkevitch  <basile@starynkevitch.net>
2383
2384	* gcc_update: Sets the locale to C.
2385
23862010-04-06  Joseph Myers  <joseph@codesourcery.com>
2387
2388	* gennews (files): Add files for GCC 4.5.
2389
23902010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2391
2392	Fix *.log tests output containing "===".
2393	* dg-extract-results.sh (/\===/): Rename to ...
2394	(/^\t\t=== .* ===$/): ... this pattern.
2395
23962010-03-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2397
2398	* dg-extract-results.sh: Fix result order to match sequential case.
2399
24002010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2401
2402	* check_warning_flags.sh: Use \012 instead of \n with tr.
2403
24042010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2405
2406	* dg-extract-results.sh: Don't use tail -n.
2407
24082009-10-03  H.J. Lu  <hongjiu.lu@intel.com>
2409	    Richard Guenther  <rguenther@suse.de>
2410
2411	PR lto/39216
2412	* gcc_update: Adjust file timestamps for lto-plugin.
2413
24142009-09-10  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
2415
2416	PR bootstrap/41245
2417	* compare-debug: Handle stripping of dwarf debug sections from darwin
2418	mach-o objects.
2419
24202009-09-04  Alexandre Oliva  <aoliva@redhat.com>
2421
2422	* compare-debug: Grep for blank before dash to avoid grep -e.
2423
24242009-09-01  Alexandre Oliva  <aoliva@redhat.com>
2425
2426	* compare-debug: Look for .gkd files and compare them.
2427
24282009-08-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2429
2430	PR testsuite/41166
2431	* test_summary: Invoke config.status, rather than trying to
2432	parse it.  Adjust awk script.
2433
24342009-08-18  Alexandre Oliva  <aoliva@redhat.com>
2435
2436	* compare-debug: Drop .eh_frame relocations too.
2437
24382009-08-18  H.J. Lu  <hongjiu.lu@intel.com>
2439
2440	PR testsuite/40704
2441	* test_summary: Filter out "\r".
2442
24432009-06-02  Alexandre Oliva  <aoliva@redhat.com>
2444
2445	* compare-debug: Don't fail just because of .eh_frame differences.
2446
24472009-04-27  Jakub Jelinek  <jakub@redhat.com>
2448
2449	PR testsuite/39807
2450	* dg-extract-results.sh: Close open files and use >> instead of >
2451	to decrease number of concurrently open files from awk.  Avoid
2452	= at the beginning of a regexp and redirect to a file determined
2453	by curfile variable rather than concatenated strings to workaround
2454	Solaris nawk bug.
2455
24562009-04-25  Gerald Pfeifer  <gerald@pfeifer.com>
2457
2458	* test_summary: Only include LAST_UPDATED if it exists.
2459	Complete copyright years.
2460
24612009-04-16  Paolo Bonzini  <bonzini@gnu.org>
2462
2463	* compare-all-tests: New.
2464
24652009-04-14  Jakub Jelinek  <jakub@redhat.com>
2466
2467	* gennews (files): Reference GCC 4.4 web pages.
2468
24692009-04-09  Jakub Jelinek  <jakub@redhat.com>
2470
2471	* reghunt/date_based/reg_periodic: Change copyright header to refer
2472	to version 3 of the GNU General Public License and to point readers
2473	at the COPYING3 file and the FSF's license web page.
2474	* reghunt/date_based/reg_search: Likewise.
2475	* regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
2476	* regression/btest-gcc.sh: Likewise.
2477	* regression/objs-gcc.sh: Likewise.
2478
24792009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2480
2481	* check_warning_flags.sh: Update flag exceptions.
2482
24832008-11-18  Ben Elliston  <bje@au.ibm.com>
2484
2485	* dg-cmp-results.sh: Do not print usage if either .sum file cannot
2486	be opened; print a more meaningful error instead.
2487
24882008-10-24  Janis Johnson  <janis187@us.ibm.com>
2489	    Jakub Jelinek  <jakub@redhat.com>
2490
2491	* dg-extract-results.sh: New file.
2492
24932008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2494
2495	* check_makefile_deps.sh: New file.
2496
24972008-05-08  Sebastian Pop  <sebastian.pop@amd.com>
2498
2499	* patch_tester.sh (report): Do not print "Checker: ".
2500
25012008-04-23  Sebastian Pop  <sebastian.pop@amd.com>
2502
2503	* patch_tester.sh (report): Do not print the time.
2504
25052008-04-01  Joseph Myers  <joseph@codesourcery.com>
2506
2507	* texi2pod.pl: Handle @samp and @url inside verbatim blocks.
2508	Handle @heading.  Handle enumerated lists with starting numbers
2509	and extra headings.
2510
25112008-03-10  Janis Johnson  <janis187@us.ibm.com>
2512
2513	* patch_tester.sh (initialization): Initialize svnpatch and stop.
2514	(usage): Add -svnpath and -stop.
2515	(makedir): New.
2516	(argument handling): Process -stop and -svnpath.
2517	(setup code): Use makedir, error out if initial svn checkout fails.
2518	(update): Use svnpath.  Invoke contrib/gcc_update.
2519	(apply_patch): Require that patch was created at top level.  Use eval
2520	with option variables.  Don't use bootstrap target for make.  Verify
2521	that some tests were run.
2522	(bootntest_patched): Use snvpath.
2523	(main loop): For -stop, exit when there are no more patches to test.
2524
25252008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2526
2527	* check_warning_flags.sh: Instead of invoke.texi, take the path
2528	to the doc directory as argument.  Check that warnings listed in
2529	'gcc --help' are accepted by the compiler, and listed in the
2530	manuals.
2531
25322008-03-06  Tom Tromey  <tromey@redhat.com>
2533
2534	* patch_tester.sh (usage): Watermark is not lexicographic.
2535	Load $STATE/defaults if it exists.
2536	(selfexec): Use $0.
2537	(apply_patch): Handle deletions.
2538	(bootntest): Handle default settings.
2539
25402008-03-05  Jakub Jelinek  <jakub@redhat.com>
2541
2542	* gennews (files): Reference GCC 4.3 web pages.
2543
25442008-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2545
2546	* check_warning_flags.sh: New file.
2547
25482008-01-25  Joseph Myers  <joseph@codesourcery.com>
2549
2550	* paranoia.cc (main): Remove handling of c4x_single and
2551	c4x_extended formats.
2552
25532007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
2554
2555	* compareSumTests3: Changed to GPLv3.
2556	* prepare_patch.sh: Same.
2557	* uninclude: Same.
2558	* dglib.pm: Same.
2559	* gennews: Same.
2560	* texi2pod.pl: Same.
2561	* analyze_brprob: Same.
2562	* gcc_build: Same.
2563
25642007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
2565
2566	* patch_tester.sh: Changed to GPLv3.
2567
25682007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2569
2570	* patch_tester.sh: Don't save the script anymore.
2571
25722007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2573
2574	* patch_tester.sh: New.
2575	* prepare_patch.sh: New.
2576
25772007-11-26  Alexandre Oliva  <aoliva@redhat.com>
2578
2579	* compare-debug: Introduce -p flag to preserve .stripped files.
2580
25812007-10-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2582
2583	* texi2pod.pl: Handle @asis.
2584	(postprocess): Move @gccoptlist{} after all formatting commands.
2585
25862007-10-01  Alexandre Oliva  <aoliva@redhat.com>
2587
2588	* compare-debug: Avoid spurious errors when .stripped files
2589	exist.
2590
25912007-09-22  Hans-Peter Nilsson  <hp@axis.com>
2592
2593	* warn_summary (srcdirFilter): Add fixincludes, sim,
2594	newlib and mpfr.
2595
25962007-08-23  H.J. Lu  <hongjiu.lu@intel.com>
2597
2598	* gcc_update: Handle different URL paths and tags.
2599
26002007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2601
2602	* compare-debug: New.
2603
26042007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
2605	    Andreas Schwab  <schwab@suse.de>
2606
2607	* gcc_update: Use "svn info" for revision number.  Create
2608	gcc/REVISION with branch name and revision number.
2609
26102007-08-10  Diego Novillo  <dnovillo@google.com>
2611
2612	* gcc.doxy: Rename from tree-ssa.doxy.
2613
26142007-08-10  Diego Novillo  <dnovillo@google.com>
2615
2616	* tree-ssa.doxy: Update for doxygen 1.5.
2617	Include all the files in the middle and back ends.
2618
26192007-06-30  Hans-Peter Nilsson  <hp@axis.com>
2620
2621	* gcc_update (files_and_dependencies): Handle
2622	gcc/testsuite/gcc.dg/cpp/direct2s.c.
2623
26242007-05-13  Mark Mitchell  <mark@codesourcery.com>
2625
2626	* gennews (files): Reference GCC 4.2 web pages.
2627
26282007-04-04  Zack Weinberg  <zack@mrtock.ucsd.edu>
2629
2630	* texi2pod.pl: Correct handling of @itemize with no argument.
2631
26322007-03-17  Hans-Peter Nilsson  <hp@axis.com>
2633
2634	* uninclude: New utility, from Alexandre Oliva.
2635
26362007-02-26  Dominique Dhumieres  <dominiq@lps.ens.fr>
2637
2638	* test_installed: Adjust to the move from g77 to gfortran.
2639
26402007-02-16  Matthias Klose  <doko@debian.org>
2641
2642	* texi2pod.pl: Handle @subsubsection, ignore @anchor.
2643
26442007-02-10  Hans-Peter Nilsson  <hp@axis.com>
2645
2646	* test_summary (configflags): Adjust for changes in the
2647	config.status format due to update to autoconf 2.59.
2648
26492007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2650
2651	* gcc_update: Update for configure.in -> configure.ac.
2652
26532007-02-06  Richard Sandiford  <richard@codesourcery.com>
2654
2655	* texi2pod.pl: Handle @multitable.
2656
26572007-01-15  Tom Tromey  <tromey@redhat.com>
2658
2659	* download_ecj: New file.
2660
26612006-09-27  Matthew Sachs  <msachs@apple.com>
2662
2663	* compareSumTests3: POD syntax fix.
2664
26652006-09-27  Matthew Sachs  <msachs@apple.com>
2666
2667	* dglib.pm: Initial commit.
2668	* compareSumTests3: Initial commit.
2669
26702006-09-18  Bernhard Fischer  <aldot@gcc.gnu.org>
2671
2672	* dg-cmp-results.sh (compare-$$.awk): Print name[old]
2673	and not non-existing nm[old].
2674
26752006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
2676
2677	Port to hosts whose 'sort' and 'tail' implementations
2678	treat operands with leading '+' as file names, as POSIX
2679	has required since 2001.  However, make sure the code still
2680	works on pre-POSIX hosts.
2681	* compare_tests: Don't assume "sort +2" is equivalent to
2682	"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2683
26842006-06-05  James Lemke  <jwlemke@wasabisystems.com>
2685
2686	* dg-cmp-results.sh: New script for comparing DejaGNU logs.
2687
26882006-06-02  Richard Earnshaw  <rearnsha@arm.com>
2689	    Mike Stump  <mrs@apple.com>
2690
2691	* compare_tests: Handle multilibs better.
2692
26932006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
2694
2695	* texi2pod.pl: Correct handling of absolute @include.
2696
26972006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
2698
2699	* texi2pod.pl: Handle -I.
2700
27012006-02-28  Mark Mitchell  <mark@codesourcery.com>
2702
2703	* gennews (files): Update for GCC 4.1.
2704
27052006-01-24  Diego Novillo  <dnovillo@redhat.com>
2706
2707	* gcc_update (files_and_dependencies): Handle
2708	libgomp/testsuite/Makefile.in.
2709
27102006-01-18  Richard Henderson  <rth@redhat.com>
2711	    Diego Novillo  <dnovillo@redhat.com>
2712
2713	* gcc_update (files_and_dependencies): Add libgomp files.
2714
27152005-12-06  Ben Elliston  <bje@au.ibm.com>
2716
2717	* newcvsroot: Remove.
2718
27192005-11-03  Steven Bosscher  <stevenb@suse.de>
2720
2721	* gcc_build: Fix my previous checking.
2722
27232005-11-01  Joseph S. Myers  <joseph@codesourcery.com>
2724
2725	* gcc_update: Include revision number in LAST_UPDATED.
2726
27272005-10-30  Steven Bosscher  <stevenb@suse.de>
2728
2729	* gcc_build: Use gcc.gnu.org as the default server.  Set up
2730	SVN_REPOSITORY correctly.  Add support for checking out branches.
2731
27322005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
2733
2734	* gcc_update: When svn update is called and
2735	--silent is used, pass -q.
2736
27372005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
2738
2739	* gcc_update: Remove the -q from svn invocation.
2740
27412005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
2742
2743	* gcc_build: Remove -d from the call to gcc_update.
2744
27452005-10-28  Daniel Berlin  <dberlin@dberlin.org>
2746	    Ben Elliston  <bje@au1.ibm.com>
2747
2748	* gcc_update: Update for svn.
2749	* newcvsroot: Ditto.
2750	* gcc_build: Ditto.
2751
27522005-10-21  Mark Mitchell  <mark@codesourcery.com>
2753
2754	* texi2pod.pl: Substitue for @value even when part of @include.
2755
27562005-10-21  Bob Wilson  <bob.wilson@acm.org>
2757
2758	* texi2pod.pl: Convert two single quotes or two backquotes to
2759	double quotes.
2760
27612005-08-23  Ben Elliston  <bje@au.ibm.com>
2762
2763	* gcc_update: Update dependencies for libjava/aclocal.m4.
2764
27652005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
2766
2767	* All files: Update with new FSF address.
2768
27692005-07-14  Ben Elliston  <bje@au.ibm.com>
2770
2771	* filter_params.pl: Typo fix.
2772	* filter_knr2ansi.pl: Likewise.
2773
27742005-06-05  Gerald Pfeifer  <gerald@pfeifer.com>
2775
2776	* gennews (files): Update for egcs-1.0 release pages consolidation.
2777
27782005-04-17  Joseph S. Myers  <joseph@codesourcery.com>
2779
2780	* gennews (files): Update for GCC 4.0.
2781
27822005-03-18  Alexandre Oliva  <aoliva@redhat.com>
2783
2784	* gcc_update (silent): Unset instead of initializing to null.
2785
27862005-03-18  Andreas Schwab  <schwab@suse.de>
2787
2788	* gcc_update (apply_patch): Properly quote $1.
2789
27902005-03-18  Zack Weinberg  <zack@codesourcery.com>
2791
2792	* gcc_update: Add --silent option.
2793
27942005-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2795
2796	* warn_summary (keywordFilter): Update sed pattern for new quoting
2797	style in warnings.
2798
27992005-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2800
2801	* warn_summary: Add -fortran subdir flag.
2802	(subdirectoryFilter): Fix missing ada subdir.
2803
28042004-11-20  Hans-Peter Nilsson  <hp@bitrange.com>
2805
2806	* gcc_update (touch_files): Don't rely on "make" being GNU make;
2807	grep for "Touching" to determine that the rule executes.
2808
28092004-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
2810
2811	* gcc_update (touch_files): Explicitly pass --no-print-directory.
2812
28132004-11-04  Andrew Pinski  <pinskia@physics.uc.edu>
2814
2815	* gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
2816
28172004-08-04  Paolo Bonzini  <bonzini@gnu.org>
2818
2819	* gcc_update: Add fixincludes.
2820
28212004-08-26  Matthias Klose  <doko@debian.org>
2822
2823	* texi2pod.pl: keep references of the form @ref{...}, print them bold.
2824
28252004-08-26  Matthias Klose  <doko@debian.org>
2826
2827	* test_summary: Include baseline used for libstdc++-v3 abi check
2828	in test summary.
2829
28302004-08-25  Ben Elliston  <bje@au.ibm.com>
2831
2832	* gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
2833
28342004-08-20  Andreas Tobler  <a.tobler@schweiz.ch>
2835
2836	* gcc_update (self): libjava/configure.in -> configure.ac. Automake
2837	update done.
2838
28392004-08-04  Paolo Bonzini  <bonzini@gnu.org>
2840
2841	* gcc_update: libjava/configure.ac -> configure.in.  Automake
2842	1.4 does not handle configure.ac properly.
2843
28442004-08-04  Andreas Schwab  <schwab@suse.de>
2845
2846	* gcc_update: libjava/configure.in -> configure.ac.
2847
28482004-08-03  Richard Earnshaw  <rearnsha@arm.com>
2849
2850	* gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
2851
28522004-07-16  Jeff Law  <law@redhat.com>
2853
2854	* analyze_brprob: Fix comments.  More consistent output format.
2855
28562004-06-17  Diego Novillo  <dnovillo@redhat.com>
2857
2858	* tree-ssa.doxy: Update for doxygen 1.3.5.
2859
28602004-06-14  Andreas Jaeger  <aj@suse.de>
2861
2862	* gcc_update: boehm-gc/configure.in -> configure.ac.
2863
28642004-06-16  Paolo Bonzini  <bonzini@gnu.org>
2865
2866	* gcc_update (boehm-gc/configure): Depend on
2867	boehm-gc/configure.ac instead of boehm-gc/configure.in
2868
28692004-06-14  Paolo Bonzini  <bonzini@gnu.org>
2870
2871	* gcc_update (libmudflap/configure): Depend on
2872	libmudflap/configure.ac instead of libmudflap/configure.in
2873
28742004-06-14  Andreas Jaeger  <aj@suse.de>
2875
2876	* gcc_update: Add libcpp.
2877
28782004-06-10  Andreas Jaeger  <aj@suse.de>
2879
2880	* gcc_update: Add libgfortran.
2881
28822004-05-29  Andrew Pinski  <pinskia@physics.uc.edu>
2883
2884	* gcc_update (libbanshee/configure): Depend on
2885	libbanshee/configure.ac instead of libbanshee/configure.in
2886
28872004-05-17  Zack Weinberg  <zack@codesourcery.com>
2888
2889	* gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
2890	from list of files to be touched.
2891	* convert_to_f2c, convert_to_g2c, download_f2c: Delete.
2892
28932004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
2894
2895	* gennews: Update for GCC 3.4.
2896
28972004-05-13  Diego Novillo  <dnovillo@redhat.com>
2898
2899	Merge from tree-ssa-20020619-branch.
2900
2901	* filter_gcc_for_doxygen: New file.
2902	* filter_knr2ansi.pl: New file.
2903	* filter_params.pl: New file.
2904	* tree-ssa.doxy: New file.
2905	* contrib/gcc_update (files_and_dependencies): Handle
2906	libbanshee and libmudflap.
2907
29082004-04-12  Kelley Cook  <kcook@gcc.gnu.org>
2909	    Andreas Jaeger  <aj@suse.de>
2910
2911	* gcc_update (files_and_dependencies): Insert zlib dependencies.
2912
29132004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2914
2915	* gcc_update (files_and_dependencies): libobjc/configure now
2916	depends on configure.ac, not configure.in.
2917
29182004-04-01  Kelley Cook  <kcook@gcc.gnu.org>
2919
2920	* gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
2921
29222004-03-16  Andreas Tobler  <a.tobler@schweiz.ch>
2923
2924	* gcc_update (files_and_dependencies): Insert libffi dependencies.
2925
29262004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
2927
2928	* gcc_update (files_and_dependencies): Insert libada/configure.
2929
29302004-02-29  Andrew Pinski  <pinskia@physics.uc.edu>
2931
2932	* gcc_update (files_and_dependencies): Update intl/configure.in
2933	to intl/configure.ac.
2934
29352004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
2936
2937	* gcc_update (files_and_dependencies): Update fastjar/configure.in
2938	to fastjar/configure.ac
2939
29402004-01-07  Kelley Cook  <kcook@gcc.gnu.org>
2941
2942	* gcc_update (files_and_dependencies): Remove non-existant files.
2943
29442004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
2945
2946	* gcc_update (files_generated): Revert 2003-12-18 change.
2947
29482004-01-03  Andrew Pinski  <pinskia@physics.uc.edu>
2949
2950	* gcc_update (files_and_dependencies): For gcc directory,
2951	rename configure.in to configure.ac.
2952
29532003-12-19  Andreas Tobler  <a.tobler@schweiz.ch>
2954
2955	* gcc_update (files_and_dependencies): For libjava/libltdl directory,
2956	remove acconfig.h. No longer used.
2957
29582003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
2959
2960	* gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
2961	gcc/ada/gnat_ug_* to use it.
2962
29632003-12-16  James E Wilson  <wilson@specifixinc.com>
2964
2965	* gcc_update (files_and_dependencies): For libjava/libltdl directory,
2966	rename configure.in to configure.ac, and stamp-h.in to config-h.in.
2967
29682003-12-11  Kelley Cook  <kcook@gcc.gnu.org>
2969
2970	* gcc_update (files_and_dependencies): Correct typo in the filename
2971	gnat_ug_wnt.texi.
2972
29732003-12-08  Arnaud Charlet  <charlet@act-europe.fr
2974
2975	* gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
2976	treeprs.ads.
2977
29782003-10-16  Mark Mitchell  <mark@codesourcery.com>
2979
2980	* gennews (files): Add GCC 3.3 files.
2981
29822003-08-21  Mark Mitchell  <mark@codesourcery.com>
2983
2984	* gcc_build: Fix handling of -t option.  Add -x option.
2985
29862003-07-31  Matt Kraai  <kraai@alumni.cmu.edu>
2987
2988	* texi2pod.pl: Remove extra line.
2989
29902003-07-15  Matt Kraai  <kraai@alumni.cmu.edu>
2991
2992	* texi2pod.pl: Default @itemize's parameter to @bullet.
2993
29942003-07-12  Zack Weinberg  <zack@codesourcery.com>
2995
2996	* gcc_update: gcc/acconfig.h no longer exists.
2997
29982003-07-11  Matthias Klose  <doko@debian.org>
2999
3000	* test_installed: Add options to run objc tests.
3001	In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
3002
30032003-07-04  Zack Weinberg  <zack@codesourcery.com>
3004
3005	* gcc_update: Remove gcc/intl/plural.c from list.
3006	Add new generated files intl/plural.c, intl/configure,
3007	intl/config.h.in.
3008
30092003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
3010
3011	* gcc_update (files_and_dependencies): Add
3012	gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
3013	gcc/testsuite/gcc.dg/cpp/mi1c.h.
3014
30152003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3016
3017	* paranoia.cc: Fix spelling error.
3018
3019	* analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
3020	to GCC.
3021
30222003-04-04  Mike Stump  <mrs@apple.com>
3023
3024	* compare_tests: Fix exit status and be more flexible with spacing.
3025
30262003-03-08  Phil Edwards  <pme@gcc.gnu.org>
3027
3028	* test_summary:  Add -h, print existing comments as help.
3029
30302003-03-03  H.J. Lu  <hjl@gnu.org>
3031
3032	* gcc_build: Use $GCC_CVS/$CVS instead of cvs.
3033	* gcc_update: Likewise.
3034
30352003-01-19  Alexandre Oliva  <aoliva@redhat.com>
3036
3037	* test_summary (configflags): Only use the first match.  Remove
3038	excess space.  Use sub instead of gsub where possible.  Use `none'
3039	if no configure flags were given.
3040
30412003-01-10  Loren J. Rittle  <ljrittle@acm.org>
3042
3043	* test_summary (configflags): awk portability.
3044
30452003-01-07  Alexandre Oliva  <aoliva@redhat.com>
3046
3047	* test_summary (configflags): Compute correctly with both
3048	autoconfiscated and Cygnus-style top-level.
3049
30502003-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3051
3052	* gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
3053	on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
3054	gcc/java/keyword.gperf
3055
30562002-12-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3057
3058	* gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
3059	depending on gcc/intl/plural.y.
3060
30612002-12-28  Alexandre Oliva  <aoliva@redhat.com>
3062
3063	* gcc_update (configure): Depend on config/acx.m4 as well.
3064
3065	* gcc_update (configure): Depend on configure.in.
3066
30672002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
3068
3069	* texi2pod.pl: Skip contents of @copying.
3070
30712002-11-09  Zack Weinberg  <zack@codesourcery.com>
3072
3073	* gthr_supp_vxw_5x.c: New file.
3074
30752002-10-21  Richard Henderson  <rth@redhat.com>
3076
3077	* paranoia.cc (real_c_float::image): Accomodate size of
3078	real_internal format.
3079	(main): Unbuffer stdio.  Add real_internal format.
3080	(floor_log2_wide): New.
3081
30822002-10-16  Richard Henderson  <rth@redhat.com>
3083
3084	* paranoia.cc (ENUM_BITFIELD): New.
3085	(class): Define as klass around real.h.
3086	(real_c_float): Not a template any longer; define MODE as a
3087	class static constant; use real_format elements for SIZE.
3088	Update uses of real_to_decimal and real_to_hexadecimal.
3089	(main): Change -g argument to use a format name.
3090	(mode_for_size): Remove.
3091
30922002-09-16  Richard Henderson  <rth@redhat.com>
3093
3094	* paranoia.cc: New file.
3095
30962002-09-04  Richard Henderson  <rth@redhat.com>
3097
3098	* enquire.c: Remove.
3099
31002002-08-14  Mark Mitchell  <mark@codesourcery.com>
3101
3102	* gennews (files): Add GCC 3.2 files.
3103
31042002-07-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3105
3106	* gennews (files): Add proper files for the GCC 3.1 release series.
3107	Simplify and reformat introductory wording.
3108
31092002-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
3110
3111	* enquire.c: Move from gcc.
3112
31132002-07-16  H.J. Lu  <hjl@gnu.org>
3114
3115	* gcc_update (touch_files): Pass -s to ${MAKE}.
3116
31172002-06-26  Zack Weinberg  <zack@codesourcery.com>
3118
3119	* texi2pod.pl: Correct handling of the internal R<> sequence.
3120
31212002-05-31  Florian Weimer  <fw@deneb.enyo.de>
3122
3123	* gcc_update (files_and_dependencies): Add generated Texinfo files
3124	for Ada.
3125
31262002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3127
3128	* test_installed: Allow for PWDCMD to override hardcoded pwd.
3129	* test_summary: Likewise.
3130
31312002-04-18  Geoffrey Keating  <geoffk@redhat.com>
3132
3133	* gcc_update (touch_files): Don't have empty for loop.
3134
31352002-04-16  Richard Henderson  <rth@redhat.com>
3136
3137	* gcc_update: Remove libchill.
3138
31392002-03-25  Zack Weinberg  <zack@codesourcery.com>
3140
3141	* texi2pod.pl: Handle @end ftable and @end vtable.
3142
31432002-03-11  Zack Weinberg  <zack@codesourcery.com>
3144
3145	* texi2pod.pl: Handle @include, @ftable, @vtable.
3146	Reformat some code for clarity.
3147
31482002-02-24  Christian Jönsson  <c.christian.joensson@telia.com>
3149
3150	* test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
3151	WARNING and ERROR output from the *.sum files.
3152
31532002-01-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3154
3155	* gennews (files): Replace gcc-2.95/gcc-2.95.html,
3156	gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
3157	and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
3158
31592002-01-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3160
3161	* gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
3162	egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
3163	egcs-1.1/index.html.
3164
31652002-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3166
3167	* warn_summary: Add -ada subdirectory flag.
3168
31692001-12-12  Matthias Klose  <doko@debian.org>
3170
3171	* texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
3172	generation of more than one man page from one source.
3173	Add '-' to set of valid chars for an identifier.
3174	Let -D option accept flags of the form <flag>=<value>.
3175	Use \s+ for whitespace detection in '@c man' lines.
3176	Handle @set and @clear independent of $output.
3177	Substitute all @value{}'s in a line.
3178
31792001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
3180
3181	* texi2pod.pl: Handle @ifnottex, @iftex and @display.  Handle @var
3182	in verbatim blocks specially.  Handle @unnumbered, @unnumberedsec
3183	and @center.  Allow [a-z] after @enumerate.  Handle 0 and numbers
3184	greater than 9 in enumerations.
3185
31862001-11-07  Laurent Guerby  <guerby@acm.org>
3187
3188	* gcc_update (files_and_dependencies): Add Ada dependencies.
3189
31902001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3191
3192	* snapshot: Remove.
3193
31942001-09-07  Richard Sandiford  <rsandifo@redhat.com>
3195
3196	Revert:
3197	* gcc_update: (files_and_dependencies) Add gcc/java/parse.c
3198	gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
3199	touch.
3200
32012001-09-04  David.Billinghurst  <David.Billinghurst@riotinto.com>
3202
3203	* gcc_update: (files_and_dependencies) Add gcc/java/parse.c
3204	gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
3205	touch.
3206
3207Mon Aug 13 02:29:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
3208
3209	* analyze_brprob: Update for changes in gcc debug output.
3210
3211Sat Jul 28 22:37:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
3212
3213	* analyze_brprob: Avoid more overflows.
3214
32152001-07-27  Richard Henderson  <rth@redhat.com>
3216
3217	* test_summary: Copy LAST_UPDATED UTC time to head of summary.
3218
3219Fri Jul 27 18:01:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
3220
3221	* analyze_brprob: Avoid overflows.
3222
32232001-07-27  Richard Henderson  <rth@redhat.com>
3224
3225	* gcc_update: Dump timestamp in LAST_UPDATED.
3226
32272001-07-26  Andreas Jaeger  <aj@suse.de>,
3228	    Hans-Peter Nilsson  <hp@bitrange.com>
3229
3230	* analyze_brprob: Fix documentation.
3231
3232Mon Jul 23 15:47:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
3233
3234	* analyze_brprob: Fix awk compatibility problems; update comment.
3235
32362001-07-23  Andreas Jaeger  <aj@suse.de>
3237
3238	* analyze_brprob: Fix more typos.
3239
32402001-07-23  Andreas Jaeger  <aj@suse.de>
3241
3242	* analyze_brprob: Fix typos.
3243
32442001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3245
3246	* texi2pod.pl: Handle @r inside @item.
3247
32482001-07-02  Zack Weinberg  <zackw@stanford.edu>
3249
3250	* gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
3251
32522001-07-01  Zoltan Felleg  <zfelleg@telnet.hu>
3253
3254	* warn_summary: Fix typo in a comment.
3255
32562001-06-14  Albert Chin-A-Young  <china@thewrittenword.com>
3257
3258	* contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
3259
32602001-06-13  Mark Mitchell  <mark@codesourcery.com>
3261
3262	* gennews: Set TERM to vt100 for Lynx.
3263
32642001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3265
3266	* release: Remove.
3267
3268Tue Jun 12 12:21:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
3269
3270	* analyze_brprob: New file.
3271
32722001-06-11  Mark Mitchell  <mark@codesourcery.com>
3273
3274	* gcc_build: Output information about the commands used to
3275	configure the compiler.
3276
32772001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3278
3279	* gennews: Update for GCC 3.0.
3280
32812001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3282
3283	* gcc_update: Update for move of documentation to gcc/doc.
3284
32852001-05-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3286
3287	* contrib/test_summary (files): Sort before evaluating.
3288
32892001-05-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3290
3291	* gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
3292
32932001-05-21  Mark Mitchell  <mark@codesourcery.com>
3294
3295	* gcc_build: Use -d when invoking gcc_update.
3296
32972001-05-18  Andreas Jaeger  <aj@suse.de>
3298
3299	* gcc_update: Add rules for libf2c/libI77.
3300
33012001-05-17  Alexandre Oliva  <aoliva@redhat.com>
3302
3303	* gcc_update (touch_files): Use simpler, yet as portable, syntax.
3304
33052001-05-14  Loren J. Rittle  <ljrittle@acm.org>
3306
3307	* gcc_update (touch_files): Enhance make portability.
3308
33092001-05-14  Alexandre Oliva  <aoliva@redhat.com>
3310
3311	* gcc_update (touch_files): Use a Makefile to touch files.
3312
33132001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3314
3315	* texi2pod.pl: Add copyright and GPL notices.
3316
33172001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
3318
3319	* texi2pod.pl: Handle "\,".
3320
33212001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
3322
3323	* texi2pod.pl: Fix regular expression for @r to avoid exponential
3324	recursion.  From Russ Allbery <rra@stanford.edu>.  Remove perl
3325	version check.
3326
33272001-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3328
3329	* warn_summary (stageNfilter): Update for recent changes in
3330	bootstrap logic.
3331
33322001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
3333
3334	* texi2pod.pl: Require at least perl 5.6.0.
3335
33362001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3337
3338	* gcc_update: Add gcc/gcc.1 to generated files.
3339	* texi2pod.pl: Handle @r and @gccoptlist.  Handle @gol.  Handle
3340	discarding to end of sentence with @xref where the sentence has an
3341	interior "." in markup, and handle discarding parentheses around
3342	such a sentence.
3343
33442001-01-11  Bernd Schmidt  <bernds@redhat.com>
3345
3346	* gennews: Add gcc-2.95.3.
3347
33482001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
3349
3350	* texi2pod.pl: Handle @gcctabopt and @env in tables.  Handle
3351	@command.  Format URLs and email addresses in bold.
3352
33532001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3354
3355	* gcc_update: Add cpp.1 to the list of generated files.
3356
3357	* texi2pod.pl: Handle @option and @env.
3358
33592001-01-03  Mike Stump  <mrs@wrs.com>
3360
3361	* snapshot: Update to account for java libraries.
3362
33632000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
3364
3365	* test_summary: Export filesuffix, not fileprefix.
3366
33672000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3368
3369	* release: Change some EGCS references to GCC.
3370
33712000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3372
3373	* warn_summary: Fix subdirectory filtering.  Add -intl and -fixinc
3374	subdirectory flags.  Add source directory prefix filtering.
3375	Redirect diagnostic output to stderr.
3376
33772000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
3378
3379	* texi2pod.pl: If multiple @c man sections with the same tag
3380	appear, concatenate them in the final output.  When skipping,
3381	ignore block commands that can't cause skipping, and honor
3382	those that can.  Ensure that verbatim blocks are separate
3383	paragraphs.
3384
33852000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3386
3387	* gcc_update: Don't touch tradcif.c or java/parse.h.
3388
33892000-12-05  Zack Weinberg  <zack@wolery.stanford.edu>
3390
3391	* texi2pod.pl: Restructure for comprehensibility, add
3392	comments.  Merge handling of @ignore and @ifxxx.  Handle a
3393	whole bunch more Texinfo commands.  Use consistent formatting
3394	style.
3395
33962000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
3397
3398	* gennews: New script.
3399
34002000-11-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3401
3402	* gcc_update: Update a comment as we now require bison for CVS users.
3403
34042000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3405
3406	* gcc_update: Add gcov.1 to the list of generated files.
3407
34082000-11-21  Mark Mitchell  <mark@codesourcery.com>
3409
3410	* gcc_build: Remove code to put information in a log file.
3411
34122000-11-19  Zack Weinberg  <zackw@stanford.edu>
3413
3414	* texi2pod.pl:
3415	  - Add real command line parsing.
3416	  - Support @ifset, @ifclear, @set, @value, -D switch.
3417	  - Support @sc.  Improve handling of @ref and friends.
3418	  - Discard @subsection, @need, @node lines.
3419	  - Un-nest font changes to match texinfo semantics.
3420	  - Handle @{ and @}.  Oops.
3421	  - Don't emit E<> directives inside verbatim blocks.
3422
34232000-11-12  Bruce Korb  <bkorb@gnu.org>
3424
3425	* release: generalize the release script a bit.
3426
3427Sat Nov 11 17:29:03 2000  Mark P Mitchell  <mark@codesourcery.com>
3428
3429	* gcc_build: Add -o option for setting the objdir to use.
3430
34312000-11-11  Jeff Law  <law@redhat.com>,
3432
3433	* release: New file.
3434
34352000-11-08  Jeff Law  <law@redhat.com>,
3436	    Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3437
3438	* snapshot: New file.
3439
34402000-11-08  Jeffrey Oldham  <oldham@oz.codesourcery.com>
3441
3442	* gcc_build (bootstrap_gcc): New function.
3443	(configure_gcc): Likewise.
3444	(build_gcc): Rewritten to use configure and bootstrap.
3445	(MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
3446
34472000-10-31  Mark Mitchell  <mark@codesourcery.com>
3448
3449	* gcc_build (MAKE): New variable.
3450	(build_gcc): Use it.  Fix logging of errors.
3451	(install_gcc): Likewise.
3452
34532000-10-29  Mark Mitchell  <mark@codesourcery.com>
3454
3455	* gcc_build: Save the output from CVS into the logfile as well.
3456
34572000-10-25  Mark Mitchell  <mark@codesourcery.com>
3458
3459	* gcc_build: Fix typos.
3460
34612000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
3462
3463	* gperf-2.7-19981006.pat: Remove.
3464
34652000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3466
3467	* test_installed: Change EGCS references to refer to GCC.
3468
34692000-09-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3470
3471	* gcc_update (touch_files): Add some informative output.
3472
34732000-09-16  Andreas Jaeger  <aj@suse.de>
3474
3475	* gcc_update: Remove gcc/c-parse.gperf.
3476
34772000-08-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>,
3478	    Alexandre Oliva  <aoliva@redhat.com>
3479
3480	* gcc_update: Execute touch_files_reexec even if `cvs update`
3481	failed.
3482
34832000-08-09  Alexandre Oliva  <aoliva@redhat.com>
3484
3485	* test_summary: AWK breaks with filenames containing `='.
3486
3487Sun Jul 16 12:04:33 2000  Mark P Mitchell  <mark@codesourcery.com>
3488
3489	* gcc_build: New script.
3490
34912000-07-13  Mark Mitchell  <mark@codesourcery.com>
3492
3493	* gcc_update (files_and_dependencies): Remove generated YACC files.
3494
34952000-07-12  Mark Mitchell  <mark@codesourcery.com>
3496
3497	* gcc_update (files_and_dependencies): Remove generated YACC files.
3498
34992000-06-04  Mark Mitchell  <mark@codesourcery.com>
3500
3501	* newcvsroot: Handle filenames that contain spaces.
3502
35032000-06-03  Zack Weinberg  <zack@wolery.cumb.org>
3504
3505	* test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
3506	Elide --with-gcc-version-trigger and --norecursion from
3507	configure flags.  Remove code to report status of haifa scheduler.
3508
35092000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
3510
3511	* gcc_update (self): Set to `$0'.
3512	(touch_files_reexec): Use `$self' instead of `$0'.
3513
35142000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
3515
3516	* gcc_update (touch_files_reexec): New function, run after the
3517	tree is modified.
3518
35192000-05-08  Richard Hendeson  <rth@cygnus.com>
3520
3521	* gcc_update: Remove references to inclhack.tpl.
3522
35232000-04-28  Jason Merrill  <jason@casey.cygnus.com>
3524
3525	* index-prop: Use a single pattern.  Also support *** cdiffs.
3526
35272000-04-28  Pavel Roskin  <pavel_roskin@geocities.com>
3528
3529	* index-prop: Don't change /dev/null.
3530
35312000-04-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3532
3533	* gcc_update: Refer to GCC and gcc_update instead of egcs and
3534	egcs_update.
3535
35362000-04-26  Jonathan Larmour  <jlarmour@redhat.co.uk>
3537
3538	* index-prop: Fix occasional problem when using cvs diff -p.
3539
35402000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
3541
3542	* gcc_update: Remove references to cexp.c/cexp.y.
3543
35441999-12-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3545
3546	* newcvsroot: Add check on the number of command-line arguments.
3547	Add usage.
3548
3549Sun Nov 28 00:41:44 1999  William Bader (william@nscs.fast.net)
3550
3551	* gcc_update: Allow patches compressed by bzip2.
3552
35531999-10-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
3554
3555	* newcvsroot: New file.
3556
35571999-09-11  Craig Burley  <craig@jcb-sc.com>
3558
3559	* convert_to_f2c, convert_to_g2c, download_f2c: New file.
3560
35611999-08-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3562
3563	* gcc_update: New file.
3564	* egcs_update: Renamed to gcc_update.
3565
35661999-08-09  Robert Lipe  <robertlipe@usa.net>
3567
3568	* test_summary: Quote curly braces in 1999-07-03 change.
3569
35701999-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
3571
3572	* egcs_update (files_and_dependencies): Fixed typo in
3573	gcc/cstamp-h.in.  Added gcc/config.in.
3574
35751999-07-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
3576
3577	* egcs_update (files_and_dependencies): New function, with
3578	complete list of files to be updated, as well as their
3579	dependencies.
3580	(touch_files): Check the timestamp of each generated file against
3581	its dependencies'.
3582	(main): New flags --touch, --list and --help.  Remove the
3583	pre-update step.
3584
35851999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
3586
3587	* test_summary: Replace egcs with gcc.  Update e-mail address.
3588
35891999-07-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3590	    Jerry Quinn  <jquinn@nortelnetworks.com>
3591
3592	* egcs_update (touch_files, apply_patch): New functions.
3593	Use them.  New command-line option --patch.  Split test of local
3594	tree into two parts.  Add comments.
3595
35961999-07-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
3597
3598	* test_summary: If Target is `unix{*}', append the Target variants
3599	to Host.
3600
36011999-06-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
3602
3603	* test_summary: Set default mail-address and version for egcs
3604	instead of relying on unpredictable pathnames.
3605	Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
3606
3607Fri Apr  2 16:09:02 1999  Jeffrey A Law  (law@cygnus.com)
3608
3609	* fixinc/*: Delete obsolete files.
3610
36111999-02-04  Robert Lipe  <robertlipe@usa.net>
3612
3613	* egcs_update: Test return values of 'cvs update'.  Propogate
3614	to caller as exit values.
3615
36161999-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3617
3618	* egcs_update: Use "if" instead of "&&".  Touch generated files
3619	only after the corresponding *.y files.
3620
36211999-01-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3622
3623	* egcs_update: Do not use xargs, but a backquote construct.
3624
36251999-01-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
3626
3627	* test_summary (version): Remove carriage return that gawk inserts
3628	in the version string for some reason.
3629
36301998-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3631
3632	* egcs_update: Only touch files that already exist.
3633
36341998-11-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
3635
3636	* test_summary (EOF): Remove double backslash.
3637	Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3638
36391998-11-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
3640
3641	* test_summary (address): Set to egcs-testresults mailing list.
3642
36431998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
3644
3645	* test_summary (address): Added Marc Lehmann's testsuite-results
3646	to the default e-mail address.
3647
36481998-11-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
3649
3650	* test_summary (-p, prepend_logs): Add these before the summary.
3651	(Compiler, Platform): Print these just before configflags.
3652
3653Sat Oct 31 10:53:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3654
3655	* warn_summary (longLineFilter): New shell function to encapsulate
3656	this functionality.  It is off by default, only active if -llf
3657	flag is specified.
3658	(subdirectoryFilter): Fix bug in filtering which made some
3659	subdirectory warnings erroneously appear in the toplevel set.
3660	(stageNfilter): Renamed from `stageNwarns'.  Updated to collect
3661	warnings from stage1 as well as stage0, which means warnings from
3662	outside the bootstrap directory.  Eg, the libraries, etc.
3663	(warningFilter): New shell function to encapsulate this
3664	functionality.
3665	(keywordFilter): New shell function to encapsulate this
3666	functionality.
3667
3668	Store data in a temp file rather than calculating it 3x.  Arrange
3669	to remove it on exit and signals.
3670
3671	Add -pass/-wpass flags to do "pass through" (i.e. manual
3672	inspection) of bootstrap output from a particular stageN as well
3673	as language subdirs.
3674
3675	Add better comments/documentation.
3676
3677Sat Oct 31 16:39:31 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3678
3679	* egcs_update: Add comment about keeping the FAQ synchronized.
3680
3681Fri Oct 30 00:39:27 1998  Jeffrey A Law  (law@cygnus.com)
3682
3683	* egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
3684	in the repo again.
3685
3686Fri Oct 16 07:35:00 1998  Bruce Korb  <korb@datadesign.com>
3687
3688	* egcs_update:  Added gcc/fixinc/* generated files to touch list.
3689
3690Tue Oct 13 23:28:33 1998  Jeffrey A Law  (law@cygnus.com)
3691
3692	* egcs_update: Remove gcc/java/parse.c from list of files to
3693	touch.
3694
3695Wed Oct  7 13:00:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3696
3697	* gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
3698
3699Mon Oct  5 14:19:48 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3700
3701	* warn_summary (subdirectoryFilter): New shell function to
3702	optionally filter in/out gcc subdirectories when summarizing
3703	warnings.  Add new flags to support subdirectory filtering.
3704
3705	Also, ensure the bootstrap stage is a number.  Add some more C
3706	keywords that are preserved in the "warning type" summary and
3707	tighten up the "arg ???" regexp.
3708
3709Tue Sep 22 07:30  Bruce Korb  <korb@datadesign.com>
3710
3711	* fixinc/inclhack.def:  Not all C++ comments in C headers
3712	were treated alike.  They are now.  Also fixed syntax
3713	of sed expression in "systypes" fix.
3714
3715	* fixinc/inclhack.def:  Removed SVR4.2-ism from shell invocation
3716
3717	* egcs_update:  Added fixinc/* generated files to touch list.
3718
3719Wed Sep 16 16:06:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3720
3721	* egcs_update: Additionally touch gcc/java/parse.[ch].
3722
3723Thu Sep  9 16:48  Bruce Korb <korb@datadesign.com>
3724
3725	* fixinc/inclhack.def:  Added two files required by
3726	SCO's Open Server 5's avoid_bool fix.
3727	Regenerated fixinc.x and inclhack.sh to incorporate
3728	the update.
3729
3730Thu Sep  3 10:11:32 1998  Robert Lipe   <robertl@dgii.com>
3731
3732	* egcs_update: Do the pass 1 CVS update only for files that
3733	may reasonably be under CVS control.
3734
37351998-08-14  Alexandre Oliva  <oliva@dcc.unicamp.br>
3736
3737	* test_installed: New script for testing already-installed
3738	gcc/g++/g77.
3739
3740Wed Aug 12 19:59:36 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3741
3742	* egcs_update: Assigned copyright to FSF.
3743
3744Tue Aug 11 17:55:53 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3745			  Alexandre Oliva  <oliva@dcc.unicamp.br>
3746
3747	* egcs_update: New switch --nostdflags and documentation
3748	enhancements.
3749
3750Tue Aug 11 17:33:19 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3751
3752	* egcs_update: New script.
3753
37541998-08-05  Bruce Korb  <korbb@datadesign.com>
3755
3756	* fixinc/Makefile
3757	Added define for target machine so machine-specific tests
3758	can be selected for or against.
3759
3760	* fixinc/fixincl.c
3761	Added an array of string pointers to machines to select
3762	or avoid, depending on a FD_MACH_IFNOT bit flag.
3763	Used a shell script to match the defined TARGET_MACHINE
3764	with any of the given match patterns.
3765
3766	* fixinc/fixincl.tpl
3767	Generate the array of strings and bit flag, as needed,
3768	depending on "mach" and "not_machine" attributes for a fix.
3769
3770	* fixinc/mkfixinc.sh
3771	Invoke the make with TARGET assigned the value of the
3772	machine name argument.
3773
3774Mon Jul 27 22:08:12 1998  Mike Stump  (mrs@wrs.com)
3775
3776	* compare_tests: New script.
3777
37781998-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
3779
3780	* test_summary: Assigned copyright to FSF.
3781
3782Mon Jul 27 20:33:02 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3783
3784	* test_summary: Corrected script name in comments providing
3785	documentation.  Added linebreaks for lines with > 80 characters.
3786
3787Fri Jun 19 02:36:59 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
3788
3789	* test_summary: New switch, -i, and environment variable,
3790	append_logs, for including files in the report.
3791
37921998-06-01  Manfred Hollstein  <manfred@s-direktnet.de>
3793
3794	* warn_summary: Update to Kaveh's latest version allowing to
3795	specify the last stage built.
3796
37971998-05-29  Bruce Korb  <korbb@datadesign.com>
3798
3799	* fixinc/mkfixinc.sh
3800	Changes to make it easier to invoke on platforms that
3801	normally do not invoke fixincludes.
3802
3803	* fixinc/inclhack.def
3804	Applied fixes from egcs/gcc/fixincludes from the past several
3805	months.
3806
38071998-05-28  Bruce Korb  <korbb@datadesign.com>
3808
3809	* fixinc/*: Updated most everything for a first real
3810	try at getting "fast_fixincludes" working.
3811
38121998-05-28  Jason Merrill  <jason@yorick.cygnus.com>
3813
3814	* index-prop: New file.
3815
3816Sat May 23 23:38:49 1998  Matthias Klose  <doko@cs.tu-berlin.de>
3817
3818	* test_summary: find good awk (copied from warn_summary).
3819
3820Sat May 23 23:38:33 1998  Jeffrey A Law  (law@cygnus.com)
3821
3822	* test_summary, warn_summary: New files
3823