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/llvm-release-aarch64-spec2k6-O3 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. adds 586896484dd Daily bump. adds fe6f6d44d9a Daily bump. adds 1eaa4c2f858 Daily bump. adds ad67f1e77c9 Fix description of FINDLOC result. adds 5353d0ba23f Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 2 +- gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 7 + gcc/fortran/intrinsic.texi | 3 +- 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 +++++++++++++++++++++ 13 files changed, 493 insertions(+), 20 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