From: GCC Administrator Date: Thu, 14 Dec 2023 00:22:01 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-13.3.0~627 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=562e3b3590f0d69e9f44ec31391f95283c3cca43;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index ffab8353875e..e01b2976fac8 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20231213 +20231214 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1dcd93775475..f03132df57e9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,30 @@ +2023-12-13 Jonathan Wakely + + Backported from master: + 2023-12-13 Jonathan Wakely + + * include/bits/chrono_io.h (__formatter_chrono::_M_C_y_Y): Do + not round century down for %Y formats. + +2023-12-13 Jonathan Wakely + + Backported from master: + 2023-12-12 Jonathan Wakely + + * testsuite/std/format/functions/format.cc: Check for expected + output for char and bool arguments. + * testsuite/std/format/string.cc: Check that 0 filling is + rejected for character and string formats. + +2023-12-13 Jonathan Wakely + + Backported from master: + 2023-12-12 Jonathan Wakely + + * include/bits/chrono_io.h (__formatter_chrono::_M_C_y_Y): Fix + rounding for negative centuries. + * testsuite/std/time/year/io.cc: Check %C for negative years. + 2023-12-09 Jonathan Wakely Backported from master: