]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 23 Jul 2022 00:17:24 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 23 Jul 2022 00:17:24 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index beeead03e217178adb7a0b1979eefbc234542d9a..14449e03428dedfba3adeb8762efc7a802b0dbaf 100644 (file)
@@ -1,3 +1,11 @@
+2022-07-22  Surya Kumari Jangala  <jskumari@linux.vnet.ibm.com>
+
+       Backported from master:
+       2022-06-14  Surya Kumari Jangala  <jskumari@linux.ibm.com>
+
+       PR rtl-optimization/105041
+       * regrename.c (check_new_reg_p): Use nregs value from du chain.
+
 2022-07-13  Martin Jambor  <mjambor@suse.cz>
 
        Backported from master:
index 7bdcd4fa865cd01c09210c121d7fab962cc27de9..ef960813d5eb1140d900e0665b5efae12e36b1e8 100644 (file)
@@ -1 +1 @@
-20220722
+20220723
index 77effd479a33aae5a4dfa9fe1639806acfabebe6..a890b7a35488a3d93e752d238297074a7c168d79 100644 (file)
@@ -1,3 +1,11 @@
+2022-07-22  Surya Kumari Jangala  <jskumari@linux.vnet.ibm.com>
+
+       Backported from master:
+       2022-06-14  Surya Kumari Jangala  <jskumari@linux.ibm.com>
+
+       PR rtl-optimization/105041
+       * gcc.target/powerpc/pr105041.c: New test.
+
 2022-07-16  Steve Kargl  <kargl@gcc.gnu.org>
 
        Backported from master:
index ad0c46e655a6c54fc64b37dc08c8dbdcc7969677..ab2d0a9883f6f87bb558fc067f977cf94e135d56 100644 (file)
@@ -1,3 +1,24 @@
+2022-07-22  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-07-22  Patrick Palka  <ppalka@redhat.com>
+
+       PR libstdc++/106320
+       * include/std/ranges (single_view): Relax constraints on
+       default constructor so as to preserve pre-P2325R3 behavior.
+       (filter_view): Likewise.
+       (transform_view): Likewise.
+       (take_while_view): Likewise.
+       (drop_while_view): Likewise.
+       * testsuite/std/ranges/adaptors/join.cc (test13): New test.
+       * testsuite/std/ranges/p2325.cc: Fix S to be only non default
+       constructible and not also non copy constructible.  XFAIL the
+       tests that verify a non default constructible functor makes a
+       view non default constructible (lines 94, 97 and 98).  XFAIL
+       the test that effectively verifies a non default constructible
+       element type makes single_view non default constructible (line
+       114).
+
 2022-06-28  Release Manager
 
        * GCC 10.4.0 released.