This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-release-aarch64-spec2k6-Os_LTO in repository toolchain/ci/gcc.
from 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 adds fc0256c1fc4 Daily bump. new 586896484dd Daily bump.
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: gcc/ChangeLog | 2 +- gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 12 +- 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, 484 insertions(+), 19 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