This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c368baa 2016-11-01 Josh Conner joshconner@google.com new db7dd02 use rtx_insn * in various places where it is obvious new 49e5403 split up the trial variable in reorg.c:relax_delay_slots to u [...] new 8793a4a split up some variables to use rtx_insn * more new b977a85 remove cast to rtx_insn * in remove_note new bb9538d remove cast in delete_insn_chain new 89bcfda remove cast from prev_nonnote_insn_bb
The 6 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 | 71 ++++++++++++++++++++++++++ gcc/cfgrtl.c | 8 ++- gcc/cfgrtl.h | 2 +- gcc/compare-elim.c | 2 +- gcc/config/alpha/alpha.c | 117 ++++++++++++++++++++++--------------------- gcc/config/arc/arc.c | 3 +- gcc/config/arm/arm.c | 9 ++-- gcc/config/bfin/bfin.c | 7 +-- gcc/config/c6x/c6x.c | 9 ++-- gcc/config/frv/frv.c | 2 +- gcc/config/i386/i386.c | 3 +- gcc/config/ia64/ia64.c | 4 +- gcc/config/m32c/m32c.c | 4 +- gcc/config/mips/mips.c | 61 +++++++++++----------- gcc/config/mn10300/mn10300.c | 2 +- gcc/config/rl78/rl78.c | 18 +++---- gcc/config/rs6000/rs6000.c | 26 +++++----- gcc/config/s390/s390.c | 7 +-- gcc/config/sh/sh-mem.cc | 8 +-- gcc/config/sh/sh.md | 18 +++---- gcc/emit-rtl.c | 5 +- gcc/except.c | 2 +- gcc/final.c | 4 +- gcc/jump.c | 4 +- gcc/optabs.c | 5 +- gcc/reload1.c | 9 ++-- gcc/reorg.c | 23 ++++----- gcc/rtl.h | 4 +- gcc/rtlanal.c | 4 +- 29 files changed, 261 insertions(+), 180 deletions(-)