This is an automated email from the git hooks/post-receive script.
tcwg-benchmark pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-release-arm-eabi-coremark-O3 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 adds 62c2d527307 libstdc++: Fix __numeric_traits_integer<__int20> [PR 97798] adds 83a51f1af92 Daily bump. adds ba616f85556 Daily bump. adds e1a08689ce2 Daily bump. adds a27067c70b7 Put PREFETCHW back to march=broadwell adds 6abef270285 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 5 ++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.h | 3 +- gcc/cp/ChangeLog | 10 +++ gcc/cp/tree.c | 3 + gcc/doc/invoke.texi | 25 +++--- gcc/fortran/ChangeLog | 11 +++ gcc/testsuite/ChangeLog | 17 ++++ gcc/testsuite/g++.dg/template/alignof3.C | 13 +++ libstdc++-v3/ChangeLog | 25 ++++++ 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 +++++++++++ 13 files changed, 233 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/alignof3.C create mode 100644 libstdc++-v3/testsuite/25_algorithms/sample/3.cc