https://gcc.gnu.org/g:e2b4cf5689c8b82e3d9377a7464ef99de5a5839e

commit r15-11475-ge2b4cf5689c8b82e3d9377a7464ef99de5a5839e
Author: GCC Administrator <[email protected]>
Date:   Fri Aug 14 00:19:44 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog    |  9 +++++++++
 gcc/DATESTAMP    |  2 +-
 libgcc/ChangeLog | 11 +++++++++++
 3 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0f48fa2bcbb6..d7b74368870f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2026-08-13  Uros Bizjak  <[email protected]>
+
+       Backported from master:
+       2026-08-12  Uros Bizjak  <[email protected]>
+
+       * config/i386/i386.md (*bt<mode>): Change operand 1 constraint
+       from "q<S>,<S>" to "r<S>,<S>".
+       (*bt<SWI48:mode>_mask): Remove constraints from operand 0.
+
 2026-08-11  Robin Dapp  <[email protected]>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index b945d86017fe..0a060f7a5844 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260813
+20260814
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 91156bced17f..7a92d6a776d3 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,14 @@
+2026-08-13  Piotr Kubaj  <[email protected]>
+
+       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-07-04  Iain Sandoe  <[email protected]>
 
        Backported from master:

Reply via email to