This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from d08236359eb rs6000: Enable new built-in support, with test suite and al [...] adds b5a568683f7 libstdc++: Restore unconditional atomic load in COW std::string adds e2e98f524fd libstdc++: Remove broken std::allocator base classes [PR103340] adds acf4fe96f12 libstdc++: Allow exception classes to move fully-dynamic strings adds cd47cd4b5eb [PR103437] Make backup code for overflow conditional adds 38a0ee2649e analyzer: add regression test for leak false +ve [PR103526] adds 2835977f846 doc: Remove references to FreeBSD 1 and 2 adds 22a98240932 Darwin: Rewrite host PCH support [PR 55610]. adds 25abbb92496 [PATCH v2] configure: define TARGET_LIBC_GNUSTACK on musl adds c841dc0a4dd Adjust CPP_FOR_BUILD
No new revisions were added by this update.
Summary of changes: configure | 2 +- configure.ac | 2 +- gcc/config/host-darwin.c | 191 +++++++++++++++++---- gcc/configure | 3 + gcc/configure.ac | 3 + gcc/doc/install.texi | 4 - gcc/ira-color.c | 33 ++-- gcc/testsuite/gcc.dg/analyzer/pr103526.c | 50 ++++++ libstdc++-v3/acinclude.m4 | 14 +- .../config/allocator/bitmap_allocator_base.h | 55 ------ libstdc++-v3/config/allocator/mt_allocator_base.h | 55 ------ .../config/allocator/pool_allocator_base.h | 55 ------ libstdc++-v3/configure | 14 +- libstdc++-v3/doc/html/manual/api.html | 3 + libstdc++-v3/doc/html/manual/configure.html | 10 +- libstdc++-v3/doc/html/manual/memory.html | 57 ++---- libstdc++-v3/doc/html/manual/mt_allocator.html | 8 +- libstdc++-v3/doc/xml/manual/allocator.xml | 67 +++----- libstdc++-v3/doc/xml/manual/configure.xml | 10 +- libstdc++-v3/doc/xml/manual/evolution.xml | 5 + libstdc++-v3/doc/xml/manual/mt_allocator.xml | 8 +- libstdc++-v3/include/bits/cow_string.h | 6 +- libstdc++-v3/src/c++11/cow-stdexcept.cc | 20 --- 23 files changed, 294 insertions(+), 381 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr103526.c delete mode 100644 libstdc++-v3/config/allocator/bitmap_allocator_base.h delete mode 100644 libstdc++-v3/config/allocator/mt_allocator_base.h delete mode 100644 libstdc++-v3/config/allocator/pool_allocator_base.h