This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from aadc5c07feb VR-VALUES [PR28794]: optimize compare assignments also new ad5b757d99b i386: Do not sanitize upper part of V2SFmode reg with -fno- [...]
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/config/i386/i386.opt | 4 ++ gcc/config/i386/mmx.md | 75 +++++++++++++++++------------- gcc/doc/invoke.texi | 18 +++++++ gcc/testsuite/gcc.target/i386/pr110832-1.c | 12 +++++ gcc/testsuite/gcc.target/i386/pr110832-2.c | 13 ++++++ gcc/testsuite/gcc.target/i386/pr110832-3.c | 13 ++++++ 6 files changed, 103 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr110832-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr110832-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr110832-3.c