This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 90f40f0 PR bootstrap/77676 - powerpc64 and powerpc64le stage2 bootstrap fail new 2d0ecf5 PR libstdc++/77537 Implement LWG 2729 for pair. * include/ [...]
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 | 23 +++ libstdc++-v3/include/bits/stl_pair.h | 246 ++++++++++++++++---------- libstdc++-v3/include/std/type_traits | 7 + libstdc++-v3/testsuite/20_util/pair/traits.cc | 76 ++++++++ 4 files changed, 263 insertions(+), 89 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/pair/traits.cc