This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from ec0124e0acb Loosen loop crossing restriction in threader. adds d4c470c376b c++: unifying equal NONTYPE_ARGUMENT_PACKs [PR102547] adds e24760533b6 Darwin, D: Fix bootstrap when target does not support -Bsta [...] adds 737f95bab55 c++: Fix apply_identity_attributes [PR102548] adds ab67380fe60 compiler: workaround for C++ build template matching quirk adds 433516e1c6b Not add initialization for variables been initialized by FE [...] new bb6194e0b44 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/ChangeLog | 49 +++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 262 ++++++++++++++++++++++++ gcc/c/ChangeLog | 6 + gcc/cp/ChangeLog | 19 ++ gcc/cp/constexpr.c | 10 + gcc/cp/tree.c | 4 +- gcc/d/ChangeLog | 6 + gcc/d/d-spec.cc | 6 + gcc/gimplify.c | 9 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/types.cc | 4 +- gcc/testsuite/ChangeLog | 54 +++++ gcc/testsuite/g++.dg/cpp0x/variadic-partial2.C | 16 ++ gcc/testsuite/g++.dg/cpp0x/variadic-partial2a.C | 22 ++ gcc/testsuite/g++.dg/pr102359_1.C | 13 ++ gcc/testsuite/g++.dg/pr102359_2.C | 13 ++ gcc/testsuite/g++.target/i386/pr102548.C | 12 ++ libstdc++-v3/ChangeLog | 58 ++++++ 19 files changed, 560 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-partial2.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-partial2a.C create mode 100644 gcc/testsuite/g++.dg/pr102359_1.C create mode 100644 gcc/testsuite/g++.dg/pr102359_2.C create mode 100644 gcc/testsuite/g++.target/i386/pr102548.C