]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 28 Sep 2023 09:51:40 +0000 (09:51 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 28 Sep 2023 09:51:40 +0000 (09:51 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index d1627ee14e673c336d7ae54d0d856944209be0e8..7cf5e2569b4ed80d8f4cff9aa16c323ae4ff366b 100644 (file)
@@ -1 +1 @@
-20230926
+20230928
index a6bc6595d559ec9dc1e9e5f2a65fe775c8b83003..987628afc214232c0fec2144b9376e67a4029d21 100644 (file)
@@ -1,3 +1,23 @@
+2023-09-27  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-08-09  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/experimental/bits/fs_path.h (path::string): Use
+       _GLIBCXX17_CONSTEXPR not _GLIBCXX_CONSTEXPR for 'if constexpr'.
+       * include/std/charconv (__to_chars_8): Initialize variable for
+       C++17 constexpr rules.
+
+2023-09-26  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-09-25  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/111511
+       PR c++/111512
+       * include/std/array (to_array): Qualify calls to __to_array.
+       * testsuite/23_containers/array/creation/111512.cc: New test.
+
 2023-09-14  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: