This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b51523c4af8 2018-11-22 Richard Biener rguenther@suse.de new f98495d90ba PR85434: Prevent spilling of stack protector guard's addres [...]
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 | 49 ++++++++ gcc/cfgexpand.c | 17 +++ gcc/config/arm/arm-protos.h | 4 +- gcc/config/arm/arm.c | 87 ++++++++++---- gcc/config/arm/arm.md | 163 ++++++++++++++++++++++++++- gcc/config/arm/predicates.md | 17 +++ gcc/config/arm/thumb1.md | 13 +++ gcc/config/arm/unspecs.md | 3 + gcc/doc/md.texi | 55 +++++++-- gcc/function.c | 32 ++++-- gcc/target-insns.def | 2 + gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.target/arm/pr85434.c | 200 +++++++++++++++++++++++++++++++++ 13 files changed, 603 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/pr85434.c