This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 030d9dd0f64 Daily bump. new e4678c4cf84 Fix typo in getting SLP_TREE_VECTYPE new f38ebe459af Pass SLP node to promotion/demotion costing new 19102eab72e Modernize vectorizable_lane_reducing new 18c32a39168 tailc: Handle other forms of finally_tmp.N conditional clea [...]
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/testsuite/c-c++-common/asan/pr121389-1.c | 23 +++ gcc/testsuite/c-c++-common/asan/pr121389-2.c | 37 +++++ gcc/testsuite/c-c++-common/asan/pr121389-3.c | 130 +++++++++++++++++ gcc/testsuite/c-c++-common/asan/pr121389-4.c | 6 + gcc/tree-tailcall.cc | 207 +++++++++++++++++++++------ gcc/tree-vect-loop.cc | 13 +- gcc/tree-vect-stmts.cc | 17 +-- 7 files changed, 369 insertions(+), 64 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/asan/pr121389-1.c create mode 100644 gcc/testsuite/c-c++-common/asan/pr121389-2.c create mode 100644 gcc/testsuite/c-c++-common/asan/pr121389-3.c create mode 100644 gcc/testsuite/c-c++-common/asan/pr121389-4.c