This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3170af2 Tighten check for whether sibcall references local variables new 6d75be3 Add run tests for recent sibcall patches new 173db80 Set mode of decimal floats before calling layout_type new c899a84 Tweak LRA handling of shared spill slots
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/ChangeLog | 21 +++++++ gcc/config/rs6000/rs6000.c | 4 +- gcc/function.c | 8 +++ gcc/function.h | 2 + gcc/lra-spills.c | 70 +++++++++------------ gcc/stor-layout.c | 7 ++- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.dg/tree-ssa/tailcall-7-run.c | 72 +++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/tailcall-8-run.c | 86 ++++++++++++++++++++++++++ gcc/tree.c | 6 +- 10 files changed, 234 insertions(+), 47 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/tailcall-7-run.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/tailcall-8-run.c