This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 660633d Subject: [PATCH] rs6000: Fix logic for when to emit .machine [...] new 1b79381 * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptio [...] new 9e609cf * common.opt (funsafe-loop-optimizations): Mark ignore. * d [...]
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 | 18 ++++++++++++++++ gcc/common.opt | 4 ++-- gcc/config/bfin/bfin.c | 5 +---- gcc/doc/invoke.texi | 11 +--------- gcc/loop-iv.c | 36 ------------------------------- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/tree-ssa/pr19210-1.c | 8 +++---- gcc/testsuite/gcc.dg/tree-ssa/pr19210-2.c | 29 ------------------------- gcc/tree-ssa-loop-niter.c | 29 +++++++++++++++++++------ gcc/tree-ssa-loop-niter.h | 2 +- 10 files changed, 54 insertions(+), 93 deletions(-) delete mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr19210-2.c