Commit Graph

756 Commits

Author SHA1 Message Date
Richard Biener 7a15b5060a Update ChangeLog and version files for release 2022-05-27 07:21:31 +00:00
GCC Administrator 8e083fa606 Daily bump. 2022-01-25 00:19:12 +00:00
Martin Liska 3406714007 gcc-changelog: sync from master.
contrib/ChangeLog:

	* gcc-changelog/git_commit.py: Sync from master.
	* gcc-changelog/test_email.py: Likewise.
	* gcc-changelog/test_patches.txt: Likewise.
2022-01-24 13:45:57 +01:00
GCC Administrator 1ffff833b5 Daily bump. 2022-01-20 00:19:24 +00:00
Martin Liska 376062fa39 git scripts: sync from master.
contrib/ChangeLog:

	* git-backport.py: Sync from master.
	* git-commit-mklog.py: Likewise.
	* git-fix-changelog.py: New file.
2022-01-19 09:15:01 +01:00
GCC Administrator 4778c9d6e3 Daily bump. 2022-01-18 00:19:33 +00:00
Martin Liska 1453350647 git-backport: support renamed .cc files in commit message.
The change can automatically update names for *.cc files that
are part of a backport.

contrib/ChangeLog:

	* git-backport.py: Support renaming of .cc files.

(cherry picked from commit 938ea06c5e)
2022-01-17 22:37:32 +01:00
GCC Administrator b934b16099 Daily bump. 2021-11-09 00:19:02 +00:00
Martin Liska e06957a826 gcc-changelog: sync from master
contrib/ChangeLog:

	* gcc-changelog/git_check_commit.py: Sync from master.
	* gcc-changelog/git_commit.py: Likewise.
	* gcc-changelog/git_email.py: Likewise.
	* gcc-changelog/git_update_version.py: Likewise.
	* gcc-changelog/test_email.py: Likewise.
	* gcc-changelog/test_patches.txt: Likewise.
2021-11-08 13:00:20 +01:00
GCC Administrator 978287268e Daily bump. 2021-06-24 00:19:06 +00:00
Martin Liska c75b4f8c19 Add mklog.py.
contrib/ChangeLog:

	* mklog.py: New file.
	* test_mklog.py: New file.
2021-06-23 10:12:49 +02:00
Martin Liska 108b3dd830 contrib: add git-commit-mklog wrapper
contrib/ChangeLog:

	* git-commit-mklog.py: New file.
2021-06-23 09:49:15 +02:00
Richard Biener 13c83c4cc6 Update ChangeLog and version files for release 2021-06-01 07:53:23 +00:00
GCC Administrator 8091c46cf7 Daily bump. 2021-05-19 00:19:13 +00:00
Jonathan Wakely 55eb24cf92 gcc-changelog: Remove use of non-strict mode
contrib/ChangeLog:

	* gcc-changelog/git_email.py: Remove use of non-strict mode.

(cherry picked from commit 7b4bae0acb)
2021-05-18 10:13:20 +01:00
GCC Administrator af1a506116 Daily bump. 2021-05-15 00:18:56 +00:00
Martin Liska 900d5a2a33 gcc-changelog: sync scripts.
contrib/ChangeLog:

	* gcc-changelog/git_check_commit.py: Sync from master.
	* gcc-changelog/git_commit.py: Likewise.
	* gcc-changelog/git_email.py: Likewise.
	* gcc-changelog/git_repository.py: Likewise.
	* gcc-changelog/git_update_version.py: Likewise.
	* gcc-changelog/test_email.py: Likewise.
	* gcc-changelog/test_patches.txt: Likewise.
2021-05-14 14:10:33 +02:00
GCC Administrator 0de18cd61a Daily bump. 2021-04-15 00:19:05 +00:00
Martin Liska cdf0031092 Sync gcc-changelog scripts.
contrib/ChangeLog:

	* gcc-changelog/git_commit.py: Sync with master.
	* gcc-changelog/git_email.py: Likewise.
	* gcc-changelog/git_update_version.py: Likewise.
	* gcc-changelog/setup.cfg: Likewise.
	* gcc-changelog/test_email.py: Likewise.
	* gcc-changelog/test_patches.txt: Likewise.
2021-04-14 15:40:52 +02:00
GCC Administrator c9c6b48aa9 Daily bump. 2021-03-20 00:18:49 +00:00
Matthias Klose a121a02ced substitute @tie{} with a space for the man pages
contrib/

2021-03-19  Matthias Klose  <doko@ubuntu.com>

	* texi2pod.pl: Substitute @tie{} with a space for the man pages.

(cherry picked from commit 3b0155305e)
2021-03-19 10:23:18 +00:00
GCC Administrator 2ff3263feb Daily bump. 2021-01-29 00:18:39 +00:00
Eric Botcazou faed344ee5 Fix LTO bootstrap on Windows
The latest fix introduced a comparison of executables and this cannot
directly work on Windows because they are timestamped.  Moreover nobody
sets $(exeext) at top level, at least on MinGW, so you get weird behavior
because some tools add the implicit .exe suffix and others do not.

