Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 9 Jan 2022 00:16:20 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 9 Jan 2022 00:16:20 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index c25ecf6..9f906e9 100644 (file)
@@ -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
index 4c3145b..f2ea4b2 100644 (file)
@@ -1 +1 @@
-20220108
+20220109
index b2c47cd..cfbec59 100644 (file)
@@ -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
index 01a661d..4767a37 100644 (file)
@@ -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