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-arm-bootstrap_profiled in repository toolchain/ci/gcc.
from 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 adds 01ac2f08b01 Daily bump. adds 3382846558e Fix execution failure of parity_1.f90 on P10 [PR100952]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 69 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.md | 5 +- gcc/gimple-range-cache.cc | 17 ++++-- gcc/testsuite/ChangeLog | 36 +++++++++++ gcc/testsuite/g++.dg/ipa/pr82352.C | 2 +- gcc/testsuite/gcc.c-torture/compile/pr10153-1.c | 7 +++ gcc/testsuite/gcc.c-torture/compile/pr10153-2.c | 9 +++ gcc/testsuite/gcc.dg/uninit-pr65178.c | 21 +++++++ gcc/tree-tailcall.c | 10 ++-- libgfortran/ChangeLog | 6 ++ libgfortran/runtime/ISO_Fortran_binding.c | 13 ++-- libstdc++-v3/ChangeLog | 44 ++++++++++++++ libstdc++-v3/config/os/aix/os_defines.h | 5 ++ libstdc++-v3/include/bits/hashtable.h | 17 ++++-- .../23_containers/unordered_map/cons/default.cc | 15 +++++ .../23_containers/unordered_set/cons/default.cc | 14 +++++ 17 files changed, 267 insertions(+), 25 deletions(-) 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/uninit-pr65178.c