contrib/
	PR lto/85574
	* compare-lto: Deal with PE-COFF executables specifically.
2021-01-28 11:35:14 +01:00
GCC Administrator 6fab822465 Daily bump. 2021-01-08 00:18:38 +00:00
Martin Liska 3d85846b17 Sync gcc-changelog scripts.
contrib/ChangeLog:

	* gcc-changelog/git_commit.py: Sync from master.
	* gcc-changelog/git_email.py: Likewise.
	* gcc-changelog/git_repository.py: Likewise.
	* gcc-changelog/test_email.py: Likewise.
	* gcc-changelog/test_patches.txt: Likewise.
2021-01-07 11:32:24 +01:00
GCC Administrator 8476cfe5ab Daily bump. 2020-11-25 09:35:57 +00:00
Martin Liska b22f1b34c4 changelog: fix parsing of a revert commit
contrib/ChangeLog:

	* gcc-changelog/git_commit.py: Use revert_regex instead
	of string prefix.  Convert sets to literals.
2020-11-25 09:00:55 +01:00
GCC Administrator 3216a01310 Daily bump. 2020-11-07 00:18:38 +00:00
Martin Liska fe640ed003 Sync gcc-changelog scripts.
contrib/ChangeLog:

2020-11-06  Martin Liska  <mliska@suse.cz>

	* gcc-changelog/git_commit.py: Sync.
	* gcc-changelog/git_email.py: Likewise.
	* gcc-changelog/git_repository.py: Likewise.
	* gcc-changelog/test_email.py: Likewise.
	* gcc-changelog/test_patches.txt: Likewise.
	* gcc-changelog/setup.cfg: New file.
2020-11-06 14:53:43 +01:00
GCC Administrator cd8377a50f Daily bump. 2020-07-30 00:18:10 +00:00
Martin Liska c1350a8f54
gcc-changelog: fix combining of arguments.
contrib/ChangeLog:

2020-07-29  Martin Liska  <mliska@suse.cz>

	* git-backport.py: fix how are ChangeLog paths combined.
2020-07-29 14:18:11 +02:00
GCC Administrator 6ca6eb70b0 Daily bump. 2020-07-24 00:18:09 +00:00
Martin Liska ef7b4fe806
gcc-changelog: fix when somebody reverts a backport
contrib/ChangeLog:

	* gcc-changelog/git_commit.py: When reverting a backport,
	we should print only Revert header.

(cherry picked from commit 02cada26e4)
2020-07-23 16:25:38 +02:00
Jonathan Wakely ed9356630d
gcc-changelog: Fix typo in output
contrib/ChangeLog:

	* gcc-changelog/git_update_version.py: Fix typo.

(cherry picked from commit 0c1d1c0103)
2020-07-23 16:25:25 +02:00
GCC Administrator f69a6c4012 Daily bump. 2020-07-09 00:18:36 +00:00
Alexandre Oliva 6fa3b3bbac
accept <case> and [cond] in ChangeLog
Only '(' and ':' currently terminate file lists in ChangeLog entries
in the ChangeLog parser.  This rules out such legitimate entries as:

* filename <CASE>:
* filename [COND]:

This patch extends the ChangeLog parser to recognize these forms.

for  contrib/ChangeLog

	* gcc-changelog/git_commit.py: Support CASE and COND.
	* gcc-changelog/test_patches.txt: Add test.
	* gcc-changelog/test_email.py: Add test.

Co-Authored-By: Martin Liska <mliska@suse.cz>
(cherry picked from commit a759bfc7cf)
2020-07-08 15:42:56 +02:00
GCC Administrator 709faac49c Daily bump. 2020-07-03 00:18:11 +00:00
Martin Liska 3a3e472c9f
gcc-changelog: sync from master.
contrib/ChangeLog:

	* gcc-changelog/git_check_commit.py: New file.
	* gcc-changelog/git_commit.py: New file.
	* gcc-changelog/git_email.py: New file.
	* gcc-changelog/git_repository.py: New file.
	* gcc-changelog/git_update_version.py: New file.
	* gcc-changelog/test_email.py: New file.
	* gcc-changelog/test_patches.txt: New file.
2020-07-02 10:52:48 +02:00
GCC Administrator 59f2c72055 Daily bump. 2020-05-30 00:18:15 +00:00
Martin Liska e2786fecd8
Fix various limitations of git-backport.py.
I've just tested the script and I'm going to install the patch
to all active branches.

contrib/ChangeLog:

	* git-backport.py: The script did 'git co HEAD~' when
	there was no modified ChangeLog file in a successful
	git cherry pick.
	Run cherry-pick --continue without editor.

