https://gcc.gnu.org/g:94f53134999cb09471d9415e9f7531287bffaa0a
commit r13-10358-g94f53134999cb09471d9415e9f7531287bffaa0a Author: GCC Administrator <[email protected]> Date: Thu Jun 11 00:17:55 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 6 ++++++ gcc/testsuite/ChangeLog | 17 +++++++++++++++++ 4 files changed, 63 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7b89dfab4a2c..6ae1037ab639 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,42 @@ +2026-06-11 Xi Ruoyao <[email protected]> + + PR target/113233 + * config/loongarch/loongarch.cc (TARGET_OPTION_SAVE): Undefine + before redefine. + +2026-06-11 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_symbol_extreme_p): Declare. + (loongarch_output_asm_load_canary): Declare. + * config/loongarch/loongarch.cc (loongarch_print_operand): Allow + 'v' to print d/w for DImode/SImode. + (loongarch_symbol_extreme_p): Remove static. + (loongarch_output_asm_load_canary): Implement. + +2026-06-10 Richard Biener <[email protected]> + + PR tree-optimization/111387 + * tree-vect-slp.cc (vect_get_and_check_slp_defs): Check + EDGE_DFS_BACK when doing BB vectorization. + (vect_slp_function): Mark backedges. + 2026-06-02 John David Anglin <[email protected]> * config/pa/pa.cc (pa_trampoline_init): Rework to use diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 06405ca1d832..df3fd44ac7da 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260610 +20260611 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 00bf81062cc7..ec139f61b769 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,9 @@ +2026-06-10 Eric Botcazou <[email protected]> + + PR ada/125695 + * libgnat/s-genbig.adb ("**"): Do not drop the sign on the floor. + (Big_Exp): Take into account the parity of the exponent for -2. + 2026-04-12 Eric Botcazou <[email protected]> PR ada/124836 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5adeb0dc5785..d231055d75d8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,20 @@ +2026-06-11 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-06-10 Richard Biener <[email protected]> + + PR tree-optimization/111387 + * gcc.dg/torture/pr111387.c: New testcase. + +2026-06-10 Eric Botcazou <[email protected]> + + * gnat.dg/bigint1.adb: New test. + 2026-05-27 Martin Jambor <[email protected]> Backported from master:
