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 5e431ae4ccc Move 'libgomp/plugin/cuda/cuda.h' to 'include/cuda/cuda.h' adds 80eb8ec6727 Daily bump. adds d9421784980 c++: vector compound literal [PR105187] adds 2dda1094a7c libstdc++-v3 expected: Correct minimal-size test in require [...] new 8e4339f5023 c++: nested generic lambda in DMI [PR101717] new f44a5c700f4 c++: conversion with trailing return type [PR101051] new 83e4f0a7769 Refine and/ior/xor/andn masked patterns for V*HFmode.
The 3 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 | 121 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/sse.md | 34 ++---- gcc/cp/ChangeLog | 25 +++++ gcc/cp/decl.cc | 7 +- gcc/cp/lambda.cc | 8 +- gcc/cp/typeck2.cc | 1 + gcc/jit/ChangeLog | 12 ++ gcc/testsuite/ChangeLog | 72 ++++++++++++ .../compile => c-c++-common/torture}/20050113-1.c | 0 gcc/testsuite/g++.dg/cpp0x/trailing15.C | 14 +++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-this4.C | 7 ++ include/ChangeLog | 4 + libgomp/ChangeLog | 9 ++ .../testsuite/20_util/expected/requirements.cc | 2 +- 15 files changed, 291 insertions(+), 27 deletions(-) rename gcc/testsuite/{gcc.c-torture/compile => c-c++-common/torture}/20050113-1.c (100%) create mode 100644 gcc/testsuite/g++.dg/cpp0x/trailing15.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-this4.C