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/gcc.
from 08cc1019cf2 PR middle-end/81824 - Warn for missing attributes with func [...] adds bcfdeaffea7 cmd/cgo: fix typo in gccgo name mangling recipe adds cc9a0d23a78 gcc.dg/torture/stackalign/builtin-apply-2.c: Skip on v850. adds a621bf1638f Fix whitespace in ChangeLog adds d64015d25eb PR libstdc++/87787 fix UBsan error in std::vector adds f9e599b94fb * affinity-fmt.c: Include inttypes.h if HAVE_INTTYPES_H. [...] adds 01a3f678dbc * config/mips/mips.c (mips_loongson_ext2_prefetch_cookie): [...] adds a25ce2830f2 * gimplify.c (gimplify_scan_omp_clauses): Call sorry_at fo [...] adds 9c99c6cfb4c * c-parser.c (c_parser_omp_requires): Call sorry_at on req [...] adds a4f212f2495 * c-parser.c (c_parser_omp_clause_reduction): Call sorry_a [...] adds 16642817e65 c/ * c-parser.c (c_parser_omp_clause_final): Use c_parser [...] adds 50a42decc9e S/390: Allow relative addressing of literal pool entries adds d8d322de33e 2018-11-09 Bernd Edlinger bernd.edlinger@hotmail.de adds 13eb159d22d 2018-11-09 Sandra Loosemore sandra@codesourcery.com adds e48dbef2c3e PR target/87221 * config/netbsd-elf.h (NETBSD_STARTFILE_S [...] adds 961d85be405 * gcc.dg/Walloca-16.c: Ignore conflicting types for built- [...] adds f9f83457694 MAINTAINERS: add myself as or1k maintainer adds 106ffb17286 gcc/testsuite/ChangeLog: adds ac3f271ad1a Daily bump.
No new revisions were added by this update.
Summary of changes: ChangeLog | 5 + MAINTAINERS | 2 +- gcc/ChangeLog | 51 +++++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 21 ++++ gcc/c/c-parser.c | 46 ++++++--- gcc/config/mips/mips.c | 4 +- gcc/config/netbsd-elf.h | 12 ++- gcc/config/s390/s390.c | 115 ++++++++++++++------- gcc/cp/ChangeLog | 17 +++ gcc/cp/parser.c | 34 +++--- gcc/doc/invoke.texi | 28 +++-- gcc/expr.c | 25 +++-- gcc/gimplify.c | 4 + gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 32 ++++++ gcc/testsuite/c-c++-common/gomp/clauses-5.c | 52 ++++++++++ .../c-c++-common/gomp/lastprivate-conditional-1.c | 64 ++++++++++++ .../c-c++-common/gomp/lastprivate-conditional-2.c | 28 +++++ gcc/testsuite/c-c++-common/gomp/requires-1.c | 2 + gcc/testsuite/c-c++-common/gomp/requires-2.c | 2 + gcc/testsuite/c-c++-common/gomp/requires-4.c | 2 + gcc/testsuite/c-c++-common/pr60226.c | 6 +- gcc/testsuite/gcc.dg/Walloca-16.c | 1 + gcc/testsuite/gcc.dg/Wrestrict-4.c | 1 + gcc/testsuite/gcc.dg/Wrestrict-5.c | 1 + gcc/testsuite/gcc.dg/pr39323-1.c | 6 +- gcc/testsuite/gcc.dg/pr83463.c | 1 + gcc/testsuite/gcc.dg/torture/pr55890-2.c | 1 + gcc/testsuite/gcc.dg/torture/pr55890-3.c | 1 + gcc/testsuite/gcc.dg/torture/pr71816.c | 1 + .../gcc.dg/torture/stackalign/builtin-apply-2.c | 2 +- libgo/go/cmd/cgo/out.go | 2 +- libgomp/ChangeLog | 6 ++ libgomp/affinity-fmt.c | 62 ++++++----- libstdc++-v3/ChangeLog | 8 +- libstdc++-v3/include/bits/stl_uninitialized.h | 3 +- 37 files changed, 519 insertions(+), 133 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/clauses-5.c create mode 100644 gcc/testsuite/c-c++-common/gomp/lastprivate-conditional-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/lastprivate-conditional-2.c