This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0d4b5198707 dumpfile.c/h: add "const" to dump location ctors new 8b507d69bbd [ARM] Fix PR85434: spilling of stack protector guard's addr [...]
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 | 38 +++++++ gcc/cfgexpand.c | 10 ++ gcc/config/arm/arm-protos.h | 2 +- gcc/config/arm/arm.c | 56 ++++++--- gcc/config/arm/arm.md | 92 ++++++++++++++- gcc/config/arm/unspecs.md | 3 + gcc/doc/md.texi | 55 +++++++-- gcc/function.c | 37 ++++-- gcc/target-insns.def | 2 + gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.target/arm/pr85434.c | 200 +++++++++++++++++++++++++++++++++ 11 files changed, 463 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/pr85434.c