This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e6c4532a6d0 2017-07-07 Torsten Duwe duwe@suse.de new 6b7eaf05dba match.pd: reassociate multiplications new e4f48180897 match.pd: combine successive multiplications by constants new f72e7b2ac3c * gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gs [...]
The 3 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 | 15 ++++++++++++++- gcc/ada/ChangeLog | 5 +++++ gcc/ada/checks.adb | 7 +++++++ gcc/gimple.c | 2 +- gcc/match.pd | 21 +++++++++++++++++++++ gcc/testsuite/ChangeLog | 15 ++++++++++++++- gcc/testsuite/gcc.dg/tree-ssa/assoc-2.c | 19 +++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/slsr-4.c | 8 ++------ gcc/testsuite/gnat.dg/opt66.adb | 13 +++++++++++++ 9 files changed, 96 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/assoc-2.c create mode 100644 gcc/testsuite/gnat.dg/opt66.adb