]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 12 Jun 2025 00:21:50 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 12 Jun 2025 00:21:50 +0000 (00:21 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index a3ea83c2661f0752f85c789993314d449c800fcd..b1bf7be35491f40d2624aec050dcf694944aa96f 100644 (file)
@@ -1 +1 @@
-20250611
+20250612
index 4ab3df7ad917c79367a85a6f32e21a47fbda7e4e..5c77fdc822fcfe87fff538474804c73d5184d275 100644 (file)
@@ -1,3 +1,36 @@
+2025-06-11  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2024-10-16  Jonathan Wakely  <jwakely@redhat.com>
+
+       * python/libstdcxx/v6/printers.py (strip_fundts_namespace): New.
+       (StdExpAnyPrinter, StdExpOptionalPrinter): Use it.
+
+2025-06-11  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-06-04  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/99832
+       * include/bits/chrono.h (system_clock::to_time_t): Add
+       always_inline attribute to be agnostic to the underlying type of
+       time_t.
+       (system_clock::from_time_t): Add always_inline for consistency
+       with to_time_t.
+       * testsuite/20_util/system_clock/99832.cc: New test.
+
+2025-06-11  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-05-20  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/xml/faq.xml: Update URL for archived SGI STL docs.
+       * doc/xml/manual/containers.xml: Likewise.
+       * doc/xml/manual/extensions.xml: Likewise.
+       * doc/xml/manual/using.xml: Likewise.
+       * doc/xml/manual/utilities.xml: Likewise.
+       * doc/html/*: Regenerate.
+
 2025-04-17  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: