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-aarch64-bootstrap 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
No new revisions were added by this update.
Summary of changes: 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/doc/invoke.texi | 12 +- gcc/gimple-ssa-warn-access.cc | 9 +- .../g++.dg/warn/Wmismatched-new-delete-6.C | 158 +++++++++++++++++++++ .../g++.dg/warn/Wmismatched-new-delete-7.C | 91 ++++++++++++ gcc/tree.c | 28 +++- gcc/tree.h | 4 +- libgcc/config.host | 4 +- libgcc/config/or1k/t-crtstuff | 2 + 12 files changed, 364 insertions(+), 11 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 libgcc/config/or1k/t-crtstuff