This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from fd43568cc54 d: Merge upstream dmd 93108bb9e, druntime 6364e010, phobos [...] adds 807ad4bc854 libstdc++: Overload std::__to_address for __gnu_cxx::__norm [...] adds bf8cdd35117 Sync with binutils: GCC: Pass --plugin to AR and RANLIB adds 4a5e71f2348 Sync with binutils: Support the PGO build for binutils+gdb adds 45b768cb809 testsuite: Be more informative for ICEs adds 06d5dcef725 c++: Allow constexpr decltype(auto) [PR102229] adds 8a89c39be01 Daily bump. new e1f8c14b9a0 Verbose support in analyze_brprob_spec
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: ChangeLog | 32 ++++ Makefile.in | 68 ++++++++- Makefile.tpl | 68 ++++++++- config/ChangeLog | 8 + config/gcc-plugin.m4 | 28 ++++ configure | 139 ++++++++++++++++- configure.ac | 80 ++++++++++ contrib/analyze_brprob_spec.py | 1 + gcc/ChangeLog | 169 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 18 +++ gcc/cp/decl.c | 58 ++++--- gcc/cp/pt.c | 13 -- gcc/d/ChangeLog | 6 + gcc/testsuite/ChangeLog | 85 +++++++++++ gcc/testsuite/g++.dg/cpp1y/decltype-auto5.C | 35 +++++ gcc/testsuite/lib/fortran-torture.exp | 8 +- gcc/testsuite/lib/gcc-defs.exp | 4 +- gcc/testsuite/lib/gcc-dg.exp | 6 +- gcc/testsuite/lib/go-torture.exp | 8 +- libcc1/ChangeLog | 4 + libiberty/ChangeLog | 10 ++ libiberty/Makefile.in | 5 +- libiberty/aclocal.m4 | 1 + libiberty/configure | 37 +++++ libiberty/configure.ac | 12 ++ libphobos/ChangeLog | 10 ++ libstdc++-v3/ChangeLog | 22 +++ libstdc++-v3/include/bits/stl_iterator.h | 32 +--- libstdc++-v3/include/debug/safe_iterator.h | 17 +++ .../24_iterators/normal_iterator/to_address.cc | 17 ++- libtool.m4 | 25 ++- zlib/ChangeLog | 4 + zlib/configure | 29 +++- 34 files changed, 973 insertions(+), 88 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/decltype-auto5.C