This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f806a768e14 Daily bump. new d3e5bae174d Make anti_adjust_stack_and_probe_stack_clash extern and use [...] new 868d351e232 IBM Z: stack clash prot: add missing updates of last_probe_offset new 0473885be8b IBM Z: Define probe_stack expander
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 | 22 ++++++++++++++++++++++ gcc/config/s390/s390.c | 10 ++++++---- gcc/config/s390/s390.md | 23 +++++++++++++++++++++-- gcc/explow.c | 3 +-- gcc/explow.h | 4 ++++ gcc/testsuite/ChangeLog | 12 ++++++++++++ gcc/testsuite/gcc.target/s390/stack-clash-1.c | 17 +++++++++++++++++ gcc/testsuite/gcc.target/s390/stack-clash-2.c | 17 +++++++++++++++++ gcc/testsuite/gcc.target/s390/stack-clash-3.c | 17 +++++++++++++++++ 9 files changed, 117 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/stack-clash-1.c create mode 100644 gcc/testsuite/gcc.target/s390/stack-clash-2.c create mode 100644 gcc/testsuite/gcc.target/s390/stack-clash-3.c