This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d08919a73c3 ASAN: Implement dynamic allocas/VLAs sanitization. new 77c44489f2d gcc/ * asan.h (asan_sanitize_allocas_p): Declare. * asan. [...] new 50c14e2bfed * bb-reorder.c (better_edge_p): Do not build traces across [...]
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/asan.c | 10 ++++++++-- gcc/asan.h | 2 ++ gcc/bb-reorder.c | 9 ++++++++- gcc/cfgexpand.c | 2 +- gcc/opts.c | 3 +++ gcc/params.def | 5 +++++ gcc/params.h | 2 ++ gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/c-c++-common/asan/kasan-alloca-1.c | 11 +++++++++++ gcc/testsuite/c-c++-common/asan/kasan-alloca-2.c | 11 +++++++++++ 11 files changed, 74 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/asan/kasan-alloca-1.c create mode 100644 gcc/testsuite/c-c++-common/asan/kasan-alloca-2.c