From: GCC Administrator Date: Sun, 10 Dec 2023 00:20:49 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-13.3.0~640 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78a140038d2b225bc65b188e93f9137df4ce53b7;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 98957cde41b6..19d30f166542 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20231209 +20231210 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 48e634c06074..1dcd93775475 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,30 @@ +2023-12-09 Jonathan Wakely + + Backported from master: + 2023-12-09 Jonathan Wakely + + 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 + + Backported from master: + 2023-12-07 Jonathan Wakely + + * include/std/format (_Iter_sink): + Remove uint64_t local type. + +2023-12-09 Jonathan Wakely + + Backported from master: + 2023-12-07 Jonathan Wakely + + * include/bits/atomic_wait.h: Include instead of + . + 2023-12-06 Jonathan Wakely Backported from master: