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-next-allmodconfig in repository toolchain/ci/gcc.
from 6965df15fd2 Optimize std::to_chars adds 2084eeb84e3 PR middle-end/91584 - Bogus warning from -Warray-bounds dur [...] adds 73fa7185ea9 PR middle-end/91599 - GCC does not say where warning is happening adds 39a2733823d Fix ChangeLog adds 3888d1c5724 compile, runtime: permit anonymous and empty fields in [...] adds 3694974d65e RISC-V: Disable -msave-restore for shared libraries. adds b08b2a5e58b Daily bump. adds c6fd6a9f1cb 2019-08-30 Steven G. Kargl kargl@gcc.gnu.org adds a427504b6e1 runtime: always build panic32.go adds 21f75c92e35 compiler: don't report runtime escapes if we've seen errors adds 6ced506d5b6 compiler, runtime: support and use single argument go:linkname adds af4d0f8c5c5 compiler: check for notinheap struct at each struct field adds 5b9471ffca2 or1k: Fix issue with set_got clobbering LR (r9) new fead1fcd56d * doc/generic.texi (Unary and Binary Expressions): Mark up [...]
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 | 27 +++ gcc/DATESTAMP | 2 +- gcc/config/or1k/constraints.md | 4 + gcc/config/or1k/or1k.h | 3 + gcc/config/or1k/or1k.md | 4 +- gcc/config/riscv/riscv.c | 10 + gcc/doc/generic.texi | 4 +- gcc/fortran/ChangeLog | 5 + gcc/fortran/io.c | 2 +- gcc/gimple-pretty-print.c | 6 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 4 +- gcc/go/gofrontend/gogo.cc | 29 ++- gcc/go/gofrontend/gogo.h | 12 +- gcc/go/gofrontend/lex.cc | 6 +- gcc/go/gofrontend/lex.h | 2 +- gcc/go/gofrontend/types.cc | 11 +- gcc/go/gofrontend/wb.cc | 50 ++--- gcc/testsuite/ChangeLog | 13 ++ gcc/testsuite/gcc.dg/Wstringop-overflow-16.c | 21 ++ .../gfortran.dg/char_array_constructor_4.f90 | 13 ++ gcc/testsuite/gfortran.dg/pr91587.f90 | 12 ++ gcc/tree-ssa-strlen.c | 5 + gcc/tree-vrp.c | 23 +-- libgo/go/reflect/makefunc_ffi_c.c | 1 - libgo/go/runtime/alg.go | 69 +++---- libgo/go/runtime/cgocall.go | 4 +- libgo/go/runtime/chan.go | 21 +- libgo/go/runtime/ffi.go | 2 +- libgo/go/runtime/hash32.go | 5 +- libgo/go/runtime/hash64.go | 5 +- libgo/go/runtime/iface.go | 29 ++- libgo/go/runtime/lock_futex.go | 17 +- libgo/go/runtime/lock_sema.go | 17 +- libgo/go/runtime/malloc.go | 7 +- libgo/go/runtime/map.go | 27 ++- libgo/go/runtime/map_fast32.go | 13 +- libgo/go/runtime/map_fast64.go | 13 +- libgo/go/runtime/map_faststr.go | 11 +- libgo/go/runtime/mbarrier.go | 9 +- libgo/go/runtime/mem_gccgo.go | 4 +- libgo/go/runtime/mgc_gccgo.go | 7 +- libgo/go/runtime/mgcmark.go | 4 +- libgo/go/runtime/netpoll.go | 2 +- libgo/go/runtime/os_gccgo.go | 2 +- libgo/go/runtime/panic.go | 61 +++--- libgo/go/runtime/panic32.go | 37 ++-- libgo/go/runtime/print.go | 37 ++-- libgo/go/runtime/proc.go | 54 ++--- libgo/go/runtime/runtime.go | 5 +- libgo/go/runtime/runtime1.go | 17 +- libgo/go/runtime/runtime2.go | 2 +- libgo/go/runtime/select.go | 7 +- libgo/go/runtime/signal_unix.go | 4 +- libgo/go/runtime/slice.go | 13 +- libgo/go/runtime/string.go | 21 +- libgo/go/runtime/stubs.go | 12 +- libgo/go/runtime/type.go | 2 +- libgo/go/runtime/utf8.go | 5 +- libgo/mkruntimeinc.sh | 8 +- libgo/runtime/go-construct-map.c | 15 +- libgo/runtime/go-fieldtrack.c | 4 +- libgo/runtime/go-reflect-call.c | 80 ++++--- libgo/runtime/go-type.h | 229 --------------------- libgo/runtime/go-unsafe-pointer.c | 69 ++++--- libgo/runtime/print.c | 1 - libgo/runtime/proc.c | 1 - libgo/runtime/runtime.h | 20 +- libstdc++-v3/ChangeLog | 2 +- 69 files changed, 565 insertions(+), 680 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-16.c create mode 100644 gcc/testsuite/gfortran.dg/char_array_constructor_4.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr91587.f90 delete mode 100644 libgo/runtime/go-type.h