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-aarch64-stable-allyesconfig in repository toolchain/gcc.
from 4cd96a00b06 json.cc: fix comment adds 8c8b8b8626b Come up with -fipa-reference-addressable flag. adds 51bdb99d316 Come up with the flag -fipa-stack-alignment. adds d71a5603ee2 Update ChangeLog entry adds 6bfb70cd1c3 syscall: change RLIM_INFINITY from 0xffffffffffffffff to -1 adds 8d5bfcf7746 2018-11-09 Bill Schmidt wschmidt@linux.ibm.com Jin [...] adds ff31e352b2c PR c/87795 - Excessive alignment permitted for functions an [...] adds d2bdcd52c42 arm - minor cleanups for CPU alias support adds 3dfda6a646d 2018-11-09 Jerry DeLisle jvdelisle@gcc.gnu.org adds 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 | 108 +++- gcc/DATESTAMP | 2 +- gcc/attribs.c | 189 +++++++ gcc/attribs.h | 6 + gcc/c-family/ChangeLog | 10 + gcc/c-family/c-attribs.c | 588 +++++++++++++++++++-- gcc/c-family/c-common.c | 50 +- gcc/c-family/c-common.h | 2 +- gcc/c/ChangeLog | 21 + gcc/c/c-decl.c | 2 +- gcc/c/c-parser.c | 46 +- gcc/cgraph.h | 2 +- gcc/cgraphunit.c | 8 +- gcc/common.opt | 20 +- gcc/config/arm/parsecpu.awk | 3 +- gcc/config/mips/mips.c | 4 +- gcc/config/netbsd-elf.h | 12 +- gcc/config/rs6000/xmmintrin.h | 24 +- gcc/config/s390/s390.c | 115 ++-- gcc/cp/ChangeLog | 23 + gcc/cp/parser.c | 34 +- gcc/cp/pt.c | 68 +-- gcc/doc/extend.texi | 83 +++ gcc/doc/invoke.texi | 89 +++- gcc/doc/tm.texi | 7 +- gcc/doc/tm.texi.in | 7 +- gcc/expr.c | 25 +- gcc/final.c | 3 +- gcc/gimplify.c | 4 + gcc/go/gofrontend/MERGE | 2 +- gcc/ipa-reference.c | 2 +- gcc/ipa-visibility.c | 2 +- gcc/ipa.c | 11 +- gcc/opts.c | 1 + gcc/testsuite/ChangeLog | 56 ++ 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/Wattribute-alias.c | 49 ++ gcc/testsuite/gcc.dg/Wmissing-attributes.c | 95 ++++ gcc/testsuite/gcc.dg/Wrestrict-4.c | 1 + gcc/testsuite/gcc.dg/Wrestrict-5.c | 1 + gcc/testsuite/gcc.dg/attr-aligned.c | 147 ++++++ gcc/testsuite/gcc.dg/attr-copy-2.c | 209 ++++++++ gcc/testsuite/gcc.dg/attr-copy-3.c | 75 +++ gcc/testsuite/gcc.dg/attr-copy-4.c | 61 +++ gcc/testsuite/gcc.dg/attr-copy.c | 33 ++ 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 +- .../gcc.dg/tree-ssa/{writeonly.c => writeonly-2.c} | 6 +- .../gcc.target/i386/ipa-stack-alignment.c | 13 + libgfortran/ChangeLog | 6 + libgfortran/io/transfer.c | 1 - libgo/go/cmd/cgo/out.go | 2 +- libgo/mksysinfo.sh | 13 +- libgomp/ChangeLog | 6 + libgomp/affinity-fmt.c | 62 ++- libgomp/libgomp.h | 14 +- libstdc++-v3/ChangeLog | 8 +- libstdc++-v3/include/bits/stl_uninitialized.h | 3 +- 71 files changed, 2306 insertions(+), 304 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 create mode 100644 gcc/testsuite/gcc.dg/Wattribute-alias.c create mode 100644 gcc/testsuite/gcc.dg/Wmissing-attributes.c create mode 100644 gcc/testsuite/gcc.dg/attr-aligned.c create mode 100644 gcc/testsuite/gcc.dg/attr-copy-2.c create mode 100644 gcc/testsuite/gcc.dg/attr-copy-3.c create mode 100644 gcc/testsuite/gcc.dg/attr-copy-4.c create mode 100644 gcc/testsuite/gcc.dg/attr-copy.c copy gcc/testsuite/gcc.dg/tree-ssa/{writeonly.c => writeonly-2.c} (61%) create mode 100644 gcc/testsuite/gcc.target/i386/ipa-stack-alignment.c