This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0fdb6b5dc4c Pass rtx and index to read-md.c iterator routines new 7b53e7148ee 2017-08-21 Richard Biener rguenther@suse.de
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 | 128 +++ gcc/cfgexpand.c | 6 - gcc/config/darwin.c | 66 +- gcc/config/darwin.h | 9 +- gcc/config/i386/i386.c | 2 +- gcc/dbxout.c | 4 + gcc/debug.c | 15 + gcc/debug.h | 12 + gcc/dwarf2out.c | 1173 +++++++++++++++----- gcc/lto-streamer-in.c | 39 + gcc/lto-streamer-out.c | 39 +- gcc/lto-streamer.h | 10 + gcc/lto-wrapper.c | 179 ++- gcc/lto/ChangeLog | 8 + gcc/lto/lto.c | 31 +- gcc/sdbout.c | 2 + gcc/testsuite/ChangeLog | 19 + .../c-c++-common/asan/alloca_big_alignment.c | 2 +- .../c-c++-common/asan/alloca_detect_custom_size.c | 2 +- .../c-c++-common/asan/alloca_overflow_partial.c | 2 +- .../c-c++-common/asan/alloca_overflow_right.c | 2 +- .../c-c++-common/asan/alloca_underflow_left.c | 2 +- .../c-c++-common/asan/global-overflow-1.c | 2 +- gcc/testsuite/c-c++-common/asan/heap-overflow-1.c | 4 +- gcc/testsuite/c-c++-common/asan/misalign-1.c | 4 +- gcc/testsuite/c-c++-common/asan/misalign-2.c | 4 +- gcc/testsuite/c-c++-common/asan/null-deref-1.c | 4 +- gcc/testsuite/c-c++-common/asan/stack-overflow-1.c | 2 +- .../c-c++-common/asan/strncpy-overflow-1.c | 4 +- gcc/testsuite/c-c++-common/asan/use-after-free-1.c | 6 +- gcc/testsuite/g++.dg/asan/large-func-test-1.C | 2 +- .../gfortran.dg/{save_5.f90 => save_6.f90} | 4 +- gcc/tree-streamer-in.c | 5 +- gcc/tree-streamer-out.c | 11 +- gcc/tree.c | 14 +- gcc/vmsdbgout.c | 2 + include/ChangeLog | 5 + include/simple-object.h | 8 + libiberty/ChangeLog | 33 + libiberty/simple-object-coff.c | 3 +- libiberty/simple-object-common.h | 6 + libiberty/simple-object-elf.c | 482 +++++++- libiberty/simple-object-mach-o.c | 3 +- libiberty/simple-object-xcoff.c | 3 +- libiberty/simple-object.c | 83 +- libstdc++-v3/ChangeLog | 5 + .../libstdc++-prettyprinters/prettyprinters.exp | 9 + 47 files changed, 2055 insertions(+), 405 deletions(-) copy gcc/testsuite/gfortran.dg/{save_5.f90 => save_6.f90} (91%)