https://gcc.gnu.org/g:850cef3261fd6cf9b76250338d1e123ef7b3d0cb

commit r14-12638-g850cef3261fd6cf9b76250338d1e123ef7b3d0cb
Author: GCC Administrator <[email protected]>
Date:   Thu Jun 4 08:20:45 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 24 ++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/testsuite/ChangeLog |  8 ++++++++
 3 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 64e1a7a0ba40..df3f6d7f5ecc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,27 @@
+2026-06-03  Xi Ruoyao  <[email protected]>
+
+       Backported from master:
+       2026-05-08  Xi Ruoyao  <[email protected]>
+
+       PR target/125049
+       * config/loongarch/predicates.md (ssp_operand): New
+       define_predicate.
+       (ssp_normal_operand): New define_predicate.
+       * config/loongarch/constraints.md (ZE): New define_constraint.
+       (ZF): New define_constraint.
+       * config/loongarch/loongarch.md (UNSPEC_SSP): New unspec.
+       (cbranch4): Add "@" to create gen_cbranch4(machine_mode, ...).
+       (@stack_protect_combined_set_normal_<mode>): New define_insn.
+       (@stack_protect_combined_set_extreme_<mode>): New define_insn.
+       (@stack_protect_combined_test_internal_<mode>): New define_insn.
+       (stack_protect_combined_set): New define_expand.
+       (stack_protect_combined_test): New define_expand.
+       * config/loongarch/loongarch-protos.h
+       (loongarch_output_asm_load_canary): Declare.
+       * config/loongarch/loongarch.cc (loongarch_print_operand): Allow
+       'v' to print d/w for DImode/SImode.
+       (loongarch_output_asm_load_canary): Implement.
+
 2026-06-01  John David Anglin  <[email protected]>
 
        * config/pa/pa.cc (pa_trampoline_init): Rework to use
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 98ddba91d55c..cf4a41146e2d 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260602
+20260604
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 819a9e28857e..d2b056366b8e 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,11 @@
+2026-06-03  Xi Ruoyao  <[email protected]>
+
+       Backported from master:
+       2026-05-08  Xi Ruoyao  <[email protected]>
+
+       PR target/125049
+       * gcc.target/loongarch/pr125049.c: New test.
+
 2026-05-25  Georg-Johann Lay  <[email protected]>
 
        Backported from master:

Reply via email to