This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from b6a019ea280 Daily bump. adds fc930b3010b c++: tsubst_function_decl and excess arg levels [PR100102] adds 1c1e19e305c Daily bump. adds 7fe81705fba Daily bump. new f7ece1a3200 d: Respect explicit align(N) type alignment (PR100935) new d660f34b671 d: TypeInfo error when using slice copy on Structs (PR100964)
The 2 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/pt.c | 39 ---------------------- gcc/d/dmd/expression.c | 7 ++-- gcc/d/dmd/mtype.c | 5 ++- gcc/testsuite/ChangeLog | 9 +++++ gcc/testsuite/g++.dg/cpp0x/alias-decl-72.C | 9 +++++ gcc/testsuite/g++.dg/cpp0x/alias-decl-72a.C | 9 +++++ gcc/testsuite/gdc.test/compilable/aggr_alignment.d | 20 +++++++++++ gcc/testsuite/gdc.test/compilable/betterCarray.d | 10 ++++++ 10 files changed, 76 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-72.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-72a.C