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-aarch64 in repository toolchain/ci/gcc.
from 55e96bf9123 Daily bump. adds 75047f79511 c++: destroying delete, throw in new-expr [PR100588] new 787d66eb6c5 c++: default mem-init of array [PR103946]
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/cp/call.c | 31 +++++++++++++++++++-- gcc/cp/init.c | 5 +--- gcc/cp/tree.c | 5 +--- gcc/testsuite/g++.dg/cpp0x/nsdmi-array1.C | 6 +++++ gcc/testsuite/g++.dg/cpp2a/destroying-delete5.C | 4 +-- gcc/testsuite/g++.dg/cpp2a/destroying-delete6.C | 36 +++++++++++++++++++++++++ 6 files changed, 75 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-array1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/destroying-delete6.C