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-stable-defconfig in repository toolchain/gcc.
from fa2f0c7dbe1 gcc/ChangeLog: adds aaf7e791505 * parser.c (cp_parser_sizeof_operand): Remove redundant gro [...] adds 783c08c77e5 * config/rl78/rl78.c (insn_ok_now): Always re-recognize th [...] adds 468f6e46fe7 2018-10-25 Bill Schmidt wschmidt@linux.ibm.com Jin [...] adds 62537f52d55 2018-10-25 Bill Schmidt wschmidt@linux.ibm.com Jin [...] adds 325d393f10d 2018-10-25 Bill Schmidt wschmidt@linux.ibm.com Jin [...] adds 35f422fade2 gcc/ChangeLog: adds 2b77d4ca5da compiler: improve name mangling for packpaths adds ef029ad92a1 Daily bump. adds 904510f2688 libgo: don't use wc in gotest adds 90fcde88517 Don't xfail gcc.dg/pr78973-2.c on non-ilp64 targets adds b4d2979c0a7 2018-10-26 Richard Biener rguenther@suse.de adds d2566ab1fd6 2018-10-26 Richard Biener rguenther@suse.de adds d2dc5bc62ce * ipa-devirt.c (warn_odr): Make static. (types_same_for_o [...] adds 6e2fb4b03d3 * tree.c (free_lang_data_in_type): Only check main variants. adds 018d6175e2c Relax hash function to match equals function behavior (PR t [...] adds f1c1105c9d6 2018-10-26 Richard Biener rguenther@suse.de adds b507202681e * ipa-devirt.c (odr_subtypes_equivalent_p): Fix recursion. [...] adds c01accc7b57 * gcc_release (error, inform): Use $@ instead of $1. (bui [...] adds 29241d83c17 * update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch. [...] adds c77ecc7a669 2018-10-26 Richard Biener rguenther@suse.de adds 56749dad44c [rs6000] Fix _mm_extract_pi16 for big-endian
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 172 ++++++++++ gcc/DATESTAMP | 2 +- gcc/config/rl78/rl78.c | 52 +-- gcc/config/rs6000/emmintrin.h | 95 +++--- gcc/config/rs6000/rs6000-builtin.def | 21 +- gcc/config/rs6000/rs6000-c.c | 16 +- gcc/config/rs6000/vsx.md | 29 ++ gcc/config/rs6000/xmmintrin.h | 11 +- gcc/cp/ChangeLog | 5 + gcc/cp/parser.c | 15 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/go-encode-id.cc | 93 +++++- gcc/go/gofrontend/go-encode-id.h | 5 + gcc/go/gofrontend/gogo.cc | 45 ++- gcc/go/gofrontend/gogo.h | 24 +- gcc/go/gofrontend/lex.h | 7 +- gcc/go/gofrontend/names.cc | 53 +-- gcc/ipa-devirt.c | 201 +++++++----- gcc/ipa-prop.c | 4 +- gcc/ipa-utils.h | 3 +- gcc/lto/ChangeLog | 4 + gcc/lto/lto-symtab.c | 2 +- gcc/lto/lto.c | 2 +- gcc/testsuite/ChangeLog | 30 ++ gcc/testsuite/g++.dg/lto/odr-1_0.C | 2 +- gcc/testsuite/g++.dg/lto/odr-1_1.C | 2 +- gcc/testsuite/g++.dg/opt/20181025-1.C | 31 ++ gcc/testsuite/g++.dg/vect/slp-pr87105.cc | 9 +- gcc/testsuite/gcc.dg/pr78973-2.c | 2 +- gcc/testsuite/gcc.dg/pr87746.c | 23 ++ gcc/testsuite/gcc.dg/torture/20181024-1.c | 41 +++ .../gcc.target/powerpc/float128-cmp2-runnable.c | 277 ++++++++++++++++ gcc/tree-vect-data-refs.c | 39 ++- gcc/tree-vect-slp.c | 356 +++++++++++++-------- gcc/tree-vectorizer.h | 2 + gcc/tree.c | 2 +- gcc/tree.h | 3 +- libgo/go/cmd/cgo/main.go | 2 + libgo/go/cmd/cgo/out.go | 111 ++++++- libgo/go/internal/bytealg/bytealg.c | 12 +- libgo/go/internal/cpu/cpu_gccgo.c | 4 +- libgo/go/runtime/atomic_pointer.go | 12 +- libgo/go/runtime/cpuprof.go | 4 +- libgo/go/runtime/debug/stack_test.go | 4 +- libgo/go/runtime/heapdump.go | 2 +- libgo/go/runtime/internal/atomic/atomic.c | 46 +-- libgo/go/runtime/mgc.go | 2 +- libgo/go/runtime/mheap.go | 2 +- libgo/go/runtime/mstats.go | 2 +- libgo/go/runtime/net_plan9.go | 4 +- libgo/go/runtime/netpoll.go | 18 +- libgo/go/runtime/pprof/mprof_test.go | 6 +- libgo/go/runtime/proc.go | 6 +- libgo/go/runtime/proflabel.go | 4 +- libgo/go/runtime/rdebug.go | 4 +- libgo/go/runtime/runtime1.go | 2 +- libgo/go/runtime/sema.go | 4 +- libgo/go/runtime/sigqueue.go | 12 +- libgo/go/runtime/symtab.go | 74 +++++ libgo/go/runtime/time.go | 2 +- libgo/go/runtime/trace.go | 8 +- libgo/go/runtime/traceback_gccgo.go | 7 +- libgo/go/sync/atomic/atomic.c | 52 +-- libgo/testsuite/gotest | 39 ++- maintainer-scripts/ChangeLog | 9 + maintainer-scripts/crontab | 1 - maintainer-scripts/gcc_release | 12 +- maintainer-scripts/update_version_svn | 2 +- 68 files changed, 1598 insertions(+), 553 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/20181025-1.C create mode 100644 gcc/testsuite/gcc.dg/pr87746.c create mode 100644 gcc/testsuite/gcc.dg/torture/20181024-1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/float128-cmp2-runnable.c