]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 24 Jun 2023 00:18:57 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 24 Jun 2023 00:18:57 +0000 (00:18 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index 0d054fa2ec36a45089b65255ad185f4ff006f6a5..cbffb8130b6484f74de57c0f7cf9943f92acaa95 100644 (file)
@@ -1 +1 @@
-20230623
+20230624
index a810cb4e260e0a636e9703ca0b6713fa6725f2cc..2041fb7219a8fea42a23335bb022b75cfe760371 100644 (file)
@@ -1,3 +1,21 @@
+2023-06-23  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-06-01  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/xml/manual/evolution.xml: Document removal of implicit
+       allocator rebinding extensions in strict mode and for C++20.
+       * doc/html/*: Regenerate.
+
+2023-06-23  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-03-18  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/104242
+       * include/std/any (any(T&&)): Revert change to constraints.
+       * testsuite/20_util/any/cons/104242.cc: New test.
+
 2023-05-30  Matthias Kretz  <m.kretz@gsi.de>
 
        Backported from master: