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-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from ad6919374be Daily bump. adds df68ed4a3cb Daily bump. adds 36bd6eafb60 arm: reinstate HAVE_GAS_ARM_EXTENDED_ARCH adds 733a792a2b2 c++: function NTTP argument considered unused [PR53164, PR105848] adds 70e2ffbcb4f Daily bump. adds 63eab5d5775 Update document for VECTOR_MODES_WITH_PREFIX adds c4320bde42c Recognize vpcmov in combine with -mxop on x86.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 6 ++++ gcc/DATESTAMP | 2 +- gcc/config.in | 7 +++++ gcc/config/i386/i386.cc | 31 ++++++++++++++++++++ gcc/config/i386/sse.md | 24 ++++++++++++++++ gcc/configure | 46 +++++++++++++++++++++++++++--- gcc/configure.ac | 13 +++++++++ gcc/cp/ChangeLog | 7 +++++ gcc/cp/pt.cc | 20 ++++++++++--- gcc/machmode.def | 5 ++-- gcc/testsuite/ChangeLog | 6 ++++ gcc/testsuite/g++.dg/template/fn-ptr3.C | 28 ++++++++++++++++++ gcc/testsuite/gcc.target/i386/xop-pcmov3.c | 10 +++++++ 13 files changed, 194 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/fn-ptr3.C create mode 100644 gcc/testsuite/gcc.target/i386/xop-pcmov3.c