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-arm 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] new ab67380fe60 compiler: workaround for C++ build template matching quirk
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/cp/constexpr.c | 10 ++++++++++ gcc/cp/tree.c | 4 ++-- gcc/d/d-spec.cc | 6 ++++++ gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/types.cc | 4 ++-- gcc/testsuite/g++.dg/cpp0x/variadic-partial2.C | 16 ++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/variadic-partial2a.C | 22 ++++++++++++++++++++++ gcc/testsuite/g++.target/i386/pr102548.C | 12 ++++++++++++ 8 files changed, 71 insertions(+), 5 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++.target/i386/pr102548.C