This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f65ebb5210e analyzer: fix member call on null seen with ubsan [PR97178] new 0f0b00033a7 aarch64: Add a couple of extra stack-protector tests new 74b27d8eedc aarch64: Prevent canary address being spilled to stack
The 2 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/aarch64/aarch64-protos.h | 20 +++ gcc/config/aarch64/aarch64.c | 164 +++++++++++++++------ gcc/config/aarch64/aarch64.md | 85 +++++------ .../gcc.target/aarch64/stack-protector-3.c | 45 ++++++ .../stack-protector-4.c} | 2 +- .../gcc.target/aarch64/stack-protector-5.c | 23 +++ .../gcc.target/aarch64/stack-protector-6.c | 8 + .../gcc.target/aarch64/stack-protector-7.c | 25 ++++ 8 files changed, 274 insertions(+), 98 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/stack-protector-3.c copy gcc/testsuite/gcc.target/{arm/stack-protector-2.c => aarch64/stack-protector- [...] create mode 100644 gcc/testsuite/gcc.target/aarch64/stack-protector-5.c create mode 100644 gcc/testsuite/gcc.target/aarch64/stack-protector-6.c create mode 100644 gcc/testsuite/gcc.target/aarch64/stack-protector-7.c