This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/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 new 54ed6563d22 middle-end/105165 - sorry instead of ICE for _Complex asm goto
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/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 +- gcc/testsuite/gcc.dg/pr105165.c | 13 +++++++++ gcc/tree-complex.cc | 16 ++++++++++ .../testsuite/20_util/expected/requirements.cc | 2 +- 11 files changed, 77 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 create mode 100644 gcc/testsuite/gcc.dg/pr105165.c