This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f0fb6b6acd8 c++: remove Concepts TS code new aae535f3a87 i386: Swap compare operands in ustrunc patterns new cda469a59e2 libstdc++: ranges::find needs explicit conversion to size_t [...] new c5efc6eca8e libstdc++: Use direct-initialization for std::vector<bool>' [...]
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/config/i386/i386.md | 6 ++-- libstdc++-v3/include/bits/ranges_util.h | 3 +- libstdc++-v3/include/bits/stl_bvector.h | 2 +- .../23_containers/vector/allocator/115854.cc | 10 ++++++ .../23_containers/vector/bool/allocator/115854.cc | 10 ++++++ libstdc++-v3/testsuite/25_algorithms/find/bytes.cc | 10 ++++++ libstdc++-v3/testsuite/std/ranges/range.cc | 5 ++- libstdc++-v3/testsuite/util/testsuite_iterators.h | 42 ++++++++++++++++------ 8 files changed, 72 insertions(+), 16 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/vector/allocator/115854.cc create mode 100644 libstdc++-v3/testsuite/23_containers/vector/bool/allocator/115854.cc