This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allmodconfig in repository toolchain/ci/gcc.
from 59b9270a3ef Backport r276178 adds c9c29a71f47 Backport from mainline 2019-10-08 Tulio Magno Quites Mac [...] adds 189f62b4901 Daily bump. adds cda60a3ce13 PR libstdc++/92059 fix several bugs in tr2::dynamic_bitset adds 995aa89a385 P1651R0 bind_front should not unwrap reference_wrapper adds 5438130aa96 Fix array index error in address_v6 comparisons adds 8d75a2adfd9 Include netinet/in.h in include/experimental/internet adds 65e54e42187 PR libstdc++/91456 make INVOKE<R> work with uncopyable prvalues adds b4ea8d36234 Update URL for Hoard in libstdc++ docs adds ccabe97303c Update URL for CUJ article in libstdc++ docs adds 6b40f57c577 Add makefile target to update HTML files in source tree adds c110fc78b61 Fix testsuite bugs adds 863dadd5779 Fix more tests that fail in C++2a mode adds 73d739bd134 PR libstdc++/92143 adjust for OS X aligned_alloc behaviour adds 35d5d9cb917 Do not declare std::uses_allocator before C++11 adds 6192703ef91 PR libstdc++/89164 enforce constraints for uninitialized algos adds 53bbdb185ea Fix indentation in testsuite utility header adds 423fdcc37d1 Fix tests that fail with -std=gnu++98 or -std=gnu++11 adds 2cdef11f36a Fix more failing tests for C++98 mode adds c0a16a84e68 PR libstdc++/61761 fix std::proj for targets without C99 cproj adds 15df354cbe4 PR libstdc++/90682 allow set_terminate(0) and set_unexpected(0) adds b1d2856cad9 [Darwin, PPC] Check for out of range asm values. adds bc7d2a776ea [arm] Backport -- Fix multilibs for Armv7-R new 180b53e4cdb * decl.c (reshape_init_r): Add missing space.
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 | 22 ++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 11 +- gcc/config/arm/t-multilib | 29 +- gcc/config/rs6000/darwin.h | 4 +- gcc/cp/ChangeLog | 4 + gcc/cp/decl.c | 2 +- gcc/testsuite/ChangeLog | 7 + gcc/testsuite/gcc.target/arm/multilib.exp | 22 ++ libstdc++-v3/ChangeLog | 214 +++++++++++ libstdc++-v3/doc/Makefile.am | 7 +- libstdc++-v3/doc/Makefile.in | 7 +- .../doc/html/manual/documentation_hacking.html | 7 +- libstdc++-v3/doc/html/manual/memory.html | 10 +- libstdc++-v3/doc/html/manual/status.html | 5 +- libstdc++-v3/doc/xml/manual/allocator.xml | 13 +- .../doc/xml/manual/documentation_hacking.xml | 9 +- libstdc++-v3/include/bits/memoryfwd.h | 2 + libstdc++-v3/include/bits/std_function.h | 10 +- libstdc++-v3/include/bits/stl_algobase.h | 2 +- libstdc++-v3/include/bits/stl_uninitialized.h | 24 +- libstdc++-v3/include/experimental/internet | 7 +- libstdc++-v3/include/std/complex | 68 ++-- libstdc++-v3/include/std/functional | 4 +- libstdc++-v3/include/std/type_traits | 41 ++- libstdc++-v3/include/std/version | 2 +- libstdc++-v3/include/tr2/dynamic_bitset | 295 ++++++++------- libstdc++-v3/include/tr2/dynamic_bitset.tcc | 2 +- libstdc++-v3/libsupc++/eh_term_handler.cc | 17 +- .../{eh_term_handler.cc => eh_term_handler.h} | 11 +- libstdc++-v3/libsupc++/eh_terminate.cc | 7 + libstdc++-v3/libsupc++/new_opa.cc | 5 +- libstdc++-v3/testsuite/17_intro/names.cc | 4 + libstdc++-v3/testsuite/18_support/set_terminate.cc | 57 +++ .../testsuite/18_support/set_unexpected.cc | 57 +++ .../invoke/1.cc => function/91456.cc} | 25 +- .../20_util/function_objects/bind_front/1.cc | 2 +- .../20_util/function_objects/bind_front/2.cc | 91 +++++ .../testsuite/20_util/function_objects/invoke/1.cc | 19 +- .../testsuite/20_util/function_objects/invoke/3.cc | 49 +++ .../invoke/1.cc => is_invocable/91456.cc} | 22 +- .../20_util/is_nothrow_invocable/value.cc | 4 + .../specialized_algorithms/uninitialized_copy/1.cc | 2 +- .../uninitialized_copy/89164.cc} | 26 +- .../uninitialized_copy_n/89164.cc} | 23 +- .../uninitialized_fill/89164.cc} | 23 +- .../uninitialized_fill_n/89164.cc} | 23 +- .../deque/requirements/dr438/assign_neg.cc | 1 + .../deque/requirements/dr438/constructor_1_neg.cc | 1 + .../deque/requirements/dr438/constructor_2_neg.cc | 1 + .../deque/requirements/dr438/insert_neg.cc | 1 + .../list/requirements/dr438/assign_neg.cc | 1 + .../list/requirements/dr438/constructor_1_neg.cc | 1 + .../list/requirements/dr438/constructor_2_neg.cc | 1 + .../list/requirements/dr438/insert_neg.cc | 1 + .../unordered_map/requirements/debug_container.cc | 2 +- .../unordered_set/allocator/ext_ptr.cc | 3 +- .../1.cc => 23_containers/vector/cons/89164.cc} | 29 +- .../23_containers/vector/cons/89164_c++17.cc | 50 +++ .../vector/requirements/dr438/assign_neg.cc | 1 + .../vector/requirements/dr438/constructor_1_neg.cc | 1 + .../vector/requirements/dr438/constructor_2_neg.cc | 1 + .../vector/requirements/dr438/insert_neg.cc | 1 + libstdc++-v3/testsuite/26_numerics/complex/proj.cc | 403 +++++++++++++++++++++ libstdc++-v3/testsuite/experimental/names.cc | 7 +- libstdc++-v3/testsuite/ext/char8_t/atomic-1.cc | 2 +- .../testsuite/libstdc++-prettyprinters/compat.cc | 2 +- .../1.cc => tr2/dynamic_bitset/cmp.cc} | 41 ++- libstdc++-v3/testsuite/tr2/dynamic_bitset/cons.cc | 105 ++++++ .../1.cc => tr2/dynamic_bitset/copy.cc} | 46 ++- .../1.cc => tr2/dynamic_bitset/move.cc} | 44 ++- .../dynamic_bitset/pr92059.cc} | 24 +- libstdc++-v3/testsuite/util/testsuite_allocator.h | 266 +++++++------- 73 files changed, 1817 insertions(+), 518 deletions(-) copy libstdc++-v3/libsupc++/{eh_term_handler.cc => eh_term_handler.h} (83%) create mode 100644 libstdc++-v3/testsuite/18_support/set_terminate.cc create mode 100644 libstdc++-v3/testsuite/18_support/set_unexpected.cc copy libstdc++-v3/testsuite/20_util/{function_objects/invoke/1.cc => function/9145 [...] create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/bind_front/2.cc create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/invoke/3.cc copy libstdc++-v3/testsuite/20_util/{function_objects/invoke/1.cc => is_invocable/ [...] copy libstdc++-v3/testsuite/20_util/{function_objects/invoke/1.cc => specialized_a [...] copy libstdc++-v3/testsuite/20_util/{function_objects/invoke/1.cc => specialized_a [...] copy libstdc++-v3/testsuite/20_util/{function_objects/invoke/1.cc => specialized_a [...] copy libstdc++-v3/testsuite/20_util/{function_objects/invoke/1.cc => specialized_a [...] copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_copy/1.c [...] create mode 100644 libstdc++-v3/testsuite/23_containers/vector/cons/89164_c++17.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/complex/proj.cc copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_copy/1.c [...] create mode 100644 libstdc++-v3/testsuite/tr2/dynamic_bitset/cons.cc copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_copy/1.c [...] copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_copy/1.c [...] copy libstdc++-v3/testsuite/{23_containers/deque/requirements/dr438/constructor_1_ [...]