This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3dea6faef67 * common.opt (flto-odr-type-merging): Ignore. * invoke.te [...] new c2880a001e9 Enable sanitization for hash tables. new bb20df3aaa8 2019-06-07 Richard Biener rguenther@suse.de
The 2 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 | 20 +++++++++ gcc/cselib.c | 9 +++- gcc/hash-set.h | 2 +- gcc/hash-table.c | 3 ++ gcc/hash-table.h | 60 +++++++++++++++++++++++++-- gcc/params.def | 6 +++ gcc/testsuite/ChangeLog | 6 +++ gcc/testsuite/gcc.misc-tests/gcov-pr90574-1.c | 20 +++++++++ gcc/testsuite/gcc.misc-tests/gcov-pr90574-2.c | 15 +++++++ gcc/toplev.c | 4 ++ gcc/tree-cfg.c | 6 +-- 11 files changed, 141 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-pr90574-1.c create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-pr90574-2.c