This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d4b4a6c1918 PR target/87573 * config/i386/mmx.md (const_vector 0 -> m [...] new 0e100de5b95 gcc/testsuite/ChangeLog: new 3393067f401 PR libstdc++/87544 limit max_size() to PTRDIFF_MAX / sizeof(T)
The 2 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/testsuite/ChangeLog | 6 ++ gcc/testsuite/gcc.c-torture/execute/memchr-1.c | 54 ++++++++++++++++ gcc/testsuite/gcc.dg/builtin-memchr.c | 68 ++++++++++++++++++++ libstdc++-v3/ChangeLog | 12 ++++ libstdc++-v3/include/bits/stl_vector.h | 6 +- libstdc++-v3/include/ext/malloc_allocator.h | 8 ++- libstdc++-v3/include/ext/new_allocator.h | 8 ++- .../23_containers/vector/allocator/minimal.cc | 2 +- .../23_containers/vector/capacity/87544.cc | 73 ++++++++++++++++++++++ 9 files changed, 233 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/builtin-memchr.c create mode 100644 libstdc++-v3/testsuite/23_containers/vector/capacity/87544.cc