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-arm-lts-allmodconfig in repository toolchain/ci/gcc.
from 0b17e6ec341 DR 2345 - Jumping across initializers in init-statements a [...] adds ff40050e9aa [Darwin] Update machopic_legitimize_pic_address. adds a68fdd367ff PR c++/30277 * g++.dg/expr/bitfield14.C (struct S): Use s [...] adds a74e3fa3ad1 PR middle-end/91830 - Bogus -Warray-bounds on strcpy into a [...] adds ed342df533b Daily bump. adds f7e1c561a55 PR c++/91819 - ICE with operator++ and enum. * call.c (bu [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 11 + gcc/DATESTAMP | 2 +- gcc/config/darwin.c | 8 +- gcc/cp/ChangeLog | 5 + gcc/cp/call.c | 5 +- gcc/gimple-ssa-warn-restrict.c | 10 +- gcc/testsuite/ChangeLog | 17 ++ gcc/testsuite/g++.dg/expr/bitfield14.C | 4 +- gcc/testsuite/g++.dg/other/operator4.C | 22 ++ gcc/testsuite/gcc.dg/Warray-bounds-47.c | 429 ++++++++++++++++++++++++++++++++ 10 files changed, 497 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/other/operator4.C create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-47.c