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-master-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from a6291d88d5b Remove pass_cpb which is related to enable avx512 embedded [...] adds e58093276a6 Only call vrp_visit_cond_stmt if range_of_stmt doesn't reso [...] adds ea789238b2c Check for undefined on COND_EXPR before querying type. adds d3fa77472b7 Allow non-symmetrical equivalences. adds 254e5d19a17 libstdc++: Restore __gnu_debug::array [PR100682] adds c22bcfd2f7d libstdc++: Initialize all subobjects of std::function adds aca7a0253d6 libstdc++: Use std::addressof in ranges::uninitialized_xxx [...] adds c9ca3521862 libstdc++: Use __builtin_operator_new when available [PR94295] adds 3f7a2374d31 aix: Protect AIX math.h overloads with new macro. adds 4048d8a0862 Allow non-null adjustments for pointers even when there is [...] adds 8819419ba1d Fix PR 10153: tail recusion for vector types. adds 50f3ac1beb0 Remove an invalid defintion [PR101568]. adds b362d7947b3 Add new test for PR65178. adds 8ed6cfbbee7 libstdc++: Fix non-default constructors for hash containers [...] adds e4966e1d1de Bind(c): signed char is not a Fortran character type new 01ac2f08b01 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 | 69 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/gimple-range-cache.cc | 17 ++++-- gcc/gimple-range-fold.cc | 3 +- gcc/testsuite/ChangeLog | 36 +++++++++++ gcc/testsuite/g++.dg/ipa/pr82352.C | 2 +- gcc/testsuite/g++.dg/pr101511.C | 22 +++++++ gcc/testsuite/gcc.c-torture/compile/pr10153-1.c | 7 +++ gcc/testsuite/gcc.c-torture/compile/pr10153-2.c | 9 +++ gcc/testsuite/gcc.dg/pr101496.c | 22 +++++++ gcc/testsuite/gcc.dg/pr101497.c | 13 ++++ gcc/testsuite/gcc.dg/uninit-pr65178.c | 21 +++++++ gcc/tree-tailcall.c | 10 ++-- gcc/value-relation.cc | 8 ++- gcc/vr-values.c | 30 ++++++---- libgfortran/ChangeLog | 6 ++ libgfortran/runtime/ISO_Fortran_binding.c | 13 ++-- libstdc++-v3/ChangeLog | 44 ++++++++++++++ libstdc++-v3/config/os/aix/os_defines.h | 5 ++ .../doc/html/manual/debug_mode_semantics.html | 4 +- libstdc++-v3/doc/html/manual/debug_mode_using.html | 15 ++++- libstdc++-v3/doc/xml/manual/debug_mode.xml | 25 +++++--- libstdc++-v3/include/bits/hashtable.h | 17 ++++-- libstdc++-v3/include/bits/ranges_uninitialized.h | 26 ++++---- libstdc++-v3/include/bits/std_function.h | 18 +++--- .../os/aix/os_defines.h => include/debug/array} | 43 ++++++-------- libstdc++-v3/include/ext/new_allocator.h | 38 ++++++++---- .../23_containers/unordered_map/cons/default.cc | 15 +++++ .../23_containers/unordered_set/cons/default.cc | 14 +++++ libstdc++-v3/testsuite/util/testsuite_iterators.h | 8 +++ 30 files changed, 449 insertions(+), 113 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr101511.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr10153-1.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr10153-2.c create mode 100644 gcc/testsuite/gcc.dg/pr101496.c create mode 100644 gcc/testsuite/gcc.dg/pr101497.c create mode 100644 gcc/testsuite/gcc.dg/uninit-pr65178.c copy libstdc++-v3/{config/os/aix/os_defines.h => include/debug/array} (57%)