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 47dd30079fd Bump BASE-VER new 8193500f4fc libcpp: Fix up cpp_maybe_module_directive [PR120845] new a88f4ef1c79 libstdc++: Add various missing exports [PR121373] new 332e891a8a4 bitint: Fix up handling of uninitialized mul/div/float cast [...] new d43ece39b70 bitint: Fix up INTEGER_CST PHI handling [PR121413] new d3c5366520e tailc: Handle other forms of finally_tmp.N conditional clea [...]
The 5 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/gimple-lower-bitint.cc | 32 ++++- 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/testsuite/g++.dg/modules/cpp-21.C | 8 ++ gcc/testsuite/gcc.dg/bitint-125.c | 15 ++ gcc/testsuite/gcc.dg/torture/bitint-85.c | 34 +++++ gcc/tree-tailcall.cc | 207 +++++++++++++++++++++------ libcpp/lex.cc | 30 ++-- libstdc++-v3/src/c++23/std.cc.in | 57 +++++++- 11 files changed, 510 insertions(+), 69 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 create mode 100644 gcc/testsuite/g++.dg/modules/cpp-21.C create mode 100644 gcc/testsuite/gcc.dg/bitint-125.c create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-85.c