https://gcc.gnu.org/g:c776feb95bb1db74372e99e7aaaa3956be909ff6
commit r15-11003-gc776feb95bb1db74372e99e7aaaa3956be909ff6 Author: GCC Administrator <[email protected]> Date: Thu Mar 26 00:19:14 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 9 +++++++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 24 ++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 16 ++++++++++++++++ 4 files changed, 50 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c916f317857c..d05aee012905 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2026-03-25 Richard Biener <[email protected]> + + Backported from master: + 2026-03-25 Richard Biener <[email protected]> + + PR tree-optimization/124627 + * tree-inline.cc (copy_debug_stmts): Only copy debug + stmts that are still in the IL. + 2026-03-17 Alice Carlotti <[email protected]> * config/aarch64/aarch64-sve2.md (@aarch64_pred_revd<mode>): diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 1f662c8a9079..4f82e4946fbf 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260325 +20260326 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 26488a0a633f..c7c82caeb8f5 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,27 @@ +2026-03-25 Paul Thomas <[email protected]> + + Backported from master: + 2026-03-25 Paul Thomas <[email protected]> + + PR fortran/119273 + * trans-array.cc (expr_contains_impure_fcn): New function. + (gfc_expr_contains_impure_fcn): New function calling above fcn. + (array_bound_check_elemental): Add indexse pre-block to se pre. + Warn if the index expression contains a function not declared + to be pure. + +2026-03-25 Paul Thomas <[email protected]> + + Backported from master: + 2026-03-16 Paul Thomas <[email protected]> + + PR fortran/105168 + * trans-expr.cc (gfc_conv_class_to_class): If the argument expr + is not a class type use the parent tree if that is a class. + (gfc_conv_procedure_call): If the argument expression is not a + variable, shift the bounds to give unity lbounds. + (gfc_trans_arrayfunc_assign): Return NULL_TREE instead of NULL. + 2026-03-20 Mikael Morin <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 898b755b103a..f021e7afa2d8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,19 @@ +2026-03-25 Paul Thomas <[email protected]> + + Backported from master: + 2026-03-25 Paul Thomas <[email protected]> + + PR fortran/119273 + * gfortran.dg/pr119273.f90: New test. + +2026-03-25 Paul Thomas <[email protected]> + + Backported from master: + 2026-03-16 Paul Thomas <[email protected]> + + PR fortran/105168 + * gfortran.dg/pr105168.f90: New test. + 2026-03-23 Eric Botcazou <[email protected]> * gnat.dg/generic_inst20.ads, gnat.dg/generic_inst20.adb: New test.
