This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6deab186535 vect: Use combined peeling and versioning for mutually aligned DRs new b9523a935aa expand: Allow musttail tail calls with -fsanitize=address [ [...] new 35a26f2ec55 tailc: Allow musttail tail calls with -fsanitize=address [P [...]
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/cfgexpand.cc | 68 +++++++++++++++++++++++++--- gcc/testsuite/c-c++-common/asan/pr120608-1.c | 43 ++++++++++++++++++ gcc/testsuite/c-c++-common/asan/pr120608-2.c | 39 ++++++++++++++++ gcc/testsuite/g++.dg/asan/pr120608.C | 17 +++++++ gcc/tree-tailcall.cc | 16 +++++++ 5 files changed, 177 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/asan/pr120608-1.c create mode 100644 gcc/testsuite/c-c++-common/asan/pr120608-2.c create mode 100644 gcc/testsuite/g++.dg/asan/pr120608.C