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

index 1840026a59dc544e73938aad234a171578d6b50f..09dce9b34b1488271c3da8cded486c1059c8125f 100644 (file)
@@ -1 +1 @@
-20231128
+20231129
index 656d8b88c51a2758125f513a2165827fdf3faece..0684607fe525531b92c7d88163faf07c27667f61 100644 (file)
@@ -1,3 +1,28 @@
+2023-11-28  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-11-18  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/112607
+       * include/std/format (basic_format_arg::_S_to_arg_type): Check
+       value_type for basic_string_view and basic_string
+       specializations.
+       * testsuite/std/format/arguments/112607.cc: New test.
+
+2023-11-28  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-11-28  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/atomic_wait.h: Include <stdint.h>.
+
+2023-11-28  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-11-17  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/utility (in_range): Rename _Up parameter to _Res.
+
 2023-11-15  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: