This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/gcc.
from 0707f428090 Fix overflows in ipa-modref-tree.cc adds 36f1de95a61 tree-optimization/105312 - fix ISEL VCOND expansion adds 4d4eaa77a7d tree-optimization/104912 - ensure cost model is checked first adds c644b7df11a libstdc++: Use LTLIBICONV when linking libstdc++.so [PR93602] adds 67ded3a1f5b libstdc++: Fix macro checked by test adds 5bde80f48bc c++: Fall through for arrays of T vs T cv [PR104996] adds 29a25a60383 Daily bump. adds 6a4e9934545 runtime: use correct field name for PPC32 GLIBC registers adds 504b02c70ab emit-rtl: Fix -fcompare-debug bug with label references in [...] adds 811c7fbd147 Support --compress-debug-sections for ld.mold.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 28 ++++++++++ gcc/DATESTAMP | 2 +- gcc/configure | 10 +++- gcc/configure.ac | 10 +++- gcc/cp/ChangeLog | 6 +++ gcc/cp/call.cc | 7 +-- gcc/emit-rtl.cc | 3 +- gcc/gimple-isel.cc | 8 +++ gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 19 +++++++ gcc/testsuite/g++.dg/cpp0x/initlist129.C | 6 +++ gcc/testsuite/gcc.target/arm/pr105312.c | 23 +++++++++ gcc/testsuite/gfortran.dg/g77/pr105203.f | 20 ++++++++ gcc/tree-vect-loop-manip.cc | 60 ++++++++++++++++++++-- libgo/runtime/go-signal.c | 35 ++++++++----- libstdc++-v3/ChangeLog | 14 +++++ libstdc++-v3/doc/html/manual/setup.html | 33 ++++++++++++ libstdc++-v3/doc/xml/manual/prerequisites.xml | 50 ++++++++++++++++++ libstdc++-v3/src/Makefile.am | 4 +- libstdc++-v3/src/Makefile.in | 4 +- .../operations/copy/char/constexpr.cc | 2 +- 21 files changed, 316 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist129.C create mode 100644 gcc/testsuite/gcc.target/arm/pr105312.c create mode 100644 gcc/testsuite/gfortran.dg/g77/pr105203.f