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-allnoconfig in repository toolchain/gcc.
from ef5aa226849 Daily bump. adds 3acdf4ff03d PR fortran/87725 * openmp.c (gfc_match_omp_clauses): Pars [...] adds d62e16073cd [DOC] Relocate list under Deprecated in options.texi to Var adds eeab9fc5787 2018-10-25 Richard Biener rguenther@suse.de adds e3fce86b7c8 [testsuite] Fix sibcall-9 & sibcall-10 with -fPIC adds 4c5dbd0e684 dg-cmp-results: display NA->FAIL & NA->UNRESOLVED by default adds 1c1f2b44c91 * ipa-devirt.c (odr_types_equivalent_p): Do not ICE if one [...] adds e9f84d4cc35 Relocation (= move+destroy) adds 93bb6f9c082 Fix rtx_code_size static initialization order fiasco adds 67763c7f980 2018-10-25 Richard Biener rguenther@suse.de adds 6dea6aa254d S/390: Merge movdi_larl into movdi_64 adds bbe433316c0 2018-10-25 Richard Biener rguenther@suse.de adds 70657a4d7ad * ipa-devirt.c (main_odr_variant): Remove. (hash_odr_name [...] adds 763276907a3 PR libstdc++/87749 fix (and optimize) string move construction adds 352bbfad225 Revert partially changes from r265454 (PR other/87735). adds 418aac7fa3e Use signed char in a test (PR testsuite/87739). adds 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
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 5 + contrib/dg-cmp-results.sh | 7 +- gcc/ChangeLog | 157 ++++++++++++ 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 | 4 +- gcc/config/s390/constraints.md | 5 + gcc/config/s390/s390.c | 4 + gcc/config/s390/s390.md | 27 +- gcc/cp/ChangeLog | 5 + gcc/cp/parser.c | 15 +- gcc/doc/extend.texi | 55 ++-- gcc/doc/options.texi | 18 +- gcc/fortran/ChangeLog | 9 + gcc/fortran/openmp.c | 37 ++- 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 | 56 ++--- gcc/rtl.c | 14 +- gcc/testsuite/ChangeLog | 51 ++++ .../c-c++-common/gomp/schedule-modifiers-1.c | 8 +- gcc/testsuite/g++.dg/lto/odr-1_0.C | 8 + gcc/testsuite/g++.dg/lto/odr-1_1.C | 12 + gcc/testsuite/gcc.dg/sibcall-10.c | 2 +- gcc/testsuite/gcc.dg/sibcall-9.c | 2 +- gcc/testsuite/gcc.dg/tree-prof/time-profiler-1.c | 2 +- gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c | 4 +- gcc/testsuite/gcc.dg/tree-prof/time-profiler-3.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr84436-5.c | 4 +- .../gcc.target/powerpc/float128-cmp2-runnable.c | 277 +++++++++++++++++++++ .../s390/global-array-almost-huge-element.c | 12 + .../global-array-almost-negative-huge-element.c | 12 + .../gcc.target/s390/global-array-element-pic.c | 13 + .../gcc.target/s390/global-array-even-element.c | 12 + .../gcc.target/s390/global-array-huge-element.c | 12 + .../s390/global-array-negative-huge-element.c | 12 + .../gcc.target/s390/global-array-odd-element.c | 12 + gcc/testsuite/gfortran.dg/20181025-1.f | 28 +++ .../gfortran.dg/gomp/schedule-modifiers-1.f90 | 63 +++++ .../gfortran.dg/gomp/schedule-modifiers-2.f90 | 44 ++++ gcc/tree-if-conv.c | 10 + gcc/tree-vect-data-refs.c | 2 +- gcc/tree-vectorizer.h | 44 +--- libgcc/ChangeLog | 5 + libgcc/libgcov-profiler.c | 2 +- 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 ++- libstdc++-v3/ChangeLog | 37 +++ libstdc++-v3/include/bits/alloc_traits.h | 10 + libstdc++-v3/include/bits/allocator.h | 6 +- libstdc++-v3/include/bits/basic_string.h | 21 +- libstdc++-v3/include/bits/stl_uninitialized.h | 62 +++++ libstdc++-v3/include/bits/stl_vector.h | 9 + libstdc++-v3/include/bits/vector.tcc | 124 ++++++--- libstdc++-v3/include/ext/alloc_traits.h | 3 + libstdc++-v3/include/ext/malloc_allocator.h | 6 +- libstdc++-v3/include/ext/new_allocator.h | 6 +- .../basic_string/modifiers/assign/char/87749.cc | 78 ++++++ .../modifiers/assign/char/move_assign_optim.cc} | 26 +- .../basic_string/modifiers/assign/wchar_t/87749.cc | 79 ++++++ .../modifiers/assign/wchar_t/move_assign_optim.cc} | 15 +- .../vector/modifiers/push_back/49836.cc | 6 +- 96 files changed, 1958 insertions(+), 492 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lto/odr-1_0.C create mode 100644 gcc/testsuite/g++.dg/lto/odr-1_1.C create mode 100644 gcc/testsuite/gcc.target/powerpc/float128-cmp2-runnable.c create mode 100644 gcc/testsuite/gcc.target/s390/global-array-almost-huge-element.c create mode 100644 gcc/testsuite/gcc.target/s390/global-array-almost-negative-huge [...] create mode 100644 gcc/testsuite/gcc.target/s390/global-array-element-pic.c create mode 100644 gcc/testsuite/gcc.target/s390/global-array-even-element.c create mode 100644 gcc/testsuite/gcc.target/s390/global-array-huge-element.c create mode 100644 gcc/testsuite/gcc.target/s390/global-array-negative-huge-element.c create mode 100644 gcc/testsuite/gcc.target/s390/global-array-odd-element.c create mode 100644 gcc/testsuite/gfortran.dg/20181025-1.f create mode 100644 gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-2.f90 create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign [...] copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_copy/1.c [...] create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign [...] copy libstdc++-v3/testsuite/{20_util/shared_ptr/creation/87278.cc => 21_strings/ba [...]