[gcc r14-11997] Daily bump.
GCC Administrator
gccadmin@gcc.gnu.org
Thu Sep 4 00:24:12 GMT 2025
https://gcc.gnu.org/g:0888d914fd0ee2ca0d41c8f5944f5b3e27f8ca60
commit r14-11997-g0888d914fd0ee2ca0d41c8f5944f5b3e27f8ca60
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date: Thu Sep 4 00:23:45 2025 +0000
Daily bump.
Diff:
---
gcc/ChangeLog | 7 +++++++
gcc/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 51 insertions(+), 1 deletion(-)
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e6b2dbdfe7ce..20f27e66055a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2025-09-03 Benjamin Wu <bwu25@cs.washington.edu>
+
+ Backported from master:
+ 2025-07-13 Benjamin Wu <bwu25@cs.washington.edu>
+
+ * gimple.h (GTMA_DOES_GO_IRREVOCABLE): Fix typo.
+
2025-08-20 Martin Jambor <mjambor@suse.cz>
Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 18f16c3b1048..afd7c0026872 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250903
+20250904
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 6a76947d89a2..12a0c695a273 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,46 @@
+2025-09-03 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2024-11-01 Jonathan Wakely <jwakely@redhat.com>
+
+ * testsuite/23_containers/unordered_set/pr115285.cc: Include
+ missing header for std::vector.
+
+2025-09-03 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/bits/regex_compiler.h (_Compiler::_S_validate): Add
+ diagnostic pragma to disable -Wswitch warning.
+
+2025-09-03 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2025-08-21 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/121496
+ * include/std/mutex (__timed_mutex_impl::_M_try_wait_until):
+ Change preprocessor condition to use #if instead of #ifdef.
+ (recursive_timed_mutex::_M_clocklock): Likewise.
+ * testsuite/30_threads/timed_mutex/121496.cc: New test.
+
+2025-09-03 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2025-08-21 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/121374
+ * include/std/limits (numeric_limits<__float128>::max_digits10):
+ Fix value.
+ * testsuite/18_support/numeric_limits/128bit.cc: Check value.
+
+2025-09-03 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2025-07-17 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/121097
+ * include/c_global/cmath (hypot): Use __promote_3 instead of
+ __promoted.
+
2025-06-11 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
More information about the Libstdc++-cvs
mailing list