public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: GCC Administrator <gccadmin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-2014] Daily bump.
Date: Thu, 11 Aug 2022 00:17:24 +0000 (GMT)	[thread overview]
Message-ID: <20220811001724.EE7F73857C60@sourceware.org> (raw)

https://gcc.gnu.org/g:e12986400de1809ba230e1ac55241b3bb402d7cd

commit r13-2014-ge12986400de1809ba230e1ac55241b3bb402d7cd
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Thu Aug 11 00:16:46 2022 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 31 +++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/lto/ChangeLog       |  8 ++++++++
 gcc/testsuite/ChangeLog | 10 ++++++++++
 4 files changed, 50 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 94508380d6d..5f55323c770 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,34 @@
+2022-08-10  Richard Biener  <rguenther@suse.de>
+
+	PR tree-optimization/106513
+	* gimple-ssa-store-merging.cc (do_shift_rotate): Use uint64_t
+	for head_marker.
+
+2022-08-10  Martin Liska  <mliska@suse.cz>
+
+	PR lto/106328
+	* opts-jobserver.h (struct jobserver_info): Add pipefd.
+	(jobserver_info::connect): New.
+	(jobserver_info::disconnect): Likewise.
+	(jobserver_info::get_token): Likewise.
+	(jobserver_info::return_token): Likewise.
+	* opts-common.cc: Implement the new functions.
+
+2022-08-10  Martin Liska  <mliska@suse.cz>
+
+	* opts-jobserver.h: Add one member.
+	* opts-common.cc (jobserver_info::jobserver_info): Parse FIFO
+	format of --jobserver-auth.
+
+2022-08-10  Martin Liska  <mliska@suse.cz>
+
+	* gcc.cc (driver::detect_jobserver): Remove and move to
+	jobserver.h.
+	* lto-wrapper.cc (jobserver_active_p): Likewise.
+	(run_gcc): Likewise.
+	* opts-jobserver.h: New file.
+	* opts-common.cc (jobserver_info::jobserver_info): New function.
+
 2022-08-09  Roger Sayle  <roger@nextmovesoftware.com>
 
 	* config/i386/i386-features.cc (scalar_chain::convert_compare):
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 9049af15948..015f4ab35a3 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20220810
+20220811
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index 3cf57fa5f03..eae6dae893c 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,11 @@
+2022-08-10  Martin Liska  <mliska@suse.cz>
+
+	PR lto/106328
+	* lto.cc (wait_for_child): Decrement nruns once a process
+	finishes.
+	(stream_out_partitions): Use job server if active.
+	(do_whole_program_analysis): Likewise.
+
 2022-07-08  Martin Liska  <mliska@suse.cz>
 
 	* lto-dump.cc (lto_main): Exit in the function
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 9a31d8d23ec..f64dfc1684b 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,13 @@
+2022-08-10  Richard Biener  <rguenther@suse.de>
+
+	PR tree-optimization/106513
+	* gcc.dg/torture/pr106513.c: New testcase.
+
+2022-08-10  Roger Sayle  <roger@nextmovesoftware.com>
+
+	PR other/106575
+	* gcc.dg/fold-eqandshift-4.c: Use "signed char" explicitly.
+
 2022-08-09  David Malcolm  <dmalcolm@redhat.com>
 
 	PR analyzer/106573


                 reply	other threads:[~2022-08-11  0:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220811001724.EE7F73857C60@sourceware.org \
    --to=gccadmin@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).