This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8f1f35f1cb1 libgcobol: Check if the target needs libm. new 77e0c0df090 cfgrtl: Remove REG_EH_REGION notes from tail calls [PR119613] new d060d7a3ddc tailc: Don't reject all tail calls if param has addr taken [...] new c89714d9df3 profile: Another musttail fix [PR119618] new d25728c9868 lto: lto-opts fixes [PR119625]
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/cfgrtl.cc | 10 ++++++++ gcc/lto-opts.cc | 43 ++++++++++++++++++----------------- gcc/profile.cc | 5 ++-- gcc/testsuite/c-c++-common/pr119616.c | 23 +++++++++++++++++++ gcc/testsuite/c-c++-common/pr119618.c | 21 +++++++++++++++++ gcc/testsuite/g++.dg/opt/pr119613.C | 22 ++++++++++++++++++ gcc/tree-tailcall.cc | 37 ++++++++++++++++++------------ 7 files changed, 124 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr119616.c create mode 100644 gcc/testsuite/c-c++-common/pr119618.c create mode 100644 gcc/testsuite/g++.dg/opt/pr119613.C