https://gcc.gnu.org/g:740a8a5399ea0de0ff549bfe47c5aa9d615d72fd
commit r17-3320-g740a8a5399ea0de0ff549bfe47c5aa9d615d72fd Author: GCC Administrator <[email protected]> Date: Mon Aug 17 00:16:25 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 26 ++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 13 +++++++++++++ gcc/testsuite/ChangeLog | 15 +++++++++++++++ libgcc/ChangeLog | 4 ++++ 5 files changed, 59 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a34a8d2430b6..1b2b38d22f16 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,29 @@ +2026-08-16 Georg-Johann Lay <[email protected]> + + * config/avr/avr.cc: Fix typos in comments. + * config/avr/avr.md: Same. + * config/avr/avr-passes.cc: Same. + * config/avr/genmultilib.awk: Same. + +2026-08-16 Léo Hardt <[email protected]> + + * sel-sched-ir.cc (copy_data_sets): Removed dead code. + * sel-sched-ir.h (_XLIST_X): Likewise. + (_XLIST_NEXT): Likewise. + (_xlist_add): Likewise. + (_xlist_remove): Likewise. + (_xlist_clear): Likewise. + (_xlist_is_in_p): Likewise. + (_list_iter_cond_x): Likewise. + (_xlist_iter_remove): Likewise. + (_FOR_EACH_X): Likewise. + (_FOR_EACH_X_1): Likewise. + (sel_save_haifa_priorities): Likewise. + (insn_eligible_for_subst_p): Likewise. + (sel_init_invalid_data_sets): Likewise. + (insn_at_boundary_p): Likewise. + (copy_data_sets): Likewise. + 2026-08-15 Georg-Johann Lay <[email protected]> * config/avr/avr.cc (avr_out_perm_compare_eqne): New static func. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 434dacbd75de..16d61608baff 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260816 +20260817 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index a8af6af84e1d..c90fd7646ec7 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,16 @@ +2026-08-16 Christopher Albert <[email protected]> + + PR fortran/110626 + * gfortran.h : Add finalize_only bitfield to gfc_expr. + * resolve.cc (generate_component_assignments): If the lhs has + no pointer or allocatable components, set use_finalize_only to + false. Otherwise it equals finalizable_lhs. Use the value to + set the expr1 finalize_only field and add the assignment to the + chain. If use_finalize_only is false, free the statements and + transfer the value to the final result. + * trans-expr.cc (gfc_trans_assignment_1): If expr1 is finalize_ + only emit an empty statement. + 2026-08-15 Mikael Morin <[email protected]> PR fortran/126892 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 46a60e6f47c6..39b833db57a2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,18 @@ +2026-08-16 Lewis Hyatt <[email protected]> + + * lib/target-supports.exp (pytest_invoke): New function. + (check_effective_target_pytest3): Use pytest_invoke to add some + additional arguments to the pytest invocation. + * lib/gcov.exp (run-gcov-pytest): Set timeout to 300 seconds, report + test failure upon timeout, and use new pytest_invoke helper. + * lib/scanhtml.exp (run-html-pytest): Likewise. + * lib/scansarif.exp (run-sarif-pytest): Likewise. + +2026-08-16 Christopher Albert <[email protected]> + + PR fortran/110626 + * gfortran.dg/finalize_62.f90: New test. + 2026-08-15 Mikael Morin <[email protected]> PR fortran/126892 diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 04e7035f0ad5..0d9bc4ec7f33 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2026-08-16 Georg-Johann Lay <[email protected]> + + * config/avr/lib1funcs.S: Fix typo in comment. + 2026-08-12 Georg-Johann Lay <[email protected]> * config/avr/t-avr (LIB1ASMFUNCS): Add _usshift_1, _usshift_2,
