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 80eb8ec6727 Daily bump. adds d9421784980 c++: vector compound literal [PR105187] adds 2dda1094a7c libstdc++-v3 expected: Correct minimal-size test in require [...] adds 8e4339f5023 c++: nested generic lambda in DMI [PR101717] adds f44a5c700f4 c++: conversion with trailing return type [PR101051] adds 83e4f0a7769 Refine and/ior/xor/andn masked patterns for V*HFmode. adds 176df4ccb58 IBM zSystems/testsuite: PR105147: Skip pr105140.c
No new revisions were added by this update.
Summary of changes: gcc/config/i386/sse.md | 34 ++++++++-------------- gcc/cp/decl.cc | 7 +++-- gcc/cp/lambda.cc | 8 ++++- gcc/cp/typeck2.cc | 1 + .../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 +++++ gcc/testsuite/gcc.dg/pr105140.c | 2 +- .../testsuite/20_util/expected/requirements.cc | 2 +- 9 files changed, 48 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