This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5612541834c ssa_lazy_cache takes an optional bitmap_obstack pointer. new ac8c61b62e7 libstdc++: Simplify <ext/aligned_buffer.h> class templates new 03d3aeb0e0f libstdc++: Do not use C++11 alignof in C++98 mode [PR104395] new fab60eaa94b libstdc++: Extend std::equal memcmp optimization to std::by [...] new 52370c839ed libstdc++: Define __glibcxx_assert_fail for non-verbose bui [...]
The 4 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/new_allocator.h | 4 +-- libstdc++-v3/include/bits/stl_algobase.h | 6 +++- libstdc++-v3/include/bits/stl_tempbuf.h | 6 ++-- libstdc++-v3/include/ext/aligned_buffer.h | 20 +++++------ libstdc++-v3/include/ext/bitmap_allocator.h | 4 +-- libstdc++-v3/include/ext/malloc_allocator.h | 2 +- libstdc++-v3/include/ext/mt_allocator.h | 4 +-- libstdc++-v3/include/ext/pool_allocator.h | 4 +-- libstdc++-v3/src/c++11/assert_fail.cc | 10 +++++- .../testsuite/25_algorithms/equal/101485.cc | 11 ++++++ libstdc++-v3/testsuite/abi/aligned_buffers.cc | 42 ++++++++++++++++++++++ libstdc++-v3/testsuite/ext/104395.cc | 8 +++++ 12 files changed, 97 insertions(+), 24 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/equal/101485.cc create mode 100644 libstdc++-v3/testsuite/abi/aligned_buffers.cc create mode 100644 libstdc++-v3/testsuite/ext/104395.cc