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_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 9fd377a7473 c++: Fix up ICE when cplus_decl_attributes is called with e [...] adds 61bee6aed26 combine: Don't record for UNDO_MODE pointers into regno_reg [...] adds 790e9814454 jit: fix location of .png files for "make jit.pdf" [PR102824] adds 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 [...] 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 adds 54ed6563d22 middle-end/105165 - sorry instead of ICE for _Complex asm goto
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 121 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/combine.cc | 26 ++--- 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 ++ .../texinfo/{ => libgccjit-figures}/factorial.png | Bin .../texinfo/{ => libgccjit-figures}/factorial1.png | Bin .../{ => libgccjit-figures}/sum-of-squares.png | Bin .../{ => libgccjit-figures}/sum-of-squares1.png | Bin 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 ++ gcc/testsuite/gcc.dg/pr105140.c | 2 +- gcc/testsuite/gcc.dg/pr105165.c | 13 +++ gcc/tree-complex.cc | 16 +++ include/ChangeLog | 4 + {libgomp/plugin => include}/cuda/cuda.h | 7 +- libgomp/ChangeLog | 9 ++ libgomp/configure | 1 - libgomp/plugin/configfrag.ac | 1 - libgomp/plugin/plugin-nvptx.c | 6 +- .../testsuite/20_util/expected/requirements.cc | 2 +- 27 files changed, 342 insertions(+), 48 deletions(-) rename gcc/jit/docs/_build/texinfo/{ => libgccjit-figures}/factorial.png (100%) rename gcc/jit/docs/_build/texinfo/{ => libgccjit-figures}/factorial1.png (100%) rename gcc/jit/docs/_build/texinfo/{ => libgccjit-figures}/sum-of-squares.png (100%) rename gcc/jit/docs/_build/texinfo/{ => libgccjit-figures}/sum-of-squares1.png (100%) 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 rename {libgomp/plugin => include}/cuda/cuda.h (97%)