This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-aarch64 in repository toolchain/ci/gcc.
from b523cae81c6 compiler: accept "any" as an alias for "interface{}" adds 0ef416e7edc c++: add comment adds 119cea98f66 c++: assignment, aggregate, array [PR104300] adds 06e32a5ebf2 RISC-V: Always pass -misa-spec to assembler [PR104219] adds affdeda16ef RISC-V: Fix detection of zifencei support for binutils adds b3763384a1f match.pd: Fix x * 0.0 -> 0.0 folding [PR104389] adds f49b8d25b1f Fix expected output for s390 tests adds 661109b0244 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 18 +++++++++++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 4 ++- gcc/config/riscv/riscv.h | 2 ++ gcc/configure | 2 +- gcc/configure.ac | 2 +- gcc/cp/ChangeLog | 21 ++++++++++++ gcc/cp/cp-gimplify.cc | 37 +++++++++++++++------- gcc/cp/cp-tree.h | 27 ++++++++++++++++ gcc/cp/init.cc | 12 ++++--- gcc/cp/pt.cc | 4 +++ gcc/cp/tree.cc | 4 +-- gcc/cp/typeck2.cc | 9 ++++-- gcc/match.pd | 4 ++- gcc/testsuite/ChangeLog | 16 ++++++++++ gcc/testsuite/g++.dg/cpp0x/initlist-array14.C | 12 +++++++ gcc/testsuite/gcc.dg/pr104389.c | 26 +++++++++++++++ gcc/testsuite/gcc.target/s390/20150826-1.c | 2 +- .../gcc.target/s390/zvector/imm-range-error-1.c | 10 +++--- 19 files changed, 183 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-array14.C create mode 100644 gcc/testsuite/gcc.dg/pr104389.c