This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 647692b845f [arm][PR88167] Fix __builtin_return_address returns invalid [...] new 91b30299919 PR c++/59813 PR tree-optimization/89060 * tree-ssa-live. [...] new 66b1ea95171 compiler: remove trailing spaces
The 2 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 | 23 +++++ gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/backend.h | 6 +- gcc/go/gofrontend/expressions.cc | 8 +- gcc/go/gofrontend/expressions.h | 8 +- gcc/go/gofrontend/parse.cc | 4 +- gcc/go/gofrontend/string-dump.h | 2 +- gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/gcc.dg/tree-ssa/pr89060.c | 53 ++++++++++++ gcc/tree-inline.c | 55 +++++++++++- gcc/tree-inline.h | 4 + gcc/tree-ssa-live.c | 143 ++++++++++++++++++++++++++++++++ gcc/tree-ssa-live.h | 5 ++ gcc/tree-tailcall.c | 57 ++++++++++++- 14 files changed, 356 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr89060.c