This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e6a1b238729 RTL_SSA: Relax PHI_MODE in phi_setup new 06cc38c1c35 Add peephole to eliminate redundant comparison after cmpccxadd. new c3f1768b21e Remove # from <mask_codefor>one_cmpl<mode>2<mask_name> asse [...]
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/sse.md | 4 - gcc/config/i386/sync.md | 160 ++++++++++++++++++++++++++++- gcc/testsuite/gcc.target/i386/pr110591-2.c | 90 ++++++++++++++++ gcc/testsuite/gcc.target/i386/pr110591.c | 66 ++++++++++++ 4 files changed, 315 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr110591-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr110591.c