This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O1 in repository toolchain/ci/gcc.
from c3f07cee68b * config/microblaze/microblaze.h (ASM_OUTPUT_SKIP): Use H [...] adds b49086c2ce6 Daily bump. adds 3327da63401 Extend neg_const_int simplifications to other const rtxes adds 6160faf712c Avoid adding impossible copies in ira-conflicts.c:process_r [...] adds 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 [...] adds 37584e99160 [Darwin, PPC] Clean up symbol stubs code.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 33 ++ gcc/DATESTAMP | 2 +- gcc/config/darwin.c | 8 +- gcc/config/rs6000/rs6000.c | 26 +- gcc/cp/ChangeLog | 5 + gcc/cp/call.c | 5 +- gcc/gimple-ssa-warn-restrict.c | 10 +- gcc/ira-conflicts.c | 42 +- gcc/simplify-rtx.c | 31 +- gcc/testsuite/ChangeLog | 28 ++ gcc/testsuite/g++.dg/cpp1z/init-statement10.C | 14 + 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 +++++++++++++++++++++ .../gcc.target/aarch64/sve/cond_convert_1.c | 3 +- .../gcc.target/aarch64/sve/cond_convert_4.c | 3 +- .../gcc.target/aarch64/sve/cond_unary_2.c | 5 +- 17 files changed, 603 insertions(+), 67 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/init-statement10.C create mode 100644 gcc/testsuite/g++.dg/other/operator4.C create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-47.c