This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_ubsan in repository toolchain/ci/gcc.
from 240f07805db i386: Fix ICE with V64QImode broadcast permutation with -ma [...] adds 96194a07bdb Diagnose mismatches between array and scalar new and delete [...] adds eff8110674e or1k: Add mcmodel option to handle large GOTs adds da8a9d695b3 or1k: Use cmodel=large when building crtstuff adds 7dd8f1982c6 Daily bump. adds 829931ec93a libgo: various fixes for Solaris support adds 882f1d58bfa Improve many SImode shifts on the H8/300H adds 34ce7f7a9a6 aix: 64 bit AIX TLS libpthread dependency. adds bbf19f9c205 Fortran: fix checks for STAT= and ERRMSG= arguments of SYNC [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 27 ++++ gcc/DATESTAMP | 2 +- gcc/config/h8300/h8300.c | 52 +++++-- gcc/config/or1k/or1k-opts.h | 30 ++++ gcc/config/or1k/or1k.c | 11 +- gcc/config/or1k/or1k.h | 7 + gcc/config/or1k/or1k.opt | 19 +++ gcc/config/rs6000/rs6000.c | 14 +- gcc/doc/invoke.texi | 12 +- gcc/fortran/match.c | 4 +- gcc/fortran/resolve.c | 28 ++-- gcc/fortran/trans-stmt.c | 6 +- gcc/gimple-ssa-warn-access.cc | 9 +- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 11 ++ .../g++.dg/warn/Wmismatched-new-delete-6.C | 158 +++++++++++++++++++++ .../g++.dg/warn/Wmismatched-new-delete-7.C | 91 ++++++++++++ gcc/testsuite/gfortran.dg/coarray_3.f90 | 4 +- gcc/testsuite/gfortran.dg/coarray_sync.f90 | 44 ++++++ gcc/tree.c | 28 +++- gcc/tree.h | 4 +- libgcc/ChangeLog | 6 + libgcc/config.host | 4 +- libgcc/config/or1k/t-crtstuff | 2 + .../go/internal/syscall/unix/getrandom_solaris.go | 3 +- libgo/go/os/user/decls_solaris.go | 7 +- libgo/go/runtime/crash_test.go | 8 ++ libgo/go/syscall/exec_bsd.go | 4 +- libgo/go/syscall/exec_unix_test.go | 8 +- libgo/go/syscall/export_aix_test.go | 5 +- libgo/go/syscall/export_unix_test.go | 10 +- libgo/go/syscall/libcall_linux_utimesnano.go | 3 + libgo/mkruntimeinc.sh | 2 +- 33 files changed, 568 insertions(+), 57 deletions(-) create mode 100644 gcc/config/or1k/or1k-opts.h create mode 100644 gcc/testsuite/g++.dg/warn/Wmismatched-new-delete-6.C create mode 100644 gcc/testsuite/g++.dg/warn/Wmismatched-new-delete-7.C create mode 100644 gcc/testsuite/gfortran.dg/coarray_sync.f90 create mode 100644 libgcc/config/or1k/t-crtstuff