From: GCC Administrator Date: Sun, 17 Mar 2024 00:21:52 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-13.3.0~322 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=427349d8db30028ea5c9a8ba83b390f465fa041f;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 0c922a24f40c..7495d4c64229 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240316 +20240317 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 5dc904240ee9..3d50d48843bd 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,27 @@ +2024-03-16 Jonathan Wakely + + Backported from master: + 2023-08-17 Jonathan Wakely + + * 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 + + Backported from master: + 2024-03-04 Jonathan Wakely + + PR libstdc++/114147 + * include/std/tuple (tuple::tuple(allocator_arg_t, const Alloc&)): + Add missing overload of allocator-extended default constructor. + (tuple::tuple(allocator_arg_t, const Alloc&)): Likewise. + * testsuite/20_util/tuple/cons/114147.cc: New test. + 2024-03-15 Jonathan Wakely * doc/xml/manual/status_cxx2023.xml: Close parenthesis.