This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b7b2434cc7e c++/modules: Conditionally start timer during lazy load [PR115165] new a6502accf38 Improve must tail in RTL backend new 983daf0e5fd Fix pro_and_epilogue for sibcalls at -O0 (PR115255) new b738a63e528 Enable musttail tail conversion even when not optimizing new 81824596361 Give better error messages for musttail new d062b0abf45 Mark expand musttail error messages for translation
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/calls.cc | 80 ++++++++++------ gcc/function.cc | 8 +- gcc/function.h | 3 + gcc/lto-streamer-in.cc | 1 + gcc/lto-streamer-out.cc | 1 + gcc/passes.def | 1 + gcc/tree-cfg.cc | 3 + gcc/tree-pass.h | 1 + gcc/tree-tailcall.cc | 247 ++++++++++++++++++++++++++++++++++++++++-------- 9 files changed, 275 insertions(+), 70 deletions(-)