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 in repository toolchain/ci/gcc.
from 70e2ffbcb4f Daily bump. adds 63eab5d5775 Update document for VECTOR_MODES_WITH_PREFIX adds c4320bde42c Recognize vpcmov in combine with -mxop on x86. adds 6dd194e2ce2 PR c++/96442: Improved error recovery in enumerations. adds 76e3d60c16d x86-64: make "length_vex" also account for VEX.B use by reg [...] adds 6bb0776e104 x86: harmonize __builtin_ia32_psadbw*() types
No new revisions were added by this update.
Summary of changes: gcc/config/i386/i386-builtin-types.def | 1 + gcc/config/i386/i386-builtin.def | 2 +- gcc/config/i386/i386-expand.cc | 1 + gcc/config/i386/i386.cc | 49 +++++++++++++++++++++++++++--- gcc/config/i386/sse.md | 24 +++++++++++++++ gcc/cp/decl.cc | 7 +++-- gcc/machmode.def | 5 +-- gcc/testsuite/g++.dg/parse/pr96442.C | 6 ++++ gcc/testsuite/gcc.target/i386/xop-pcmov3.c | 10 ++++++ 9 files changed, 95 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/parse/pr96442.C create mode 100644 gcc/testsuite/gcc.target/i386/xop-pcmov3.c