[gcc r14-12822] Daily bump.
GCC Administrator
gccadmin@gcc.gnu.org
Wed Aug 19 00:19:24 GMT 2026
https://gcc.gnu.org/g:ddf0caf17f4e8244702d6725b472154feca00728
commit r14-12822-gddf0caf17f4e8244702d6725b472154feca00728
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date: Wed Aug 19 00:18:48 2026 +0000
Daily bump.
Diff:
---
gcc/DATESTAMP | 2 +-
libgcc/ChangeLog | 11 +++++++++++
libstdc++-v3/ChangeLog | 10 ++++++++++
3 files changed, 22 insertions(+), 1 deletion(-)
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 96f8ad477e25..a8e78f54d93c 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260818
+20260819
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 88946912d24c..81a766932841 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,14 @@
+2026-08-18 Piotr Kubaj <pkubaj@FreeBSD.org>
+
+ PR target/125803
+ * config/rs6000/freebsd-unwind.h (TOC_SAVE_SLOT): New macro,
+ defined according to _CALL_ELF.
+ (frob_update_context): Use TOC_SAVE_SLOT instead of the
+ hard-coded ELFv1 offset 40 when checking for and locating the
+ saved TOC, so that r2 is restored correctly under ELFv2. Guard
+ the ELFv1-only PLT stub and function pointer call sequences
+ with _CALL_ELF != 2, mirroring linux-unwind.h.
+
2026-06-26 Release Manager
* GCC 14.4.0 released.
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index b5e7d616d852..23a8271b30d7 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,13 @@
+2026-08-18 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2026-07-29 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/126452
+ * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Use LC_ALL_C and
+ match both "Warning" and "warning" in ld output.
+ * configure: Regenerate.
+
2026-08-17 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
More information about the Libstdc++-cvs
mailing list