This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 39baa886bcf Fix template in g++.dg/tree-ssa/modref-1.C new 0230e69a3fa ipa/97565 - fix IPA PTA body availability check new 89ff4f027b5 [Committed] Restore build on !TARGET_TRULY_NOOP_TRUNCATION targets new fedadb60b6f Add tailcall/sibcall support to the H8
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/config/h8300/h8300-protos.h | 2 +- gcc/config/h8300/h8300.c | 29 ++++++++++++-- gcc/config/h8300/jumpcall.md | 74 +++++++++++++++++++++++++++++++++++- gcc/config/h8300/proepi.md | 10 ++++- gcc/simplify-rtx.c | 3 ++ gcc/testsuite/g++.dg/lto/pr97565_0.C | 7 ++++ gcc/testsuite/g++.dg/lto/pr97565_1.C | 6 +++ gcc/tree-ssa-structalias.c | 22 +++++++---- 8 files changed, 138 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lto/pr97565_0.C create mode 100644 gcc/testsuite/g++.dg/lto/pr97565_1.C