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-stable-allmodconfig 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. adds 6da4411d950 Daily bump.
No new revisions were added by this update.
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