This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from 8c18220564f rs6000: Backport fixes for PR92923 and PR93136 adds 9790fa53b48 Daily bump. adds 7f842453660 libstdc++: Avoid errors in allocator's noexcept-specifier ( [...] adds e71b6bcd222 Daily bump. adds 5371ab20759 changelog: Fix up changelogs for commit 8c18220564
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 109 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 22 +++ libstdc++-v3/ChangeLog | 20 +++ 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 +++++++++++++++++++++ 11 files changed, 606 insertions(+), 14 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