This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-release-arm-spec2k6-Oz_LTO in repository toolchain/ci/gcc.
from 9d4d55a52d4 c++: Function declared with typedef with eh-specification. adds 1c7061c7c35 c++: Allow template rvalue-ref conv to bind to lvalue ref. adds 50a42922d35 Daily bump. adds a1f8dca201e [AArch64] PR92424: Fix -fpatchable-function-entry=N,M with BTI adds 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. adds bf4ee21e21b Daily bump. adds 40f23be6e93 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 28 +++++++++++++ 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/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/cp/ChangeLog | 4 ++ gcc/cp/call.c | 2 + gcc/testsuite/ChangeLog | 17 ++++++++ gcc/testsuite/g++.dg/cpp0x/alignas17.C | 14 +++++++ gcc/testsuite/g++.dg/cpp0x/rv-conv3.C | 15 +++++++ gcc/testsuite/gcc.target/aarch64/pr92424-2.c | 12 ++++++ gcc/testsuite/gcc.target/aarch64/pr92424-3.c | 12 ++++++ gcc/testsuite/gcc.target/riscv/pr93304.c | 19 +++++++++ 18 files changed, 180 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignas17.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/rv-conv3.C create mode 100644 gcc/testsuite/gcc.target/aarch64/pr92424-2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr92424-3.c create mode 100644 gcc/testsuite/gcc.target/riscv/pr93304.c