This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allnoconfig in repository toolchain/ci/gcc.
from 50a42922d35 Daily bump. adds a1f8dca201e [AArch64] PR92424: Fix -fpatchable-function-entry=N,M with BTI adds c6613dd33ce Daily bump. new 9d9679132e0 c++: Drop alignas restriction for stack variables.
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 | 13 ++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 +++ gcc/c-family/c-attribs.c | 62 +--------------------------- gcc/config/aarch64/aarch64.c | 31 ++++++++++++++ gcc/config/aarch64/aarch64.h | 1 + gcc/testsuite/ChangeLog | 9 ++++ gcc/testsuite/g++.dg/cpp0x/alignas17.C | 14 +++++++ gcc/testsuite/gcc.target/aarch64/pr92424-2.c | 12 ++++++ gcc/testsuite/gcc.target/aarch64/pr92424-3.c | 12 ++++++ 10 files changed, 99 insertions(+), 62 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignas17.C create mode 100644 gcc/testsuite/gcc.target/aarch64/pr92424-2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr92424-3.c