This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-allnoconfig in repository toolchain/ci/gcc.
from 5615ab38bdc Daily bump. adds 547d07637bf Fortran: Fix function decl's location [PR95847] adds 0db10534f2e Daily bump. new 9df05884b3a c++: Distinguish alignof and __alignof__ in cp_tree_equal [ [...] new afa885d7d70 libstdc++: Fix division by zero in std::sample
The 2 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: gcc/DATESTAMP | 2 +- gcc/cp/tree.c | 3 ++ gcc/fortran/ChangeLog | 11 ++++++ gcc/fortran/trans-decl.c | 19 ++++----- gcc/testsuite/ChangeLog | 8 ++++ gcc/testsuite/g++.dg/template/alignof3.C | 13 ++++++ gcc/testsuite/gfortran.dg/coverage.f90 | 17 ++++++++ libstdc++-v3/include/bits/stl_algo.h | 3 ++ libstdc++-v3/testsuite/25_algorithms/sample/3.cc | 50 ++++++++++++++++++++++++ 9 files changed, 116 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/alignof3.C create mode 100644 gcc/testsuite/gfortran.dg/coverage.f90 create mode 100644 libstdc++-v3/testsuite/25_algorithms/sample/3.cc