This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allmodconfig in repository toolchain/ci/gcc.
from 53b28abf8e4 Fix doubled indefinite articles, mostly in comments. adds 9a6408bd18f rs6000/test: Fix selector in fold-vec-mule-misc.c adds 6e5084b4401 libphobos: Merge upstream druntime 7915b6a3 adds c393c99d3dc c++: Fix CTAD with multiple-arg ctor template [93248]. adds b3b0c671cc3 c++: Find parameter pack in typedef in lambda [92909]. adds 3a285529ee3 c++: Fix ICE-after-error on partial spec [92068] adds 824722e45f8 i386: Use ix86_output_ssemov for DImode TYPE_SSEMOV adds 89769d70af2 Daily bump. adds 9c3cdb43c2b tree-nested: Fix handling of *reduction clauses with C arra [...] adds b408e010ccf driver: Fix redundant descriptions in options new ced66da3135 coroutines: Fix indentation (NFC).
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/ChangeLog | 20 ++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 4 + gcc/c-family/c.opt | 22 +- gcc/common.opt | 20 +- gcc/config/arc/arc.opt | 4 +- gcc/config/cr16/cr16.opt | 2 +- gcc/config/i386/i386.md | 31 +- gcc/cp/ChangeLog | 22 ++ gcc/cp/coroutines.cc | 8 +- gcc/cp/pt.c | 30 +- gcc/fortran/ChangeLog | 4 + gcc/fortran/lang.opt | 2 +- gcc/testsuite/ChangeLog | 17 ++ .../g++.dg/cpp0x/lambda/lambda-variadic10.C | 12 + gcc/testsuite/g++.dg/cpp0x/variadic178.C | 6 + gcc/testsuite/g++.dg/cpp1z/class-deduction71.C | 6 + gcc/testsuite/gcc.misc-tests/help.exp | 2 +- gcc/testsuite/gcc.target/i386/pr89229-5a.c | 17 ++ gcc/testsuite/gcc.target/i386/pr89229-5b.c | 6 + gcc/testsuite/gcc.target/i386/pr89229-5c.c | 7 + .../gcc.target/powerpc/fold-vec-mule-misc.c | 2 +- gcc/tree-nested.c | 37 ++- libgomp/ChangeLog | 5 + libgomp/testsuite/libgomp.c/pr93566.c | 113 +++++++ libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/core/stdc/errno.d | 328 +++++++++++++++++++++ libphobos/libdruntime/core/stdc/fenv.d | 2 + libphobos/libdruntime/core/sys/posix/config.d | 8 +- libphobos/libdruntime/core/sys/posix/fcntl.d | 112 ++++++- libphobos/libdruntime/core/sys/posix/semaphore.d | 4 +- libphobos/libdruntime/core/sys/posix/sys/socket.d | 62 +++- libphobos/libdruntime/core/sys/posix/sys/stat.d | 236 +++++++++++++-- libphobos/libdruntime/core/sys/posix/sys/types.d | 22 +- 34 files changed, 1050 insertions(+), 127 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic10.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic178.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction71.C create mode 100644 gcc/testsuite/gcc.target/i386/pr89229-5a.c create mode 100644 gcc/testsuite/gcc.target/i386/pr89229-5b.c create mode 100644 gcc/testsuite/gcc.target/i386/pr89229-5c.c create mode 100644 libgomp/testsuite/libgomp.c/pr93566.c