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-mainline-allnoconfig in repository toolchain/ci/gcc.
from 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 [...] new 37584e99160 [Darwin, PPC] Clean up symbol stubs code.
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/ChangeLog | 12 + gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.c | 26 +- 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, 500 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/g++.dg/other/operator4.C create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-47.c