]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 4 Jun 2022 00:18:07 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 4 Jun 2022 00:18:07 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 006822c0082c602c8527d36541835e85fb530ecb..473863a79d65a854bb7bfb8ea23fa0d904d2b793 100644 (file)
@@ -1,3 +1,12 @@
+2022-06-02  Richard Biener  <rguenther@suse.de>
+
+       Backported from master:
+       2022-05-02  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/105437
+       * tree-vect-slp.c (vect_schedule_slp_node): Handle the
+       case where last_stmt alters control flow.
+
 2022-05-26  Simon Cook  <simon.cook@embecosm.com>
 
        Backported from master:
index 42757d43665ffbf8bad62cebdaf97fbe80408589..d6a682769fa8a802ca8c1c39741b310e1c9dd77e 100644 (file)
@@ -1 +1 @@
-20220602
+20220604
index d5d858f0e96363d0955c0bdc1c277c64d0cf5929..f2927551df6bca9c020bc56e9f38326496e59a95 100644 (file)
@@ -1,3 +1,15 @@
+2022-06-03  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105761
+       * decl.c (duplicate_decls): Don't copy DECL_TEMPLATE_INFO
+       from a hidden friend.
+
+2022-06-03  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105795
+       * constexpr.c (cxx_eval_bare_aggregate): Always call
+       init_subob_ctx.
+
 2022-05-31  Jason Merrill  <jason@redhat.com>
 
        PR c++/102307
index d11b830d13df6948ce610ba4a27674925cf54ac0..324d34dbef008c63a640019b467a34a2e6a0fdb0 100644 (file)
@@ -1,3 +1,21 @@
+2022-06-03  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105761
+       * g++.dg/cpp1y/auto-fn64.C: New test.
+
+2022-06-03  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105795
+       * g++.dg/cpp1z/constexpr-aggr-base1.C: New test.
+
+2022-06-02  Richard Biener  <rguenther@suse.de>
+
+       Backported from master:
+       2022-05-02  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/105437
+       * g++.dg/vect/pr105437.cc: New testcase.
+
 2022-05-31  Jason Merrill  <jason@redhat.com>
 
        PR c++/102307
This page took 0.110752 seconds and 5 git commands to generate.