This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from db69f666a72 [PR104447] LRA: Do not split non-alloc hard regs. adds d3b2ead5954 libiberty rust-demangle, ignore .suffix adds 3f2a6b041d9 net: add hurd build tag for setReadMsgCloseOnExec adds bc6d2f460a4 Add missing target selector adds 73a118c209f c-family: Remove names of unused parameters adds fac15bf8480 rs6000: Workaround for new ifcvt behavior [PR104335]. adds efbb17db52a rs6000: __Uglify non-uglified local variables in headers adds c352ef0ed90 c++: avoid duplicate deprecated warning [PR90451] new 36100e0e952 libstdc++: Make std::error_code printer more robust
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/c-family/c-pragma.cc | 26 +- gcc/config/rs6000/bmi2intrin.h | 68 +- gcc/config/rs6000/emmintrin.h | 908 ++++++++++----------- gcc/config/rs6000/mm_malloc.h | 26 +- gcc/config/rs6000/mmintrin.h | 768 ++++++++--------- gcc/config/rs6000/pmmintrin.h | 28 +- gcc/config/rs6000/rs6000.cc | 6 + gcc/config/rs6000/smmintrin.h | 18 +- gcc/config/rs6000/tmmintrin.h | 4 +- gcc/config/rs6000/xmmintrin.h | 861 ++++++++++--------- gcc/cp/cp-tree.h | 1 + gcc/cp/cvt.cc | 3 + gcc/cp/decl2.cc | 23 + gcc/cp/init.cc | 5 +- gcc/cp/pt.cc | 4 + gcc/cp/semantics.cc | 22 +- gcc/cp/typeck.cc | 6 + gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/g++.dg/warn/deprecated-14.C | 72 ++ gcc/testsuite/g++.dg/warn/deprecated-15.C | 14 + gcc/testsuite/gcc.target/i386/pr79754.c | 2 +- libgo/go/net/unixsock_readmsg_cloexec.go | 2 +- libiberty/rust-demangle.c | 21 +- libiberty/testsuite/rust-demangle-expected | 26 + libstdc++-v3/python/libstdcxx/v6/printers.py | 110 ++- .../testsuite/libstdc++-prettyprinters/cxx11.cc | 10 +- 26 files changed, 1639 insertions(+), 1397 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/deprecated-14.C create mode 100644 gcc/testsuite/g++.dg/warn/deprecated-15.C