This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 63eab5d5775 Update document for VECTOR_MODES_WITH_PREFIX new c4320bde42c Recognize vpcmov in combine with -mxop on x86. new 6dd194e2ce2 PR c++/96442: Improved error recovery in enumerations.
The 2 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/config/i386/i386.cc | 31 ++++++++++++++++++++++++++++++ gcc/config/i386/sse.md | 24 +++++++++++++++++++++++ gcc/cp/decl.cc | 7 +++++-- gcc/testsuite/g++.dg/parse/pr96442.C | 6 ++++++ gcc/testsuite/gcc.target/i386/xop-pcmov3.c | 10 ++++++++++ 5 files changed, 76 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/parse/pr96442.C create mode 100644 gcc/testsuite/gcc.target/i386/xop-pcmov3.c