This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 0be140d8e1f Daily bump. new e5cf6027581 expand: Allow musttail tail calls with -fsanitize=address [ [...] new fa2e03effa5 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