This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8a5473d * config/ia64/ia64.c (ia64_emit_insn_before): Fix prototype. new 1f1a3de 2016-11-23 Prathamesh Kulkarni prathamesh.kulkarni@linaro.org new 5008863 * config/iq2000/iq2000.c (iq2000_rtx_costs): Avoid multiplic [...] new 48642c2 * config/mcore/mcore.c (emit_new_cond_insn): Fix prototype.
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 | 12 ++++++++++++ gcc/config/iq2000/iq2000.c | 2 +- gcc/config/mcore/mcore.c | 2 +- gcc/gimple-fold.c | 17 +++++++++++++++++ gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.dg/tree-ssa/pr78153-1.c | 10 ++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr78153-2.c | 11 +++++++++++ gcc/tree-vrp.c | 10 ++++++++++ 8 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr78153-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr78153-2.c