This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2ae7895416a Emit asmname if set for decl with -fdump-statistics-asmname. new f3f73e86ec8 [PATCH] PR tree-optimization/94026: Simplify (X>>8)&6 != 0 [...] new 64d4f27a0ce Implement __imag__ of float _Complex using shufps on x86_64.
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.md | 25 +++++++++++++++++++++++++ gcc/match.pd | 23 +++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr94026.c | 21 +++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr7061-2.c | 4 ++++ 4 files changed, 73 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/pr94026.c