This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/release-aarch64 in repository toolchain/ci/gcc.
from 8ca04b41bb1 Daily bump. adds 47ea22015c9 c++: value-dep but not type-dep decltype expr [PR105756] adds 3da389e59ec Daily bump. adds 54ec210b72e Daily bump. adds 5f7a1a436c1 d: Improve TypeInfo errors when compiling in -fno-rtti mode new 2d45d5df9ad 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/DATESTAMP | 2 +- gcc/cp/ChangeLog | 9 ++++++++ gcc/cp/typeck.cc | 38 ++++++++++++++++++--------------- gcc/d/ChangeLog | 12 +++++++++++ gcc/d/d-tree.h | 5 +++-- gcc/d/expr.cc | 36 +++++++++++++++---------------- gcc/d/typeinfo.cc | 34 ++++++++++++++++++++--------- gcc/testsuite/ChangeLog | 15 +++++++++++++ gcc/testsuite/g++.dg/cpp0x/decltype82.C | 10 +++++++++ gcc/testsuite/gdc.dg/rtti1.d | 18 ++++++++++++++++ 10 files changed, 131 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype82.C create mode 100644 gcc/testsuite/gdc.dg/rtti1.d