]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 10 Dec 2023 00:20:49 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 10 Dec 2023 00:20:49 +0000 (00:20 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index 98957cde41b6f66bbce10cc4faa1a423a73524b6..19d30f166542ce85a823a3e2a9f0a84943a5873d 100644 (file)
@@ -1 +1 @@
-20231209
+20231210
index 48e634c06074bc71409b8bb60db25409e07dae08..1dcd93775475cf475af3c34b82c7cfc0c63c1744 100644 (file)
@@ -1,3 +1,30 @@
+2023-12-09  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-12-09  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/111826
+       * include/std/format (__cpp_lib_format): Update value.
+       * include/std/version (__cpp_lib_format): Likewise.
+       * testsuite/std/format/functions/format.cc: Update expected
+       value.
+
+2023-12-09  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-12-07  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/format (_Iter_sink<charT, contiguous_iterator>):
+       Remove uint64_t local type.
+
+2023-12-09  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-12-07  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/atomic_wait.h: Include <cstdint> instead of
+       <stdint.h>.
+
 2023-12-06  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: