This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4a9eb7e 2016-11-07 Prathamesh Kulkarni prathamesh.kulkarni@linaro.org new dfeedc5 PR target/78227 * config/i386/i386.c (ix86_expand_sse_cmp): [...] new 3d35f72 PR target/77834 * dse.c (dse_step5): Call scan_reads even i [...]
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/ChangeLog | 10 ++++++++++ gcc/config/i386/i386.c | 1 + gcc/dse.c | 17 ++++++++++++----- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.target/i386/pr78227-1.c | 30 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr78227-2.c | 30 ++++++++++++++++++++++++++++++ 6 files changed, 89 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr78227-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr78227-2.c