This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 478f6e4 PR go/79146 crypto/elliptic: explicitly ignore p256_s390x.go new ee35af1 PR72792 PR72793 relax requirements on rebind members
The 1 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/ChangeLog | 15 ++++ libstdc++-v3/include/bits/alloc_traits.h | 17 ++--- libstdc++-v3/include/bits/ptr_traits.h | 13 ++-- .../allocator_traits/members/rebind_alloc.cc | 81 ++++++++++++++++++++++ .../testsuite/20_util/pointer_traits/rebind.cc | 68 ++++++++++++++++++ 5 files changed, 180 insertions(+), 14 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/allocator_traits/members/rebind_ [...] create mode 100644 libstdc++-v3/testsuite/20_util/pointer_traits/rebind.cc