This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d0d428c4ce4 Update TARGET_MEM_REF documentation new 22ce7382fcc Simplify (trunc)copysign((extend)a, (extend)b) to .COPYSIGN (a,b). new bc9c8e5f8af Extend vternlog define_insn_and_split to memory_operand to [...]
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/predicates.md | 6 +- gcc/config/i386/sse.md | 41 +++++++---- gcc/match.pd | 14 ++++ gcc/testsuite/gcc.target/i386/pr101989-3.c | 40 +++++++++++ .../gcc.target/i386/pr102464-copysign-1.c | 80 ++++++++++++++++++++++ 5 files changed, 166 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr101989-3.c create mode 100644 gcc/testsuite/gcc.target/i386/pr102464-copysign-1.c