This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 74af142db7e * common.opt (-fstack-clash-protection): New option. * fl [...] new f21f2061b82 2017-09-18 Jeff Law law@redhat.com
The 1 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 | 32 +++++ gcc/config/aarch64/aarch64.c | 10 +- gcc/config/alpha/alpha.c | 2 +- gcc/config/arm/arm.c | 10 +- gcc/config/i386/i386.c | 14 +- gcc/config/ia64/ia64.c | 13 +- gcc/config/mips/mips.c | 8 +- gcc/config/powerpcspe/powerpcspe.c | 8 +- gcc/config/rs6000/rs6000.c | 8 +- gcc/config/sparc/sparc.c | 16 +-- gcc/doc/tm.texi | 4 + gcc/doc/tm.texi.in | 2 + gcc/explow.c | 242 ++++++++++++++++++++++++++++++++++- gcc/explow.h | 9 ++ gcc/rtl.h | 1 + gcc/target.def | 7 + gcc/targhooks.c | 6 + gcc/targhooks.h | 1 + gcc/testsuite/ChangeLog | 2 + gcc/testsuite/gcc.dg/stack-check-3.c | 86 +++++++++++++ 20 files changed, 438 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/stack-check-3.c