This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from 240f07805db i386: Fix ICE with V64QImode broadcast permutation with -ma [...] new 96194a07bdb Diagnose mismatches between array and scalar new and delete [...]
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/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 +- 5 files changed, 284 insertions(+), 6 deletions(-) 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