This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5320bcbd342 xstormy16: Fix xs_hi_nonmemory_operand new 77f321435b4 libstdc++: Fix test on x86_64 and non-simd targets new b3743181899 libstdc++: Fix std::fill and std::fill_n optimizations [PR109150] new 139d65d1f5a libstdc++: Don't use std::__is_scalar in std::valarray init [...] new 5f10547e021 libstdc++: Stop using std::__is_pointer in <deque> and <alg [...] new 51cc77672ad libstdc++: Remove std::__is_void class template [PR115497] new 52a82359073 libstdc++: Remove std::__is_pointer and std::__is_scalar [P [...]
The 6 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: libstdc++-v3/include/bits/cpp_type_traits.h | 48 ----------- libstdc++-v3/include/bits/deque.tcc | 19 +++-- libstdc++-v3/include/bits/stl_algobase.h | 92 ++++++++++++++-------- libstdc++-v3/include/bits/valarray_array.h | 4 +- libstdc++-v3/include/debug/helper_functions.h | 5 +- .../testsuite/25_algorithms/fill/109150.cc | 62 +++++++++++++++ .../testsuite/25_algorithms/fill_n/109150.cc | 62 +++++++++++++++ .../experimental/simd/pr115454_find_last_set.cc | 6 +- 8 files changed, 202 insertions(+), 96 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/fill/109150.cc create mode 100644 libstdc++-v3/testsuite/25_algorithms/fill_n/109150.cc