This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bdef38587fe Improve aarch64_legitimate_constant_p new e4be0d865d7 2017-11-3 Steven G. Kargl kargl@gcc.gnu.org new 9991d1d312d PR tree-optimization/78821 * gimple-ssa-store-merging.c: [...]
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 | 52 + gcc/gimple-ssa-store-merging.c | 1148 +++++++++++++++++------ gcc/testsuite/ChangeLog | 11 + gcc/testsuite/gcc.dg/store_merging_13.c | 157 ++++ gcc/testsuite/gcc.dg/store_merging_14.c | 157 ++++ gcc/testsuite/gfortran.dg/large_real_kind_2.F90 | 1 - 6 files changed, 1235 insertions(+), 291 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/store_merging_13.c create mode 100644 gcc/testsuite/gcc.dg/store_merging_14.c