This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 448c89d5904 coroutines: Fix handling of artificial vars [PR94886] new b1983f4582b libstdc++: Avoid errors in allocator's noexcept-specifier ( [...]
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 | 17 +++ libstdc++-v3/include/bits/alloc_traits.h | 7 +- libstdc++-v3/include/bits/allocator.h | 5 +- libstdc++-v3/include/ext/malloc_allocator.h | 5 +- libstdc++-v3/include/ext/new_allocator.h | 5 +- libstdc++-v3/testsuite/20_util/allocator/89510.cc | 147 ++++++++++++++++++++ .../testsuite/ext/malloc_allocator/89510.cc | 149 +++++++++++++++++++++ libstdc++-v3/testsuite/ext/new_allocator/89510.cc | 149 +++++++++++++++++++++ 8 files changed, 471 insertions(+), 13 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/allocator/89510.cc create mode 100644 libstdc++-v3/testsuite/ext/malloc_allocator/89510.cc create mode 100644 libstdc++-v3/testsuite/ext/new_allocator/89510.cc