(cherry picked from commit 24663f1f6d)
2020-05-29 11:32:34 +02:00
GCC Administrator bb42c9f527 Daily bump. 2020-05-28 04:25:40 +00:00
Martin Liska 2fbc989aee
Add new git-backport.py script.
contrib/ChangeLog:

	* git-backport.py: New file.
2020-05-27 16:16:39 +02:00
Jakub Jelinek 4212a6a3e4 Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
Uros Bizjak 78c13f46b3 test_summary: Do not escape "=".
* test_summary: Do not escape "=".

From-SVN: r274566
2019-08-16 14:03:09 +02:00
Jakub Jelinek a0c06cc27d Update ChangeLog and version files for release
From-SVN: r274274
2019-08-12 09:38:49 +02:00
GCC Administrator c8913260b0 Update ChangeLog and version files for release
From-SVN: r270839
2019-05-03 07:59:54 +00:00
Jakub Jelinek e69f334131 * gennews (files): Add files for GCC 9.
From-SVN: r270838
2019-05-03 09:41:05 +02:00
Christophe Lyon 4180490732 PR translation/90118 Missing space between words
2019-04-19  Christophe Lyon  <christophe.lyon@linaro.org>

	PR translation/90118

	contrib/
	* check-internal-format-escaping.py: Check that %< is not next to
	a word.

	gcc/
	* config/aarch64/aarch64.c (aarch64_override_options_internal):
	Add missing space before %<.

From-SVN: r270454
2019-04-19 11:08:49 +02:00
Jakub Jelinek ec60715d39 dg-extract-results.sh: Only handle WARNING: program timed out lines specially in "$MODE" == "sum".
* dg-extract-results.sh: Only handle WARNING: program timed out
	lines specially in "$MODE" == "sum".  Restore previous behavior
	for "$MODE" != "sum".  Clear has_timeout and timeout_cnt if in
	a different variant or curfile is empty.
	* dg-extract-results.py: Fix a typo.

From-SVN: r270415
2019-04-17 19:57:02 +02:00
Martin Liska 2723350fc6 Fix ChangeLog entries.
contrib/ChangeLog:

2019-04-03  Martin Liska  <mliska@suse.cz>

	PR translation/89936
	* check-internal-format-escaping.py: Properly detect wrong
	apostrophes.

gcc/ChangeLog:

2019-04-03  Martin Liska  <mliska@suse.cz>

	PR translation/89936
	* collect-utils.c (collect_execute): Use %< and %>, or %qs in
	order to wrap keywords or arguments.
	* collect2.c (main): Likewise.
	(scan_prog_file): Likewise.
	(scan_libraries): Likewise.
	* common/config/riscv/riscv-common.c (riscv_subset_list::parsing_subset_version): Likewise.
	(riscv_subset_list::parse_std_ext): Likewise.
	* config/aarch64/aarch64.c (aarch64_override_options_internal): Likewise.
	* config/arm/arm.c (arm_option_override): Likewise.
	* config/cris/cris.c (cris_print_operand): Likewise.
	* config/darwin-c.c (darwin_pragma_options): Likewise.
	(darwin_pragma_unused): Likewise.
	(darwin_pragma_ms_struct): Likewise.
	* config/ft32/ft32.c (ft32_print_operand): Likewise.
	* config/i386/i386.c (print_reg): Likewise.
	(ix86_print_operand): Likewise.
	* config/i386/xm-djgpp.h: Likewise.
	* config/iq2000/iq2000.c (iq2000_print_operand): Likewise.
	* config/m32c/m32c.c (m32c_option_override): Likewise.
	* config/msp430/msp430.c (msp430_option_override): Likewise.
	* config/nds32/nds32.c (nds32_option_override): Likewise.
	* config/nvptx/mkoffload.c (main): Likewise.
	* config/rx/rx.c (rx_print_operand): Likewise.
	(valid_psw_flag): Likewise.
	* config/vms/vms-c.c (vms_pragma_member_alignment): Likewise.
	(vms_pragma_nomember_alignment): Likewise.
	(vms_pragma_extern_model): Likewise.
	* lto-wrapper.c (compile_offload_image): Likewise.
	* omp-offload.c (oacc_parse_default_dims): Likewise.
	* symtab.c (symtab_node::verify_base): Likewise.
	* tlink.c (recompile_files): Likewise.
	(start_tweaking): Likewise.
	* tree-profile.c (parse_profile_filter): Likewise.

gcc/objc/ChangeLog:

2019-04-03  Martin Liska  <mliska@suse.cz>

	PR translation/89936
	* objc-act.c (objc_add_property_declaration): Use %< and %>, or %qs in
	order to wrap keywords or arguments.
	(objc_add_synthesize_declaration_for_property): Likewise.

From-SVN: r270164
2019-04-05 09:04:41 +00:00