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-stable-allmodconfig in repository toolchain/ci/gcc.
from 5615ab38bdc Daily bump. adds 547d07637bf Fortran: Fix function decl's location [PR95847] adds 0db10534f2e Daily bump. adds 9df05884b3a c++: Distinguish alignof and __alignof__ in cp_tree_equal [ [...] adds afa885d7d70 libstdc++: Fix division by zero in std::sample
No new revisions were added by this update.
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