]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 14 Dec 2023 00:22:01 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 14 Dec 2023 00:22:01 +0000 (00:22 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index ffab8353875e2c0c342e28adf4a8e9c84b353aa6..e01b2976fac8a4f349033bdc694738dfc683e9a0 100644 (file)
@@ -1 +1 @@
-20231213
+20231214
index 1dcd93775475cf475af3c34b82c7cfc0c63c1744..f03132df57e9b6e94dca5bf3e0ea0b1ddf2fb540 100644 (file)
@@ -1,3 +1,30 @@
+2023-12-13  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-12-13  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/chrono_io.h (__formatter_chrono::_M_C_y_Y): Do
+       not round century down for %Y formats.
+
+2023-12-13  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-12-12  Jonathan Wakely  <jwakely@redhat.com>
+
+       * 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  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-12-12  Jonathan Wakely  <jwakely@redhat.com>
+
+       * 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  <jwakely@redhat.com>
 
        Backported from master: