This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 10cb3336ba1 Daily bump. new 7876cde25cb Simplify (AND (ASHIFTRT A imm) mask) to (LSHIFTRT A imm) fo [...] new 961dd0d6352 Adjust rtx_cost for MEM to enable more simplication
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-expand.cc | 2 +- gcc/config/i386/i386-protos.h | 1 + gcc/config/i386/i386.cc | 13 ++++++++++ gcc/simplify-rtx.cc | 25 +++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr114428-1.c | 39 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr114428.c | 18 ++++++++++++++ 6 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr114428-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr114428.c