https://gcc.gnu.org/g:d637f922342090ac905b9b14f68571ddc463c195
commit r17-3966-gd637f922342090ac905b9b14f68571ddc463c195 Author: GCC Administrator <[email protected]> Date: Mon Sep 7 00:16:33 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 10 ++++++ gcc/DATESTAMP | 2 +- gcc/cobol/ChangeLog | 10 ++++++ gcc/testsuite/ChangeLog | 81 +++++++++++++++++++++++++++++++++++++++++++++++++ include/ChangeLog | 6 ++++ libgcobol/ChangeLog | 44 +++++++++++++++++++++++++++ libgfortran/ChangeLog | 8 +++++ 7 files changed, 160 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a4ed056cc74d..7d19a8a0fad0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2026-09-06 Iain Sandoe <[email protected]> + + * config/i386/i386-expand.cc (ix86_expand_call): User setting of + no_caller_saved_registers overrides lazy symbol stub reservations. + +2026-09-06 wangjue <[email protected]> + + * config/m68k/m68k.cc (m68k_sched_issue_rate): Return one for CPUs + without a scheduling model. + 2026-09-05 Jin Ma <[email protected]> PR target/126196 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 3a7846ef28b6..bce4a90beeb0 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260906 +20260907 diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog index cb99b6b6bdff..1ac6015eebec 100644 --- a/gcc/cobol/ChangeLog +++ b/gcc/cobol/ChangeLog @@ -1,3 +1,13 @@ +2026-09-06 Robert Dubner <[email protected]> + + * genapi.cc (inspect_replacing): Use SBC version. + (parser_inspect_conv): Likewise. + +2026-09-06 Robert Dubner <[email protected]> + + * genapi.cc (parser_symbol_add): Add ease-of-debugging feature. + * symbols.cc (numeric_group_attrs): Inherit only from FldGroup. + 2026-09-02 Robert Dubner <[email protected]> * genapi.cc (perform_inline_until): Create testA.label. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2c9793a56bc8..8ddf34148961 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,84 @@ +2026-09-06 Iain Sandoe <[email protected]> + + * gcc.target/i386/truncsfbf-3.c: Do not override + asynchronous-unwind-tables on Darwin. + * gcc.target/i386/truncsfbf-4.c: Likewise. + * gcc.target/i386/truncsfbf-5.c: Require avxneconvert. + * gcc.target/i386/truncsfbf-6.c: Require avx512vl. + +2026-09-06 Iain Sandoe <[email protected]> + + * gcc.target/i386/pr36502.c: Add -mdynamic-no-pic for Darwin. + * gcc.target/i386/pr85667-6.c: Likewise. + +2026-09-06 Iain Sandoe <[email protected]> + + * gcc.dg/lto/pr113197_0.c: Skip for Darwin. + +2026-09-06 Iain Sandoe <[email protected]> + + * gcc.dg/lto/pr99849_0.c: Allo baz and qux to be undefined at + static-link time. + +2026-09-06 Iain Sandoe <[email protected]> + + * gcc.dg/lto/attr-weakref-2_0.c: Undefine '__weak' for this + test. + +2026-09-06 Iain Sandoe <[email protected]> + + * gcc.dg/lto/pr64415_0.c: Add -shared to the Darwin options. + +2026-09-06 Iain Sandoe <[email protected]> + + * gcc.dg/vect/vect-early-break_109-pr113588.c: Define + MAP_ANONYMOUS to MAP_ANON on Darwin, where needed. + * gcc.dg/vect/vect-early-break_130.c: Likewise. + * gcc.dg/vect/vect-multi-peel-gaps.c:: Likewise. + * gcc.dg/vect/vect-pr124037.c:: Likewise. + * gcc.dg/vect/vect-early-break_137-pr121190.c: Define + MAP_ANONYMOUS to MAP_ANON on Darwin, where needed. Require + AVX2. + * gcc.dg/vect/vect-early-break_138-pr121020.c:: Likewise. + * gcc.dg/vect/vect-reduc-in-order-1.c: Do not XFAIL the + run on Darwin. + * gcc.dg/vect/vect-reduc-in-order-2.c: Likewise. + * gcc.dg/vect/vect-reduc-in-order-3.c: Likewise. + * gcc.dg/vect/vect-reduc-in-order-4.c: Likewise. + +2026-09-06 Robert Dubner <[email protected]> + + * cobol.dg/group2/EXIT_PERFORM_CYCLE.cob: Removed. + * cobol.dg/group2/EXIT_PERFORM_CYCLE.out: Removed. + +2026-09-06 Iain Sandoe <[email protected]> + + * algol68/execute/whole-1.a68: Allow 2x timeout. + * lib/algol68.exp: Add support for dg-timeout-factor. + +2026-09-06 Jerry DeLisle <[email protected]> + + PR fortran/126964 + * gfortran.dg/associated_target_9.f90: New test. + +2026-09-06 Robert Dubner <[email protected]> + + * cobol.dg/group2/Checking_IS_NUMERIC__2_.cob: New test. + * cobol.dg/group2/Checking_IS_NUMERIC__2_.out: New test. + * cobol.dg/group2/EXIT_PERFORM__times__CYCLE.cob: New test. + * cobol.dg/group2/EXIT_PERFORM__times__CYCLE.out: New test. + * cobol.dg/group2/EXIT_PERFORM__until__CYCLE.cob: New test. + * cobol.dg/group2/EXIT_PERFORM__until__CYCLE.out: New test. + * cobol.dg/group2/ROUNDED_to_PIC_999.cob: New test. + * cobol.dg/group2/ROUNDED_to_PIC_999.out: New test. + * cobol.dg/group2/ROUNDED_to_PIC_999v9.cob: New test. + * cobol.dg/group2/ROUNDED_to_PIC_999v9.out: New test. + +2026-09-06 wangjue <[email protected]> + + * gcc.target/riscv/ifcvt-parallel-cost-1.c: New test. + * gcc.target/riscv/ifcvt-parallel-cost-2.c: Likewise. + 2026-09-05 Jin Ma <[email protected]> PR target/126196 diff --git a/include/ChangeLog b/include/ChangeLog index 469b21caa31d..90c7d398ac94 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2026-09-06 Matt Turner <[email protected]> + + * longlong.h [__i370__, __s390__, __mvs__] (sdiv_qrnnd): Wrap + the n1 and n0 macro parameters in parentheses. + [__vax__] (sdiv_qrnnd): Likewise. + 2026-07-22 Tobias Burnus <[email protected]> Andrew Stubbs <[email protected]> supers1ngular <[email protected]> diff --git a/libgcobol/ChangeLog b/libgcobol/ChangeLog index f6116ddb7a81..014766b809dc 100644 --- a/libgcobol/ChangeLog +++ b/libgcobol/ChangeLog @@ -1,3 +1,47 @@ +2026-09-06 Robert Dubner <[email protected]> + + * inspect.cc (the_alpha_and_omega_sbc): Modified. + (the_alpha_and_omega_backward_sbc): New routine. + (match_lengths_sbc): New routine. + (matches_sbc): Improved routine. + (set_trailing_bounds_sbc): Likewise. + (__gg__inspect_format_1_sbc): Likewise. + (__gg__inspect_format_2_sbc): New routine. + (__gg__inspect_format_4_sbc): New routine. + +2026-09-06 Robert Dubner <[email protected]> + + * Makefile.am: Incorporate new unstring.cc file. + * Makefile.in: Regenerate. + * libgcobol.cc (string_operand): Moved. + (__gg__string_1): Likewise. + (find_string_24): Likewise. + (__gg__string_24): Likewise. + (__gg__string): Likewise. + (struct unstring_finder_1): Likewise. + (struct unstring_finder_24): Likewise. + (unstring_fixed): Likewise. + (__gg__unstring_1): Likewise. + (__gg__unstring_24): Likewise. + (__gg__unstring): Likewise. + (__gg__move_stash_release): Formatting. + * libgcobol.h (__gg__move_literala): New declaration. + * unstring.cc: New file. + +2026-09-06 Robert Dubner <[email protected]> + + * gmath.cc (__gg__multiplyf1_phase2): Remove trailing spaces. + (__gg__dividef45): Likewise. + (compute_fixed_add): Likewise. + (compute_float_add): Likewise. + (compute_float_pow): Likewise. + (__gg__compute_float): Likewise. + (__gg__int128_to_int128_rounded): Repaired and moved to gmath.cc. + * gmath.h (GMATH_H_): Irrelevant change to declarations. + * libgcobol.cc (int128_to_int128_rounded): Moved to gmath.cc. + (int128_to_field): Use the new __gg__int128_to_int128_rounded + * libgcobol.h (__gg__int128_to_int128_rounded): New declaration. + 2026-09-04 Robert Dubner <[email protected]> * libgcobol.cc (string_operand): New structure. diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 4eed4aebeba5..f93972759de9 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,11 @@ +2026-09-06 Jerry DeLisle <[email protected]> + + PR fortran/126964 + * intrinsics/associated.c (stride_in_bytes): New function. + (associated): Require the element length or the span to agree + rather than the span alone, and compare the stride in bytes + rather than the stride. + 2026-09-04 Iain Sandoe <[email protected]> * configure: Regenerate.
