]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 17 Mar 2024 00:21:52 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 17 Mar 2024 00:21:52 +0000 (00:21 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index 0c922a24f40c4b14b92bafe9cbb3b2d3049f945b..7495d4c6422977d2648ffab0fb017057c09b90c7 100644 (file)
@@ -1 +1 @@
-20240316
+20240317
index 5dc904240ee94432f2a20e4a0da93a7a241bf7bc..3d50d48843bd271f852edd05eb79ce495ac2c586 100644 (file)
@@ -1,3 +1,27 @@
+2024-03-16  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-08-17  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/chrono_io.h (__units_suffix_misc): Remove.
+       (__units_suffix): Return a known suffix as string view, do not
+       write unknown suffixes to a buffer.
+       (__fmt_units_suffix): New function that formats the suffix using
+       std::format_to.
+       (operator<<, __chrono_formatter::_M_q): Use __fmt_units_suffix.
+       (__chrono_formatter::_M_Z): Correct lifetime of wstring.
+
+2024-03-16  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2024-03-04  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/114147
+       * include/std/tuple (tuple::tuple(allocator_arg_t, const Alloc&)):
+       Add missing overload of allocator-extended default constructor.
+       (tuple<T1,T2>::tuple(allocator_arg_t, const Alloc&)): Likewise.
+       * testsuite/20_util/tuple/cons/114147.cc: New test.
+
 2024-03-15  Jonathan Wakely  <jwakely@redhat.com>
 
        * doc/xml/manual/status_cxx2023.xml: Close parenthesis.