This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 778c28c70f8 libstdc++: Fix localized %c formatting for non-UTC times [P [...] new 37ae2e05568 inliner: Silently drop musttail flag on calls during inlini [...] new 589c94da22e fnsplit: Set musttail call during function splitting if the [...] new 28caa267dc7 icf: Punt for musttail call flag differences in ICF [PR119376]
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/ipa-icf-gimple.cc | 3 ++- gcc/ipa-split.cc | 2 ++ gcc/testsuite/c-c++-common/musttail26.c | 33 +++++++++++++++++++++++++++++++ gcc/testsuite/c-c++-common/musttail27.c | 31 +++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/opt/musttail1.C | 35 +++++++++++++++++++++++++++++++++ gcc/tree-inline.cc | 9 +++++++++ 6 files changed, 112 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/c-c++-common/musttail26.c create mode 100644 gcc/testsuite/c-c++-common/musttail27.c create mode 100644 gcc/testsuite/g++.dg/opt/musttail1.C