This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c3ee48be238 * doc/xml/manual/policy_data_structures_biblio.xml: Update [...] new 4f28881fbe7 Unpoison variable partition properly (PR sanitizer/85774). new b3b6c6ff34f Guard memory block allocation. new 1ace3cd955e Improve location information of -Wcoverage-mismatch. new 2ace2ebcdbe Improve colorization legend in gcov reports.
The 4 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 | 27 ++++++++++++++++++++ gcc/asan.c | 2 +- gcc/asan.h | 2 ++ gcc/cfgexpand.c | 14 ++++++++++ gcc/coverage.c | 18 +++++++------ gcc/gcov.c | 14 ++++++++-- gcc/memory-block.h | 5 ++++ gcc/testsuite/ChangeLog | 5 ++++ gcc/testsuite/g++.dg/asan/pr85774.C | 51 +++++++++++++++++++++++++++++++++++++ 9 files changed, 127 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/asan/pr85774.C