This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_ubsan in repository toolchain/ci/gcc.
from 170b863585d Daily bump. adds 6fa3b3bbac9 accept <case> and [cond] in ChangeLog adds 006fda1b17a PR fortran/95709 - ICE in gfc_resolve_code, at fortran/reso [...] adds f69a6c40123 Daily bump. new 21b27a61345 Daily bump. new dc7a8afce35 Record and restore postorder information in breaking alias sccs. new 8c25c91b117 Schedule reduction partition in the last.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: contrib/ChangeLog | 10 +++ contrib/gcc-changelog/git_commit.py | 16 ++-- contrib/gcc-changelog/test_email.py | 4 + contrib/gcc-changelog/test_patches.txt | 35 ++++++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 9 ++ gcc/fortran/resolve.c | 16 +++- gcc/testsuite/ChangeLog | 8 ++ gcc/testsuite/g++.dg/tree-ssa/pr95638.C | 150 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr95804.c | 18 ++++ gcc/testsuite/gfortran.dg/pr95709.f90 | 12 +++ gcc/tree-loop-distribution.c | 38 ++++++-- 12 files changed, 299 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr95638.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr95804.c create mode 100644 gcc/testsuite/gfortran.dg/pr95709.f90