This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 875342766d4 gimple-fold: fix location of loads for memory ops [PR104308] adds fc50d9a252c c++: hash table ICE with variadic alias [PR105003] adds 0127fb1b78a [nvptx] Improve help description of misa and mptx adds cccbb776589 x86: Also use Yw in *ssse3_pshufbv8qi3 clobber adds ecb4882e362 c++: constrained template friend matching ICE [PR105064] adds 23e57329c65 c++: reject concept w/ multiple tparm lists [PR105067] new f8093854c78 c++: add comment new 83a21c99344 c++: Fix __has_trivial_* docs [PR59426]
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/config/i386/sse.md | 2 +- gcc/config/nvptx/gen-opt.sh | 2 +- gcc/config/nvptx/nvptx-gen.opt | 2 +- gcc/config/nvptx/nvptx.opt | 6 +- gcc/config/nvptx/t-nvptx | 3 +- gcc/cp/constraint.cc | 13 ++--- gcc/cp/pt.cc | 80 +++++++++++++++++++-------- gcc/cp/tree.cc | 13 +---- gcc/doc/extend.texi | 8 +-- gcc/testsuite/g++.dg/cpp0x/variadic-alias6.C | 20 +++++++ gcc/testsuite/g++.dg/cpp0x/variadic-alias7.C | 16 ++++++ gcc/testsuite/g++.dg/cpp2a/concepts-err4.C | 6 ++ gcc/testsuite/g++.dg/cpp2a/concepts-friend9.C | 12 ++++ 13 files changed, 127 insertions(+), 56 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-alias6.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-alias7.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-err4.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-friend9.C