This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dc168f1 2016-11-08 Richard Biener rguenther@suse.de new d71fcb4 use-after-scope fallout new 3d6071e [1/2] Fix off-by-one error in clear_bit_region in store mergi [...]
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 | 18 +++++++++++ gcc/dbgcnt.def | 1 + gcc/gimple-ssa-store-merging.c | 2 +- gcc/gimplify.c | 10 ++++-- gcc/internal-fn.def | 2 +- gcc/sanitizer.def | 4 +-- gcc/testsuite/ChangeLog | 7 +++++ gcc/testsuite/g++.dg/asan/use-after-scope-4.C | 36 ++++++++++++++++++++++ .../g++.dg/asan/use-after-scope-types-4.C | 2 +- gcc/testsuite/gcc.dg/asan/use-after-scope-8.c | 14 --------- 10 files changed, 74 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/g++.dg/asan/use-after-scope-4.C delete mode 100644 gcc/testsuite/gcc.dg/asan/use-after-scope-8.c