This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2f58d8ac039 GCN: Don't emit weak undefined symbols [PR119369] new a6c2248cfd4 gimple-low: Diagnose assume attr expressions defining label [...] new 02409a14594 tailr: Punt on tail recursions that would break musttail [P [...] new b8de7704428 profile: Another profiling musttail call fix [PR119535]
The 3 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-low.cc | 43 +++++++++++++++++++++++++++++++++ gcc/gimplify.cc | 25 +++++++++++++++++-- gcc/profile.cc | 5 ++-- gcc/testsuite/c-c++-common/pr119535.c | 31 ++++++++++++++++++++++++ gcc/testsuite/c-c++-common/pr119537-1.c | 23 ++++++++++++++++++ gcc/testsuite/c-c++-common/pr119537-2.c | 23 ++++++++++++++++++ gcc/testsuite/gcc.dg/pr119493-2.c | 22 +++++++++++++++++ gcc/tree-tailcall.cc | 32 ++++++++++++++++++++++++ 8 files changed, 199 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr119535.c create mode 100644 gcc/testsuite/c-c++-common/pr119537-1.c create mode 100644 gcc/testsuite/c-c++-common/pr119537-2.c create mode 100644 gcc/testsuite/gcc.dg/pr119493-2.c