public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6384] Daily bump.
@ 2022-01-09  0:17 GCC Administrator
  0 siblings, 0 replies; only message in thread
From: GCC Administrator @ 2022-01-09  0:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2848ef14117d71d76a9d6810b581b5da30455004

commit r12-6384-g2848ef14117d71d76a9d6810b581b5da30455004
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Jan 9 00:16:20 2022 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 11 +++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        | 18 ++++++++++++++++++
 gcc/testsuite/ChangeLog | 22 ++++++++++++++++++++++
 4 files changed, 52 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c25ecf66aaf..9f906e9da0f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2022-01-08  Roger Sayle  <roger@nextmovesoftware.com>
+
+	* config/i386/i386-expand.c (ix86_expand_vector_move): Add
+	special case for TImode to V1TImode moves, going via V2DImode.
+
+2022-01-08  Jakub Jelinek  <jakub@redhat.com>
+
+	PR c++/89074
+	* match.pd ((ptr) (x p+ y) p+ z -> (ptr) (x p+ (y + z))): New GENERIC
+	simplification.
+
 2022-01-08  David Malcolm  <dmalcolm@redhat.com>
 
 	* doc/analyzer.texi
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 4c3145b6fef..f2ea4b22155 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20220108
+20220109
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index b2c47cd105a..cfbec59d1ac 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,21 @@
+2022-01-08  Jakub Jelinek  <jakub@redhat.com>
+
+	PR c++/89074
+	* constexpr.c (cxx_maybe_fold_addr_pointer_plus): New function.
+	(cxx_eval_binary_expression): Use it.
+
+2022-01-08  Jason Merrill  <jason@redhat.com>
+
+	PR c++/103946
+	* init.c (build_vec_init): Remove assert.
+	* tree.c (build_vec_init_expr): Likewise.
+
+2022-01-08  Jason Merrill  <jason@redhat.com>
+
+	PR c++/100588
+	* call.c (build_op_delete_call): Ignore destroying delete
+	if alloc_fn.
+
 2022-01-07  Jason Merrill  <jason@redhat.com>
 
 	PR c++/20040
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 01a661de70f..4767a3778cd 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,25 @@
+2022-01-08  Roger Sayle  <roger@nextmovesoftware.com>
+
+	* gcc.target/i386/sse2-v1ti-mov-1.c: New test case.
+	* gcc.target/i386/sse2-v1ti-zext.c: New test case.
+
+2022-01-08  Jakub Jelinek  <jakub@redhat.com>
+
+	PR c++/89074
+	* g++.dg/cpp1y/constexpr-89074-2.C: New test.
+	* g++.dg/cpp1z/constexpr-89074-1.C: New test.
+
+2022-01-08  Jason Merrill  <jason@redhat.com>
+
+	PR c++/103946
+	* g++.dg/cpp0x/nsdmi-array1.C: New test.
+
+2022-01-08  Jason Merrill  <jason@redhat.com>
+
+	PR c++/100588
+	* g++.dg/cpp2a/destroying-delete5.C: Expect warning.
+	* g++.dg/cpp2a/destroying-delete6.C: New test.
+
 2022-01-08  David Malcolm  <dmalcolm@redhat.com>
 
 	* gcc.dg/analyzer/analyzer-decls.h (__analyzer_dump_escaped): New


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-09  0:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-09  0:17 [gcc r12-6384] Daily bump GCC Administrator

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).