This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 0db10534f2e Daily bump. new 9df05884b3a c++: Distinguish alignof and __alignof__ in cp_tree_equal [ [...] new afa885d7d70 libstdc++: Fix division by zero in std::sample new 62c2d527307 libstdc++: Fix __numeric_traits_integer<__int20> [PR 97798]
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: gcc/cp/tree.c | 3 + gcc/testsuite/g++.dg/template/alignof3.C | 13 +++ libstdc++-v3/include/bits/stl_algo.h | 3 + libstdc++-v3/include/ext/numeric_traits.h | 104 ++++++++++++++++----- .../{upper_bound/1.cc => sample/3.cc} | 36 +++---- 5 files changed, 119 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/alignof3.C copy libstdc++-v3/testsuite/25_algorithms/{upper_bound/1.cc => sample/3.cc} (62%)