This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm 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.
No new revisions were added by this update.
Summary of changes: ChangeLog | 32 ++++ Makefile.in | 68 ++++++++- Makefile.tpl | 68 ++++++++- config/ChangeLog | 8 + config/gcc-plugin.m4 | 28 ++++ configure | 139 ++++++++++++++++- configure.ac | 80 ++++++++++ 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 +++- 33 files changed, 972 insertions(+), 88 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/decltype-auto5.C