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-aarch64-stable-defconfig in repository toolchain/ci/gcc.
from 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 new 62c2d527307 libstdc++: Fix __numeric_traits_integer<__int20> [PR 97798]
The 1 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/testsuite/ChangeLog | 8 ++ gcc/testsuite/g++.dg/template/alignof3.C | 13 +++ libstdc++-v3/include/bits/stl_algo.h | 3 + libstdc++-v3/include/ext/numeric_traits.h | 104 +++++++++++++++++------ libstdc++-v3/testsuite/25_algorithms/sample/3.cc | 50 +++++++++++ 8 files changed, 169 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/alignof3.C create mode 100644 libstdc++-v3/testsuite/25_algorithms/sample/3.cc