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-2712] Daily bump.
Date: Sun, 18 Sep 2022 00:17:43 +0000 (GMT)	[thread overview]
Message-ID: <20220918001744.0EAB43858D3C@sourceware.org> (raw)

https://gcc.gnu.org/g:205a6fb2a0c5285e77a4f25da36d0a1af7ab104a

commit r13-2712-g205a6fb2a0c5285e77a4f25da36d0a1af7ab104a
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Sep 18 00:17:03 2022 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 13 +++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        |  7 +++++++
 gcc/testsuite/ChangeLog | 10 ++++++++++
 4 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6e09a1a3b79..a15a3bcb456 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,16 @@
+2022-09-17  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
+	* config/csky/csky.h (FUNCTION_ARG_REGNO_P): Cast REGNO to (int)
+	to prevent warning.
+
+2022-09-17  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/106958
+	* tree-ssa-reassoc.cc (optimize_range_tests_cmp_bitwise): If
+	id >= l, cast op to type1, otherwise to pointer_sized_int_node.
+	If type has pointer type, cast exp to pointer_sized_int_node
+	even when id < l.
+
 2022-09-16  liuhongt  <hongtao.liu@intel.com>
 
 	PR target/106910
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index c5a8cbf7428..f6dd415e2b5 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20220917
+20220918
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 811052815cf..dc4ce202c35 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,10 @@
+2022-09-17  Patrick Palka  <ppalka@redhat.com>
+
+	* module.cc (friend_from_decl_list): Don't consider
+	CLASSTYPE_TEMPLATE_INFO for a TYPENAME_TYPE friend.
+	(trees_in::read_class_def): Don't add to
+	CLASSTYPE_BEFRIENDING_CLASSES for a TYPENAME_TYPE friend.
+
 2022-09-16  Patrick Palka  <ppalka@redhat.com>
 
 	PR c++/92505
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a40fdd2d7db..bf4ecdab57b 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,13 @@
+2022-09-17  Patrick Palka  <ppalka@redhat.com>
+
+	* g++.dg/modules/typename-friend_a.C: New test.
+	* g++.dg/modules/typename-friend_b.C: New test.
+
+2022-09-17  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/106958
+	* gcc.c-torture/compile/pr106958.c: New test.
+
 2022-09-16  Eugene Rozenfeld  <erozen@microsoft.com>
 
 	* gcc.dg/tree-prof/indir-call-prof-2.c: Fix dg-final-use-autofdo.

                 reply	other threads:[~2022-09-18  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=20220918001744.0EAB43858D3C@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).