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-release-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from 7e8aa1d5ded Daily bump. adds 17542ce1c25 Use memcpy instead of strncpy to avoid error with -Werror=s [...] adds 62ad1bba1b3 Daily bump. adds a996d8d7a8d Darwin: Handle poly_int machine_modes. adds cd1428a5f6e testsuite, Darwin: XFAIL runs for two timode conversion tests. adds dc734dad7ae Darwin : Update libc function availability. adds 08d4e37c91b Darwin : Begin rework of zero-fill sections. adds df11e89be56 Darwin : Avoid a C++ ODR violation seen with LTO. adds aa55f33e6cb Darwin: Guard two macros in darwin.h. adds 2dc332f7ce4 Darwin : Adjust defaults for current bootstrap constraints. adds 9982ca0f0e3 Darwin : Simplify headers. adds c3d51b2d238 dwarf2unwind : Force the CFA after remember/restore pairs [ [...] adds 80ba9d88322 coroutines: Fix unused value found by static analysis. adds 0b0a5791918 coroutines : Adjust error handling for type-dependent corou [...] adds 80b93c1f788 Daily bump. adds e1aa525179b PR target/99702: Check RTL type before get value adds 6767275b505 aix: Permit use of AIX Vector extended ABI mode
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 100 ++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 49 +++++++-- gcc/config/darwin-c.c | 15 ++- gcc/config/darwin-protos.h | 1 + gcc/config/darwin.c | 117 +++++++++++---------- gcc/config/darwin.h | 58 +++++++--- gcc/config/darwin10.h | 36 ------- gcc/config/darwin12.h | 27 ----- gcc/config/darwin9.h | 59 ----------- gcc/config/pa/pa.c | 2 +- gcc/config/riscv/riscv.c | 2 +- gcc/config/rs6000/darwin8.h | 21 ---- gcc/config/rs6000/rs6000-c.c | 2 + gcc/config/rs6000/rs6000.c | 5 +- gcc/config/rs6000/rs6000.opt | 11 ++ gcc/cp/ChangeLog | 17 +++ gcc/cp/coroutines.cc | 19 ++-- gcc/doc/invoke.texi | 5 +- gcc/doc/tm.texi | 4 + gcc/doc/tm.texi.in | 2 + gcc/dwarf2cfi.c | 6 ++ gcc/target.def | 14 +++ gcc/testsuite/ChangeLog | 24 +++++ gcc/testsuite/g++.dg/coroutines/pr96251.C | 32 ++++++ gcc/testsuite/gcc.dg/darwin-sections.c | 42 ++++---- .../gcc.dg/torture/fp-int-convert-timode-3.c | 1 + .../gcc.dg/torture/fp-int-convert-timode-4.c | 1 + gcc/testsuite/gcc.target/riscv/pr99702.c | 7 ++ 29 files changed, 411 insertions(+), 270 deletions(-) delete mode 100644 gcc/config/darwin10.h delete mode 100644 gcc/config/darwin12.h delete mode 100644 gcc/config/darwin9.h delete mode 100644 gcc/config/rs6000/darwin8.h create mode 100644 gcc/testsuite/g++.dg/coroutines/pr96251.C create mode 100644 gcc/testsuite/gcc.target/riscv/pr99702.c