This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 41c6d5f [PATCH]Fix various ports failing due to unused parameter new 397881d [PATCH] Move RTL printing code from sched-vis.c into print-rtl.c
The 1 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 | 9 + gcc/Makefile.in | 1 - gcc/auto-inc-dec.c | 1 + gcc/cfgrtl.c | 1 + gcc/combine.c | 1 + gcc/final.c | 1 + gcc/haifa-sched.c | 1 + gcc/ira.c | 1 + gcc/lra-constraints.c | 1 + gcc/lra.c | 1 + gcc/print-rtl.c | 880 ++++++++++++++++++++++++++++++++++++++++++++++++ gcc/print-rtl.h | 9 + gcc/rtl.h | 13 - gcc/sched-vis.c | 908 -------------------------------------------------- gcc/sel-sched-dump.c | 1 + 15 files changed, 907 insertions(+), 922 deletions(-) delete mode 100644 gcc/sched-vis.c