This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7b424b94e3c 2017-04-10 Richard Biener rguenther@suse.de new 61728404588 PR tree-optimization/80153 * tree-affine.c (aff_combinati [...] new 3982b601c9d PR tree-optimization/80153 * tree-ssa-loop-ivopts.c (add_ [...]
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 | 19 +++++++ gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.c-torture/execute/pr80153.c | 48 ++++++++++++++++ gcc/tree-affine.c | 80 ++++++++++----------------- gcc/tree-ssa-loop-ivopts.c | 65 +++++++++------------- 5 files changed, 125 insertions(+), 92 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr80153.c