This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4ced528dfc2 * print-tree.h (debug_vec_tree): Remove prototype. * gdbi [...] new 64bcf87bc20 [ARC] Reimplement exception handling support. new 1d943b609ae Don't split call from its call arg location. new eecc0d1efb0 * tree-ssa-threadbackward.c (find_jump_threads_backwards): [...]
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 | 34 ++++++ gcc/cfgrtl.c | 5 + gcc/config/arc/arc-protos.h | 2 +- gcc/config/arc/arc.c | 202 +++++++++++++++++++++++++------- gcc/config/arc/arc.h | 7 +- gcc/config/arc/arc.md | 33 ------ gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.target/arc/loop-5.cpp | 20 ++++ gcc/tree-ssa-threadbackward.c | 2 +- 9 files changed, 230 insertions(+), 79 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arc/loop-5.cpp