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-aarch64-mainline-defconfig in repository toolchain/ci/gcc.
from c6613dd33ce Daily bump. adds 9d9679132e0 c++: Drop alignas restriction for stack variables. adds afb84a42ad8 RISC-V: Disallow regrenme if the TO register never used bef [...] adds 6957d3e4eef Fix ICE in pa_elf_select_rtx_section. new 6da4411d950 Daily bump.
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 | 15 ++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 +++ gcc/c-family/c-attribs.c | 62 +------------------------------- gcc/config/pa/pa.c | 2 +- gcc/config/riscv/riscv-protos.h | 2 ++ gcc/config/riscv/riscv.c | 13 +++++++ gcc/config/riscv/riscv.h | 2 ++ gcc/testsuite/ChangeLog | 8 +++++ gcc/testsuite/g++.dg/cpp0x/alignas17.C | 14 ++++++++ gcc/testsuite/gcc.target/riscv/pr93304.c | 19 ++++++++++ 11 files changed, 81 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignas17.C create mode 100644 gcc/testsuite/gcc.target/riscv/pr93304.c