This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4f0d4cce47c 2017-06-28 Richard Biener rguenther@suse.de new b9bb4c736b7 2017-06-28 Eric Botcazou ebotcazou@adacore.com new 6a1eb8cb4c6 Doxygen: add default location for filters and output folder. new 5b0c96e3cdf Fix PR bootstrap/81217 new 9731b982f3d PR target/81175 * config/i386/i386.c (ix86_init_mmx_sse_b [...] new fa9cb955c08 Bail out HARD_REGISTER vars in asan (PR sanitizer/81224).
The 5 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: ChangeLog | 7 +++++++ Makefile.def | 3 +-- Makefile.in | 23 --------------------- contrib/ChangeLog | 6 ++++++ contrib/filter_gcc_for_doxygen | 6 +++--- contrib/filter_gcc_for_doxygen_new | 12 ----------- contrib/filter_params.pl | 14 ------------- contrib/gcc.doxy | 8 ++------ gcc/ChangeLog | 12 +++++++++++ gcc/asan.c | 3 +++ gcc/config/i386/i386.c | 24 +++++++++++----------- gcc/testsuite/ChangeLog | 10 +++++++++ gcc/testsuite/gcc.dg/asan/pr81224.c | 11 ++++++++++ .../gcc.dg/tree-prof/val-profiler-threads-1.c | 4 ++-- 14 files changed, 69 insertions(+), 74 deletions(-) delete mode 100644 contrib/filter_gcc_for_doxygen_new delete mode 100755 contrib/filter_params.pl create mode 100644 gcc/testsuite/gcc.dg/asan/pr81224.c